Home
last modified time | relevance | path

Searched refs:t4_ldfw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4nex.h123 struct t4_ldfw { struct
H A Dt4_ioctl.c1654 struct t4_ldfw fw; in flash_fw()
1658 if (ddi_copyin(data, &fw, sizeof(struct t4_ldfw), flags) < 0) in flash_fw()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c235 struct t4_ldfw *fw; in load_fw()
253 fw = malloc(sizeof (struct t4_ldfw) + len); in load_fw()
256 __func__, fname, sizeof (struct t4_ldfw) + len); in load_fw()