Lines Matching refs:rdp
1254 struct sfe_desc *rdp; in sfe_rx_desc_write() local
1271 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_write()
1275 rdp->d_bufptr = LE_32(tmp0); in sfe_rx_desc_write()
1276 rdp->d_cmdsts = LE_32(tmp1); in sfe_rx_desc_write()
1393 struct sfe_desc *rdp; in sfe_rx_desc_stat() local
1402 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_stat()
1408 status = rdp->d_cmdsts; in sfe_rx_desc_stat()
1505 struct sfe_desc *rdp; in sfe_rx_desc_init() local
1508 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_init()
1511 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_init()
1516 rdp = (void *) in sfe_rx_desc_init()
1518 rdp->d_link = LE_32(here); in sfe_rx_desc_init()
1533 struct sfe_desc *rdp; in sfe_rx_desc_clean() local
1535 rdp = (void *)&dp->rx_ring[SFE_DESC_SIZE * slot]; in sfe_rx_desc_clean()
1536 rdp->d_cmdsts = LE_32(CMDSTS_OWN); in sfe_rx_desc_clean()