Lines Matching defs:fw_h
4530 struct fw_h {
4546 CTASSERT(offsetof(struct fw_h, fw_ver) == offsetof(struct fw_hdr, fw_ver));
4547 CTASSERT(offsetof(struct fw_h, intfver_nic) == offsetof(struct fw_hdr, intfver_nic));
4548 CTASSERT(offsetof(struct fw_h, intfver_fcoe) == offsetof(struct fw_hdr, intfver_fcoe));
4554 struct fw_h fw_h;
4560 .fw_h = {
4576 .fw_h = {
4592 .fw_h = {
4624 fw_compatible(const struct fw_h *hdr1, const struct fw_h *hdr2)
4691 install_kld_firmware(struct adapter *sc, struct fw_h *card_fw,
4692 const struct fw_h *drv_fw, const char *reason, int *already)
4698 struct fw_h bundled_fw;
4839 const struct fw_h *drv_fw;
4848 drv_fw = &fw_info->fw_h;
4861 rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw, NULL,
4875 if (install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,
4886 rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,