Searched refs:next_tx (Results 1 – 7 of 7) sorted by relevance
/drivers/net/arcnet/ |
D | arcnet.c | 569 lp->cur_tx = lp->next_tx = -1; in arcnet_open() 711 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol); in arcnet_send_packet() 734 if (lp->next_tx == -1) in arcnet_send_packet() 761 lp->next_tx = txbuf; in arcnet_send_packet() 792 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx() 794 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx() 798 arcnet_dump_packet(dev, lp->next_tx, "go_tx", 0); in go_tx() 800 lp->cur_tx = lp->next_tx; in go_tx() 801 lp->next_tx = -1; in go_tx() 1016 lp->next_tx = txbuf; in arcnet_interrupt()
|
D | arc-rawmode.c | 121 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
D | rfc1051.c | 215 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
D | arcdevice.h | 250 next_tx, /* buffer where a packet is ready to send */ member
|
D | capmode.c | 145 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
D | rfc1201.c | 483 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera_rxtx.c | 90 int next_tx; member 546 tx_ring->next_tx = 0; in prestera_sdma_tx_init() 729 buf = &tx_ring->bufs[tx_ring->next_tx]; in prestera_sdma_xmit() 757 tx_ring->next_tx = (tx_ring->next_tx + 1) % PRESTERA_SDMA_TX_DESC_PER_Q; in prestera_sdma_xmit()
|