Home
last modified time | relevance | path

Searched refs:fw_hdr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1168 struct fw_hdr *card_fw, *hdr; in prep_firmware()
1212 if (fw_size < sizeof (struct fw_hdr)) { in prep_firmware()
1240 hdr = (struct fw_hdr *)fw_data; in prep_firmware()
1241 fw_info->fw_hdr.fw_ver = hdr->fw_ver; in prep_firmware()
1242 fw_info->fw_hdr.chip = hdr->chip; in prep_firmware()
1243 fw_info->fw_hdr.intfver_nic = hdr->intfver_nic; in prep_firmware()
1244 fw_info->fw_hdr.intfver_vnic = hdr->intfver_vnic; in prep_firmware()
1245 fw_info->fw_hdr.intfver_ofld = hdr->intfver_ofld; in prep_firmware()
1246 fw_info->fw_hdr.intfver_ri = hdr->intfver_ri; in prep_firmware()
1248 fw_info->fw_hdr.intfver_iscsi = hdr->intfver_iscsi; in prep_firmware()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3616 offsetof(struct fw_hdr, fw_ver), 1, in t4_get_fw_version()
3630 offsetof(struct fw_hdr, fw_ver), 1, in t4_get_bs_version()
3644 offsetof(struct fw_hdr, tp_microcode_ver), in t4_get_tp_version()
3929 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible()
4004 const struct fw_hdr *fs_fw; in t4_prep_fw()
4005 const struct fw_hdr *drv_fw; in t4_prep_fw()
4007 drv_fw = &fw_info->fw_hdr; in t4_prep_fw()
4146 const struct fw_hdr *hdr) in t4_fw_matches_chip()
4180 const struct fw_hdr *hdr = (const struct fw_hdr *)fw_data; in t4_load_fw()
7534 const struct fw_hdr *fw_hdr = (const struct fw_hdr *)fw_data; in t4_fw_upgrade() local
[all …]
H A Dcommon.h475 struct fw_hdr fw_hdr; /* XXX: waste of space, need a sparse struct */ member
652 struct fw_hdr *card_fw, const int t4_fw_install,
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h9870 struct fw_hdr { struct