Lines Matching refs:rdp
1178 struct sfe_desc *rdp; in sfe_rx_desc_write() local
1195 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_write()
1199 rdp->d_bufptr = LE_32(tmp0); in sfe_rx_desc_write()
1200 rdp->d_cmdsts = LE_32(tmp1); in sfe_rx_desc_write()
1317 struct sfe_desc *rdp; in sfe_rx_desc_stat() local
1326 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_stat()
1332 status = rdp->d_cmdsts; in sfe_rx_desc_stat()
1429 struct sfe_desc *rdp; in sfe_rx_desc_init() local
1432 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_init()
1435 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_init()
1440 rdp = (void *) in sfe_rx_desc_init()
1442 rdp->d_link = LE_32(here); in sfe_rx_desc_init()
1457 struct sfe_desc *rdp; in sfe_rx_desc_clean() local
1459 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_clean()
1460 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_clean()