Searched refs:next_tx (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/net/arcnet/ |
| D | arcnet.c | 523 lp->cur_tx = lp->next_tx = -1; in arcnet_open() 661 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol); in arcnet_send_packet() 684 if (lp->next_tx == -1) in arcnet_send_packet() 711 lp->next_tx = txbuf; in arcnet_send_packet() 742 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx() 744 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx() 748 arcnet_dump_packet(dev, lp->next_tx, "go_tx", 0); in go_tx() 750 lp->cur_tx = lp->next_tx; in go_tx() 751 lp->next_tx = -1; in go_tx() 960 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 | 248 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()
|
| /Linux-v5.4/drivers/net/ethernet/natsemi/ |
| D | sonic.c | 218 int entry = lp->next_tx; in sonic_send_packet() 263 lp->next_tx = (entry + 1) & SONIC_TDS_MASK; in sonic_send_packet() 264 if (lp->tx_skb[lp->next_tx] != NULL) { in sonic_send_packet() 692 lp->cur_tx = lp->next_tx = 0; in sonic_init()
|
| D | sonic.h | 321 unsigned int next_tx; /* next free TD */ member
|
| /Linux-v5.4/net/core/ |
| D | pktgen.c | 295 ktime_t next_tx; member 2188 pkt_dev->next_tx = ktime_add_ns(spin_until, pkt_dev->delay); in spin() 3015 pkt_dev->started_at = pkt_dev->next_tx = ktime_get(); in pktgen_run() 3202 else if (ktime_compare(pkt_dev->next_tx, best->next_tx) < 0) in next_to_run() 3317 pkt_dev->next_tx = ktime_add_ns(ktime_get(), ULONG_MAX); in pktgen_xmit() 3339 spin(pkt_dev, pkt_dev->next_tx); in pktgen_xmit()
|