Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1142 tdp->d_cmdsts = LE_32(mark); in sfe_tx_desc_write()
1161 tdp->d_cmdsts |= LE_32(CMDSTS_OWN); in sfe_tx_start()
1199 rdp->d_cmdsts = LE_32(tmp1); in sfe_rx_desc_write()
1222 status = tdp->d_cmdsts; in sfe_tx_desc_stat()
1265 &dp->tx_ring[SFE_DESC_SIZE * n]))->d_cmdsts); in sfe_tx_desc_stat()
1331 status = rdp->d_cmdsts; in sfe_rx_desc_stat()
1414 tdp->d_cmdsts = 0; in sfe_tx_desc_init()
1434 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_init()
1450 tdp->d_cmdsts = 0; in sfe_tx_desc_clean()
1459 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_clean()
H A Dsfereg.h41 volatile uint32_t d_cmdsts; /* command/status field */ member