Searched refs:card_fw_usable (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.c | 1844 static int csio_should_install_fs_fw(struct csio_hw *hw, int card_fw_usable, in csio_should_install_fs_fw() argument 1849 if (!card_fw_usable) { in csio_should_install_fs_fw() 1905 int ret, card_fw_usable, fs_fw_usable; in csio_hw_prep_fw() local 1916 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in csio_hw_prep_fw() 1920 card_fw_usable = 0; in csio_hw_prep_fw() 1931 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in csio_hw_prep_fw() 1938 csio_should_install_fs_fw(hw, card_fw_usable, in csio_hw_prep_fw() 1951 card_fw_usable = 1; in csio_hw_prep_fw() 1955 if (!card_fw_usable) { in csio_hw_prep_fw()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 3056 static int should_install_fs_fw(struct adapter *adap, int card_fw_usable, in should_install_fs_fw() argument 3061 if (!card_fw_usable) { in should_install_fs_fw() 3089 int ret, card_fw_usable, fs_fw_usable; in t4_prep_fw() local 3100 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in t4_prep_fw() 3104 card_fw_usable = 0; in t4_prep_fw() 3115 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in t4_prep_fw() 3122 should_install_fs_fw(adap, card_fw_usable, in t4_prep_fw() 3135 card_fw_usable = 1; in t4_prep_fw() 3139 if (!card_fw_usable) { in t4_prep_fw()
|