Home
last modified time | relevance | path

Searched refs:l3_proto (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c671 ctx->l3_proto = etype; in igb_get_tx_context()
805 (ctx->l3_proto != last->l3_proto) || in igb_check_tx_context()
842 if (ctx->l3_proto == ETHERTYPE_IP) { in igb_fill_tx_context()
H A Digb_sw.h362 uint32_t l3_proto; member
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c652 ctx->l3_proto = etype; in ixgbe_get_context()
800 (ctx->l3_proto != last->l3_proto) || in ixgbe_check_context()
836 if (ctx->l3_proto == ETHERTYPE_IP) { in ixgbe_fill_context()
H A Dixgbe_sw.h414 uint32_t l3_proto; member