Searched refs:CHIP_NUM (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1144 #define CHIP_NUM(sc) ((sc)->devinfo.chip_id >> 16) macro
1188 #define CHIP_IS_E1(sc) (CHIP_NUM(sc) == CHIP_NUM_57710)
1189 #define CHIP_IS_57710(sc) (CHIP_NUM(sc) == CHIP_NUM_57710)
1190 #define CHIP_IS_57711(sc) (CHIP_NUM(sc) == CHIP_NUM_57711)
1191 #define CHIP_IS_57711E(sc) (CHIP_NUM(sc) == CHIP_NUM_57711E)
1197 #define CHIP_IS_57712(sc) (CHIP_NUM(sc) == CHIP_NUM_57712)
1198 #define CHIP_IS_57712_MF(sc) (CHIP_NUM(sc) == CHIP_NUM_57712_MF)
1199 #define CHIP_IS_57712_VF(sc) (CHIP_NUM(sc) == CHIP_NUM_57712_VF)
1203 #define CHIP_IS_57800(sc) (CHIP_NUM(sc) == CHIP_NUM_57800)
1204 #define CHIP_IS_57800_MF(sc) (CHIP_NUM(s
[all...]
H A Dbxe_elink.c2441 if (((CHIP_NUM(sc) == CHIP_NUM_57840_4_10) ||
2442 (CHIP_NUM(sc) == CHIP_NUM_57840_2_20) ||
2443 (CHIP_NUM(sc) == CHIP_NUM_57840_OBS)) &&
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c5738 p_dev->chip_num = (u16)GET_FIELD(tmp, CHIP_NUM);

Completed in 256 milliseconds