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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c129 #define SFE_DESC_SIZE 16 /* including pads rounding up to power of 2 */ macro
1215 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot];
1237 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * start_slot];
1271 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot];
1293 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot + ndesc - 1, tx_ring_size)];
1342 &dp->tx_ring[SFE_DESC_SIZE * n]))->d_cmdsts);
1402 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot];
1488 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot];
1494 here = ((uint32_t)dp->tx_ring_dma) + SFE_DESC_SIZE*slot;
1497 &dp->tx_ring[SFE_DESC_SIZE * SLO
[all...]

Completed in 159 milliseconds