Lines Matching defs:fw_h
4796 struct fw_h {
4812 CTASSERT(offsetof(struct fw_h, fw_ver) == offsetof(struct fw_hdr, fw_ver));
4813 CTASSERT(offsetof(struct fw_h, intfver_nic) == offsetof(struct fw_hdr, intfver_nic));
4814 CTASSERT(offsetof(struct fw_h, intfver_fcoe) == offsetof(struct fw_hdr, intfver_fcoe));
4820 struct fw_h fw_h;
4826 .fw_h = {
4842 .fw_h = {
4858 .fw_h = {
4874 .fw_h = {
4906 fw_compatible(const struct fw_h *hdr1, const struct fw_h *hdr2)
4973 install_kld_firmware(struct adapter *sc, struct fw_h *card_fw,
4974 const struct fw_h *drv_fw, const char *reason, int *already)
4980 struct fw_h bundled_fw;
5121 const struct fw_h *drv_fw;
5130 drv_fw = &fw_info->fw_h;
5143 rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw, NULL,
5157 if (install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,
5168 rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,