Searched refs:last_tx (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| H A D | bonding.h | 162 unsigned long last_tx; member 544 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx() 549 return READ_ONCE(slave->last_tx); in slave_last_tx()
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member 1073 if (np->last_tx) { in tx_poll() 1074 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll() 1077 np->last_tx = txdesc; in tx_poll() 1167 np->last_tx = NULL; in reset_tx() 1833 np->last_tx = NULL; in netdev_close()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 2118 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3488 unsigned long last_tx = slave_last_tx(slave); in bond_loadbalance_arp_mon() local 3493 if (bond_time_in_interval(bond, last_tx, 1) && in bond_loadbalance_arp_mon() 3518 if (!bond_time_in_interval(bond, last_tx, in bond_loadbalance_arp_mon() 3586 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3637 last_tx = slave_last_tx(slave); in bond_ab_arp_inspect() 3639 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3658 unsigned long last_tx; in bond_ab_arp_commit() local 3667 last_tx = slave_last_tx(slave); in bond_ab_arp_commit() 3670 bond_time_in_interval(bond, last_tx, in bond_ab_arp_commit() [all...] |
| /linux/drivers/soc/fsl/qe/ |
| H A D | qmc.c | 988 u16 first_rx, last_tx; in qmc_setup_chan_trnsync() local 1009 last_tx = fls64(chan->tx_ts_mask); in qmc_setup_chan_trnsync() 1015 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync() 1023 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 555 unsigned long last_tx; member
|
| H A D | dma.c | 1199 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 825 union ring_type get_tx, put_tx, last_tx; member 1940 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx() 1942 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx() 2262 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2311 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2319 prev_tx = np->last_tx.orig; in nv_start_xmit() 2440 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2489 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2497 prev_tx = np->last_tx.ex; in nv_start_xmit_optimized() 2647 if (unlikely(np->get_tx.orig++ == np->last_tx.orig)) in nv_tx_done() [all …]
|
| /linux/net/mac80211/ |
| H A D | mesh.c | 814 tid_tx->last_tx = jiffies; in ieee80211_mesh_xmit_fast()
|
| H A D | tx.c | 1174 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg() 3828 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast() 4684 tid_tx->last_tx = jiffies; in ieee80211_8023_xmit()
|