Searched refs:card_fw_usable (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/scsi/csiostor/ |
D | csio_hw.c | 2245 static int csio_should_install_fs_fw(struct csio_hw *hw, int card_fw_usable, in csio_should_install_fs_fw() argument 2250 if (!card_fw_usable) { in csio_should_install_fs_fw() 2319 int ret, card_fw_usable, fs_fw_usable; in csio_hw_prep_fw() local 2330 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in csio_hw_prep_fw() 2334 card_fw_usable = 0; in csio_hw_prep_fw() 2345 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in csio_hw_prep_fw() 2352 csio_should_install_fs_fw(hw, card_fw_usable, in csio_hw_prep_fw() 2365 card_fw_usable = 1; in csio_hw_prep_fw() 2369 if (!card_fw_usable) { in csio_hw_prep_fw()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 3456 static int should_install_fs_fw(struct adapter *adap, int card_fw_usable, in should_install_fs_fw() argument 3461 if (!card_fw_usable) { in should_install_fs_fw() 3489 int ret, card_fw_usable, fs_fw_usable; in t4_prep_fw() local 3500 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in t4_prep_fw() 3504 card_fw_usable = 0; in t4_prep_fw() 3515 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in t4_prep_fw() 3522 should_install_fs_fw(adap, card_fw_usable, in t4_prep_fw() 3535 card_fw_usable = 1; in t4_prep_fw() 3539 if (!card_fw_usable) { in t4_prep_fw()
|