/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/ |
H A D | acenic.h | 693 u32 last_tx, last_std_rx, last_mini_rx; member 729 if (value == ap->last_tx) in ace_set_txprd() 732 ap->last_tx = value; in ace_set_txprd()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/ |
H A D | acenic.h | 693 u32 last_tx, last_std_rx, last_mini_rx; member 728 if (value == ap->last_tx) in ace_set_txprd() 731 ap->last_tx = value; in ace_set_txprd()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 162 unsigned long last_tx; member 541 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx() 546 return READ_ONCE(slave->last_tx); in slave_last_tx()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp.h | 206 int last_tx; /* if set, we transmitted last poll interval */ member
|
H A D | dsp_cmx.c | 1323 dsp->last_tx = 0; 1331 dsp->last_tx = 0; 1347 if (dsp->cmx_delay && !dsp->last_tx) { 1364 dsp->last_tx = 1;
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 56 unsigned long last_tx; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 56 unsigned long last_tx; member
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp.h | 206 int last_tx; /* if set, we transmitted last poll interval */ member
|
H A D | dsp_cmx.c | 1312 dsp->last_tx = 0; 1320 dsp->last_tx = 0; 1336 if (dsp->cmx_delay && !dsp->last_tx) { 1353 dsp->last_tx = 1;
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | agg-tx.c | 576 tid_tx->last_tx = jiffies; in ieee80211_refresh_tx_agg_session_timer() 595 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired() 1064 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
|
H A D | sta_info.h | 166 * @last_tx: jiffies of last tx activity 191 unsigned long last_tx; member
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | qmc.c | 1019 u16 first_rx, last_tx; in qmc_setup_chan_trnsync() local 1032 last_tx = fls64(chan->tx_ts_mask); in qmc_setup_chan_trnsync() 1038 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync() 1045 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member 1070 if (np->last_tx) { in tx_poll() 1071 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll() 1074 np->last_tx = txdesc; in tx_poll() 1162 np->last_tx = NULL; in reset_tx() 1828 np->last_tx = NULL; in netdev_close()
|
H A D | dl2k.h | 392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 390 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member 1072 if (np->last_tx) { in tx_poll() 1073 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll() 1076 np->last_tx = txdesc; in tx_poll() 1164 np->last_tx = NULL; in reset_tx() 1828 np->last_tx = NULL; in netdev_close()
|
H A D | dl2k.h | 392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 339 u64 last_tx; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 322 u64 last_tx; member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | agg-tx.c | 574 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired() 1037 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
|
H A D | sta_info.h | 163 * @last_tx: jiffies of last tx activity 187 unsigned long last_tx; member
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 2051 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3426 unsigned long last_tx = slave_last_tx(slave); in bond_loadbalance_arp_mon() local 3431 if (bond_time_in_interval(bond, last_tx, 1) && in bond_loadbalance_arp_mon() 3456 if (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_loadbalance_arp_mon() 3522 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3573 last_tx = slave_last_tx(slave); in bond_ab_arp_inspect() 3575 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3594 unsigned long last_tx; in bond_ab_arp_commit() local 3603 last_tx = slave_last_tx(slave); in bond_ab_arp_commit() 3606 bond_time_in_interval(bond, last_tx, in bond_ab_arp_commit() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 555 unsigned long last_tx; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 555 unsigned long last_tx; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 825 union ring_type get_tx, put_tx, last_tx; member 1959 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx() 1961 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx() 2281 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2330 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2338 prev_tx = np->last_tx.orig; in nv_start_xmit() 2459 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2508 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2516 prev_tx = np->last_tx.ex; in nv_start_xmit_optimized() 2666 if (unlikely(np->get_tx.orig++ == np->last_tx in nv_tx_done() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 825 union ring_type get_tx, put_tx, last_tx; member 1954 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx() 1956 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx() 2276 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2325 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit() 2333 prev_tx = np->last_tx.orig; in nv_start_xmit() 2454 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2503 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized() 2511 prev_tx = np->last_tx.ex; in nv_start_xmit_optimized() 2661 if (unlikely(np->get_tx.orig++ == np->last_tx in nv_tx_done() [all...] |