Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c320 size = sizeof (union ixgbe_adv_tx_desc) * tx_ring->ring_size; in ixgbe_alloc_tbd_ring()
327 size += sizeof (union ixgbe_adv_tx_desc); in ixgbe_alloc_tbd_ring()
404 tx_ring->tbd_ring = (union ixgbe_adv_tx_desc *)(uintptr_t) in ixgbe_alloc_tbd_ring()
H A Dixgbe_tx.c978 union ixgbe_adv_tx_desc *tbd, *first_tbd; in ixgbe_tx_fill_ring()
1404 sizeof (union ixgbe_adv_tx_desc) * tx_ring->ring_size, in ixgbe_tx_recycle_head_wb()
H A Dixgbe_sw.h475 union ixgbe_adv_tx_desc *tbd_ring;
H A Dixgbe_main.c2578 size = tx_ring->ring_size * sizeof (union ixgbe_adv_tx_desc); in ixgbe_setup_tx_ring()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3031 union ixgbe_adv_tx_desc { union