Searched refs:MC_RAW_WR (Results 1 – 2 of 2) sorted by relevance
1157 #define MC_RAW_WR 0x02 macro
2371 set_mbuf_cflags(m, MC_RAW_WR); in alloc_wr_mbuf()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()