Lines Matching defs:next
195 netdev_priv(dev)->lock whenever it's queuing a Tx packet. If the next slot in
1249 dma_addr_t next;
1253 next = rp->rx_ring_dma;
1259 next += sizeof(struct rx_desc);
1260 rp->rx_ring[i].next_desc = cpu_to_le32(next);
1307 dma_addr_t next;
1311 next = rp->tx_ring_dma;
1316 next += sizeof(struct tx_desc);
1317 rp->tx_ring[i].next_desc = cpu_to_le32(next);
1783 /* Calculate the next Tx descriptor entry. */
2042 /* If EOP is set on the next entry, it's a new packet. Send it up. */