Searched refs:next_tx (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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 | 253 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-v4.19/drivers/net/ethernet/natsemi/ |
D | sonic.c | 217 int entry = lp->next_tx; in sonic_send_packet() 262 lp->next_tx = (entry + 1) & SONIC_TDS_MASK; in sonic_send_packet() 263 if (lp->tx_skb[lp->next_tx] != NULL) { in sonic_send_packet() 691 lp->cur_tx = lp->next_tx = 0; in sonic_init()
|
D | sonic.h | 321 unsigned int next_tx; /* next free TD */ member
|
/Linux-v4.19/net/core/ |
D | pktgen.c | 301 ktime_t next_tx; member 2194 pkt_dev->next_tx = ktime_add_ns(spin_until, pkt_dev->delay); in spin() 3021 pkt_dev->started_at = pkt_dev->next_tx = ktime_get(); in pktgen_run() 3197 else if (ktime_compare(pkt_dev->next_tx, best->next_tx) < 0) in next_to_run() 3312 pkt_dev->next_tx = ktime_add_ns(ktime_get(), ULONG_MAX); in pktgen_xmit() 3334 spin(pkt_dev, pkt_dev->next_tx); in pktgen_xmit()
|