Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c46 static int ixgbe_get_context(mblk_t *, ixgbe_tx_context_t *);
54 #pragma inline(ixgbe_get_context)
158 if (ixgbe_get_context(mp, ctx) < 0) { in ixgbe_ring_tx()
576 ixgbe_get_context(mblk_t *mp, ixgbe_tx_context_t *ctx) in ixgbe_get_context() function