Searched refs:FW_INTFVER (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/cxgbe/ |
| HD | t4_main.c | 2411 #define FW_INTFVER(chip, intf) (chip##FW_HDR_INTFVER_##intf) macro 2426 .intfver_nic = FW_INTFVER(T4, NIC), 2427 .intfver_vnic = FW_INTFVER(T4, VNIC), 2428 .intfver_ofld = FW_INTFVER(T4, OFLD), 2429 .intfver_ri = FW_INTFVER(T4, RI), 2430 .intfver_iscsipdu = FW_INTFVER(T4, ISCSIPDU), 2431 .intfver_iscsi = FW_INTFVER(T4, ISCSI), 2432 .intfver_fcoepdu = FW_INTFVER(T4, FCOEPDU), 2433 .intfver_fcoe = FW_INTFVER(T4, FCOE), 2442 .intfver_nic = FW_INTFVER(T5, NIC), [all …]
|