Home
last modified time | relevance | path

Searched refs:drv_fw (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/
Dida_cmd.h211 __u8 drv_fw[8]; member
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c1907 const struct fw_hdr *drv_fw; in csio_hw_prep_fw() local
1909 drv_fw = &fw_info->fw_hdr; in csio_hw_prep_fw()
1916 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in csio_hw_prep_fw()
1925 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in csio_hw_prep_fw()
1931 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in csio_hw_prep_fw()
1932 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in csio_hw_prep_fw()
1958 d = be32_to_cpu(drv_fw->fw_ver); in csio_hw_prep_fw()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1808 const struct fw_hdr *drv_fw; in t4_prep_fw() local
1810 drv_fw = &fw_info->fw_hdr; in t4_prep_fw()
1817 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in t4_prep_fw()
1826 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in t4_prep_fw()
1832 if (card_fw_usable && card_fw->fw_ver == drv_fw->fw_ver && in t4_prep_fw()
1833 (!fs_fw_usable || fs_fw->fw_ver == drv_fw->fw_ver)) { in t4_prep_fw()
1859 d = be32_to_cpu(drv_fw->fw_ver); in t4_prep_fw()