Searched refs:last_tx (Results 1 – 8 of 8) sorted by relevance
162 unsigned long last_tx; member544 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx()549 return READ_ONCE(slave->last_tx); in slave_last_tx()
390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member1073 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()
988 u16 first_rx, last_tx; in qmc_setup_chan_trnsync() local1009 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()
555 unsigned long last_tx; member
1199 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
825 union ring_type get_tx, put_tx, last_tx; member1940 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 …]
814 tid_tx->last_tx = jiffies; in ieee80211_mesh_xmit_fast()
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()