Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_hw.c2225 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() function
2330 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in csio_hw_prep_fw()
2339 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in csio_hw_prep_fw()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3436 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() function
3500 card_fw_usable = fw_compatible(drv_fw, (const void *)card_fw); in t4_prep_fw()
3509 fs_fw_usable = fw_compatible(drv_fw, fs_fw); in t4_prep_fw()