Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h105 u8 cur_ver; member
218 .cur_ver = _cur_ver, \
223 __le16 length, u8 min_ver, u8 cur_ver) in carl9170fw_fill_desc() argument
232 head->cur_ver = cur_ver; in carl9170fw_fill_desc()
243 (((head)->cur_ver < _min_ver) || ((head)->min_ver > _min_ver)) \
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c837 u32 cur_ver; in lio_set_phys_id() local
840 cur_ver = OCT_FW_VER(oct->fw_info.ver.maj, in lio_set_phys_id()
882 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
894 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
907 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
H A Dlio_main.c3338 u32 cur_ver; in setup_nic_devices() local
3721 cur_ver = OCT_FW_VER(octeon_dev->fw_info.ver.maj, in setup_nic_devices()
3726 if (cur_ver < OCT_FW_VER(1, 7, 2)) { in setup_nic_devices()