Home
last modified time | relevance | path

Searched refs:is_t6 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dt4_chip_type.h80 static inline int is_t6(enum chip_type chip) in is_t6() function
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c898 } else if (is_t6(padap)) { in fill_meminfo()
2327 if (is_t6(padap)) { in collect_cim_la()
2877 else if (is_t5(padap) || is_t6(padap)) in collect_reg_dump()
3036 } else if (is_t6(padap)) { in collect_up_cim_indirect()
3326 } else if (is_t6(padap)) { in collect_tid()
3595 else if (is_t6(padap)) in collect_mps_tcam()
4095 else if (is_t6(padap)) in collect_tp_indirect()
4117 } else if (is_t6(padap)) { in collect_tp_indirect()
4133 else if (is_t6(padap)) in collect_tp_indirect()
4145 } else if (is_t6(padap)) { in collect_tp_indirect()
[all …]
H A Dcudbg_wtp.c1303 else if (is_t6(padap)) in collect_wtp_data()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1425 if (is_t6(sc)) in t4_attach()
2803 if (sc->flags & KERN_TLS_ON || !is_t6(sc)) in cxgbe_vi_attach()
3407 if (is_t6(vi->pi->adapter)) in cxgbe_snd_tag_alloc()
5950 if (t4_kern_tls != 0 && is_t6(sc)) in set_params__post_init()
7853 if (is_t6(sc)) in t4_sysctls()
8275 if (is_t6(sc)) { in cxgbe_sysctls()
10021 if (is_t6(sc) && lo & F_HMA_MUX) { in sysctl_meminfo()
12052 if (is_t6(sc)) { in clear_stats()
12264 if (is_t6(sc)) { in t4_os_link_changed()
12479 if (sc->flags & KERN_TLS_ON && is_t6(sc)) { in toe_capability()
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h535 static inline int is_t6(struct adapter *adap) in is_t6() function
H A Dt4_hw.c354 if (is_t6(adap)) in t4_wr_mbox_meat_timeout()
3550 (is_t6(adap) && hdr->chip == FW_HDR_CHIP_T6)) in t4_fw_matches_chip()
10106 if (is_t6(adap) && (idx & 0xf) >= 9) in t4_cim_read_la()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c2014 if (is_t6(sc)) in stop_atids()