Lines Matching refs:cur_rx
393 struct fealnx_desc *cur_rx;
1146 iowrite32(np->rx_ring_dma + ((char*)np->cur_rx - (char*)np->rx_ring),
1231 np->cur_rx = &np->rx_ring[0];
1407 struct fealnx_desc *cur = np->cur_rx;
1418 iowrite32(np->rx_ring_dma + ((char*)np->cur_rx - (char*)np->rx_ring),
1612 while (!(np->cur_rx->status & RXOWN) && np->cur_rx->skbuff) {
1613 s32 rx_status = np->cur_rx->status;
1644 cur = np->cur_rx;
1665 if (!np->cur_rx->skbuff) {
1670 np->cur_rx->status = RXOWN;
1671 np->cur_rx = np->cur_rx->next_desc_logical;
1699 np->cur_rx->buffer,
1706 np->cur_rx->skbuff->data, pkt_len);
1709 skb_put_data(skb, np->cur_rx->skbuff->data,
1713 np->cur_rx->buffer,
1718 np->cur_rx->buffer,
1721 skb_put(skb = np->cur_rx->skbuff, pkt_len);
1722 np->cur_rx->skbuff = NULL;
1731 np->cur_rx = np->cur_rx->next_desc_logical;