Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dadapter.h1234 #define MC_TLS 0x04 macro
1257 if (!(mbuf_cflags(m) & MC_TLS)) in mbuf_len16()
1267 if (!(mbuf_cflags(m) & MC_TLS)) in set_mbuf_len16()
H A Dt4_sge.c2744 cflags |= MC_TLS; in parse_pkt()
3114 return (needs_tso(m) || (mbuf_cflags(m) & (MC_RAW_WR | MC_TLS)) != 0); in cannot_use_txpkts()
3317 } else if (mbuf_cflags(m0) & MC_TLS) { in eth_tx()
3332 if (!(mbuf_cflags(m0) & MC_TLS)) in eth_tx()