Home
last modified time | relevance | path

Searched refs:ixgbe_tx_context_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c41 ixgbe_tx_context_t *, size_t);
46 static int ixgbe_get_context(mblk_t *, ixgbe_tx_context_t *);
48 ixgbe_tx_context_t *);
50 ixgbe_tx_context_t *);
132 ixgbe_tx_context_t tx_context, *ctx = NULL; in ixgbe_ring_tx()
576 ixgbe_get_context(mblk_t *mp, ixgbe_tx_context_t *ctx) in ixgbe_get_context()
595 bzero(ctx, sizeof (ixgbe_tx_context_t)); in ixgbe_get_context()
775 ixgbe_check_context(ixgbe_tx_ring_t *tx_ring, ixgbe_tx_context_t *ctx) in ixgbe_check_context()
777 ixgbe_tx_context_t *last; in ixgbe_check_context()
819 ixgbe_tx_context_t *ctx) in ixgbe_fill_context()
[all …]
H A Dixgbe_sw.h419 } ixgbe_tx_context_t; typedef
512 ixgbe_tx_context_t tx_context;
H A Dixgbe_main.c2775 bzero(&tx_ring->tx_context, sizeof (ixgbe_tx_context_t)); in ixgbe_setup_tx_ring()