Searched refs:d_cmdsts (Results 1 – 2 of 2) sorted by relevance
1219 tdp->d_cmdsts = LE_32(mark); in sfe_tx_desc_write()1238 tdp->d_cmdsts |= LE_32(CMDSTS_OWN); in sfe_tx_start()1276 rdp->d_cmdsts = LE_32(tmp1); in sfe_rx_desc_write()1299 status = tdp->d_cmdsts; in sfe_tx_desc_stat()1342 &dp->tx_ring[SFE_DESC_SIZE * n]))->d_cmdsts); in sfe_tx_desc_stat()1408 status = rdp->d_cmdsts; in sfe_rx_desc_stat()1491 tdp->d_cmdsts = 0; in sfe_tx_desc_init()1511 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_init()1527 tdp->d_cmdsts = 0; in sfe_tx_desc_clean()1536 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_clean()
41 volatile uint32_t d_cmdsts; /* command/status field */ member