Home
last modified time | relevance | path

Searched refs:tx_context (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c115 tx_context_t tx_context, *ctx; in igb_tx() local
133 ctx = &tx_context; in igb_tx()
800 last = &tx_ring->tx_context; in igb_check_tx_context()
940 tx_ring->tx_context = *ctx; in igb_tx_fill_ring()
H A Digb_sw.h358 typedef struct tx_context { struct
451 tx_context_t tx_context; member
H A Digb_main.c2417 bzero(&tx_ring->tx_context, sizeof (tx_context_t)); in igb_setup_tx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c132 ixgbe_tx_context_t tx_context, *ctx = NULL; in ixgbe_ring_tx() local
157 ctx = &tx_context; in ixgbe_ring_tx()
796 last = &tx_ring->tx_context; in ixgbe_check_context()
934 tx_ring->tx_context = *ctx; in ixgbe_tx_fill_ring()
H A Dixgbe_sw.h512 ixgbe_tx_context_t tx_context; member
H A Dixgbe_main.c2775 bzero(&tx_ring->tx_context, sizeof (ixgbe_tx_context_t)); in ixgbe_setup_tx_ring()