Home
last modified time | relevance | path

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

/titanic_44/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]; in sfe_tx_desc_write()
1237 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * start_slot]; in sfe_tx_start()
1271 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_write()
1293 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot + ndesc - 1, tx_ring_size)]; in sfe_tx_desc_stat()
1342 &dp->tx_ring[SFE_DESC_SIZE * n]))->d_cmdsts); in sfe_tx_desc_stat()
1402 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_stat()
1488 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot]; in sfe_tx_desc_init()
1494 here = ((uint32_t)dp->tx_ring_dma) + SFE_DESC_SIZE*slot; in sfe_tx_desc_init()
1497 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot - 1, tx_ring_size)]; in sfe_tx_desc_init()
[all …]