Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c1905 int ret, card_fw_usable, fs_fw_usable; in csio_hw_prep_fw() local
1925 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in csio_hw_prep_fw()
1928 fs_fw_usable = 0; in csio_hw_prep_fw()
1932 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in csio_hw_prep_fw()
1937 } else if (fs_fw_usable && state == CSIO_DEV_STATE_UNINIT && in csio_hw_prep_fw()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1806 int ret, card_fw_usable, fs_fw_usable; in t4_prep_fw() local
1826 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in t4_prep_fw()
1829 fs_fw_usable = 0; in t4_prep_fw()
1833 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in t4_prep_fw()
1838 } else if (fs_fw_usable && state == DEV_STATE_UNINIT && in t4_prep_fw()