Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c40 ixgbe_tx_context_t *, size_t);
44 static int ixgbe_get_context(mblk_t *, ixgbe_tx_context_t *);
46 ixgbe_tx_context_t *);
48 ixgbe_tx_context_t *);
97 ixgbe_tx_context_t tx_context, *ctx; in ixgbe_ring_tx()
695 ixgbe_get_context(mblk_t *mp, ixgbe_tx_context_t *ctx) in ixgbe_get_context()
713 bzero(ctx, sizeof (ixgbe_tx_context_t)); in ixgbe_get_context()
876 ixgbe_check_context(ixgbe_tx_ring_t *tx_ring, ixgbe_tx_context_t *ctx) in ixgbe_check_context()
878 ixgbe_tx_context_t *last; in ixgbe_check_context()
919 ixgbe_tx_context_t *ctx) in ixgbe_fill_context()
[all …]
H A Dixgbe_sw.h404 } ixgbe_tx_context_t; typedef
497 ixgbe_tx_context_t tx_context;
H A Dixgbe_main.c2651 bzero(&tx_ring->tx_context, sizeof (ixgbe_tx_context_t)); in ixgbe_setup_tx_ring()