Searched refs:MC_RAW_WR (Results 1 – 1 of 1) sorted by relevance
88 #define MC_RAW_WR 0x02 macro2342 set_mbuf_cflags(m, MC_RAW_WR); in alloc_wr_mbuf()2978 return (needs_tso(m) || (mbuf_cflags(m) & MC_RAW_WR) != 0); in cannot_use_txpkts()3178 if (mbuf_cflags(m0) & MC_RAW_WR) { in eth_tx()