Searched refs:next_tx (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/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 | capmode.c | 145 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
D | arcdevice.h | 248 next_tx, /* buffer where a packet is ready to send */ member
|
D | rfc1201.c | 483 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
|
/Linux-v6.1/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()
|
/Linux-v6.1/net/core/ |
D | pktgen.c | 304 ktime_t next_tx; member 2296 pkt_dev->next_tx = ktime_add_ns(spin_until, pkt_dev->delay); in spin() 3156 pkt_dev->started_at = pkt_dev->next_tx = ktime_get(); in pktgen_run() 3346 else if (ktime_compare(pkt_dev->next_tx, best->next_tx) < 0) in next_to_run() 3461 pkt_dev->next_tx = ktime_add_ns(ktime_get(), ULONG_MAX); in pktgen_xmit() 3483 spin(pkt_dev, pkt_dev->next_tx); in pktgen_xmit()
|