Searched refs:ixgbe_adv_tx_desc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c320 size = sizeof (union ixgbe_adv_tx_desc) * tx_ring->ring_size;
327 size += sizeof (union ixgbe_adv_tx_desc);
404 tx_ring->tbd_ring = (union ixgbe_adv_tx_desc *)(uintptr_t)
H A Dixgbe_tx.c977 union ixgbe_adv_tx_desc *tbd, *first_tbd;
1403 sizeof (union ixgbe_adv_tx_desc) * tx_ring->ring_size,
H A Dixgbe_sw.h474 union ixgbe_adv_tx_desc *tbd_ring;
H A Dixgbe_main.c2576 size = tx_ring->ring_size * sizeof (union ixgbe_adv_tx_desc);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3031 union ixgbe_adv_tx_desc { union

Completed in 87 milliseconds