Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c1844 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.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1773 static int should_install_fs_fw(struct adapter *adap, int card_fw_usable, in should_install_fs_fw() argument
1778 if (!card_fw_usable) { in should_install_fs_fw()
1806 int ret, card_fw_usable, fs_fw_usable; in t4_prep_fw() local
1817 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in t4_prep_fw()
1821 card_fw_usable = 0; in t4_prep_fw()
1832 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in t4_prep_fw()
1839 should_install_fs_fw(adap, card_fw_usable, in t4_prep_fw()
1852 card_fw_usable = 1; in t4_prep_fw()
1856 if (!card_fw_usable) { in t4_prep_fw()