Home
last modified time | relevance | path

Searched refs:fs_fw_usable (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c2319 int ret, card_fw_usable, fs_fw_usable; in csio_hw_prep_fw() local
2339 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in csio_hw_prep_fw()
2342 fs_fw_usable = 0; in csio_hw_prep_fw()
2346 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in csio_hw_prep_fw()
2351 } else if (fs_fw_usable && state == CSIO_DEV_STATE_UNINIT && in csio_hw_prep_fw()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3468 int ret, card_fw_usable, fs_fw_usable; in t4_prep_fw() local
3488 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in t4_prep_fw()
3491 fs_fw_usable = 0; in t4_prep_fw()
3495 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in t4_prep_fw()
3500 } else if (fs_fw_usable && state == DEV_STATE_UNINIT && in t4_prep_fw()