Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h1161 mbuf_cflags(struct mbuf *m) in mbuf_cflags() function
1181 if (!(mbuf_cflags(m) & MC_TLS)) in mbuf_len16()
1191 if (!(mbuf_cflags(m) & MC_TLS)) in set_mbuf_len16()
H A Dt4_sge.c2895 MPASS(cflags == mbuf_cflags(m0)); in parse_pkt()
3063 return (needs_tso(m) || (mbuf_cflags(m) & (MC_RAW_WR | MC_TLS)) != 0); in cannot_use_txpkts()
3263 if (mbuf_cflags(m0) & MC_RAW_WR) { in eth_tx()
3266 } else if (mbuf_cflags(m0) & MC_TLS) { in eth_tx()
3278 if (!(mbuf_cflags(m0) & MC_TLS)) in eth_tx()
5599 } else if (!(mbuf_cflags(m0) & MC_NOMAP) && pktlen <= imm_payload(2) && in write_txpkt_wr()