fw_h
CTASSERT(offsetof(struct fw_h, fw_ver) == offsetof(struct fw_hdr, fw_ver));
CTASSERT(offsetof(struct fw_h, intfver_nic) == offsetof(struct fw_hdr, intfver_nic));
CTASSERT(offsetof(struct fw_h, intfver_fcoe) == offsetof(struct fw_hdr, intfver_fcoe));
struct fw_h fw_h;
.fw_h = {
.fw_h = {
.fw_h = {
.fw_h = {
fw_compatible(const struct fw_h *hdr1, const struct fw_h *hdr2)
install_kld_firmware(struct adapter *sc, struct fw_h *card_fw,
const struct fw_h *drv_fw, const char *reason, int *already)
struct fw_h bundled_fw;
const struct fw_h *drv_fw;
drv_fw = &fw_info->fw_h;
rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw, NULL,
if (install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,
rc = install_kld_firmware(sc, (struct fw_h *)card_fw, drv_fw,