Searched refs:is_t5 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dt4_chip_type.h75 static inline int is_t5(enum chip_type chip) function
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c881 if (is_t5(padap)) {
984 if (is_t5(padap)) {
1060 if (is_t5(padap)) {
1077 if (is_t5(padap)) {
2882 else if (is_t5(padap) || is_t6(padap))
3034 if (is_t5(padap)) {
3328 if (is_t5(padap)) {
3483 if (is_t5(padap)) {
3598 if (is_t5(padap))
4098 if (is_t5(pada
[all...]
H A Dcudbg_wtp.c1304 if (is_t5(padap))
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c134 else if (is_t5(adapter))
H A Dcommon.h504 static inline int is_t5(struct adapter *adap) function
H A Dt4_hw.c3549 (is_t5(adap) && hdr->chip == FW_HDR_CHIP_T5) ||
5479 if (is_t5(adap)) {
9527 else if (is_t5(adapter))
10373 if (!is_t5(adap))
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c56 return (is_t5(dev->rdev.adap) && length >= 8*1024*1024*1024ULL);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c2814 mode = is_t5(sc) ? V_STATMODE(0) : V_T6_STATMODE(0);
3129 if (is_t5(sc) && em & F_EXT_MEM1_ENABLE) {
3253 if (!is_t5(sc) || !(em & F_EXT_MEM1_ENABLE))
8391 avail[i].idx = is_t5(sc) ? 3 : 2; /* Call it MC0 for T5 */
8394 if (is_t5(sc) && lo & F_EXT_MEM1_ENABLE) {
8462 if (is_t5(sc)) {
8550 if (is_t5(sc)) {
8566 if (is_t5(sc)) {
9498 mode = is_t5(sc) ? G_STATMODE(v) : G_T6_STATMODE(v);
H A Dt4_filter.c831 if (is_t5(sc) && t->fs.hitcnts)
1941 if (is_t5(sc) && f->fs.action == FILTER_DROP) {

Completed in 285 milliseconds