Searched refs:FW_INTFVER (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 4637 #define FW_INTFVER(chip, intf) (chip##FW_HDR_INTFVER_##intf) macro 4673 .intfver_nic = FW_INTFVER(T4, NIC), 4674 .intfver_vnic = FW_INTFVER(T4, VNIC), 4675 .intfver_ofld = FW_INTFVER(T4, OFLD), 4676 .intfver_ri = FW_INTFVER(T4, RI), 4677 .intfver_iscsipdu = FW_INTFVER(T4, ISCSIPDU), 4678 .intfver_iscsi = FW_INTFVER(T4, ISCSI), 4679 .intfver_fcoepdu = FW_INTFVER(T4, FCOEPDU), 4680 .intfver_fcoe = FW_INTFVER(T4, FCOE), 4689 .intfver_nic = FW_INTFVER(T5, NIC), [all …]
|