Home
last modified time | relevance | path

Searched refs:MC_TLS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h1160 #define MC_TLS 0x04 macro
1183 if (!(mbuf_cflags(m) & MC_TLS)) in mbuf_len16()
1193 if (!(mbuf_cflags(m) & MC_TLS)) in set_mbuf_len16()
H A Dt4_sge.c2696 cflags |= MC_TLS; in parse_pkt()
3063 return (needs_tso(m) || (mbuf_cflags(m) & (MC_RAW_WR | MC_TLS)) != 0); in cannot_use_txpkts()
3266 } else if (mbuf_cflags(m0) & MC_TLS) { in eth_tx()
3278 if (!(mbuf_cflags(m0) & MC_TLS)) in eth_tx()