Searched refs:OCT_FW_VER (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.h | 299 #define OCT_FW_VER(maj, min, rev) \ macro
|
D | lio_ethtool.c | 838 cur_ver = OCT_FW_VER(oct->fw_info.ver.maj, in lio_set_phys_id() 880 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id() 892 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id() 905 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
|
D | lio_main.c | 3727 cur_ver = OCT_FW_VER(octeon_dev->fw_info.ver.maj, in setup_nic_devices() 3732 if (cur_ver < OCT_FW_VER(1, 7, 2)) { in setup_nic_devices()
|