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.h125 struct t4_ldfw { struct
H A Dt4_ioctl.c2228 struct t4_ldfw fw; in flash_fw()
2232 if (ddi_copyin(data, &fw, sizeof(struct t4_ldfw), flags) < 0) in flash_fw()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c496 struct t4_ldfw *fw; in load_fw()
514 fw = malloc(sizeof (struct t4_ldfw) + len); in load_fw()
517 __func__, fname, sizeof (struct t4_ldfw) + len); in load_fw()