Searched refs:last_tx (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/alteon/ |
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()
|
D | acenic.c | 1171 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1; in ace_init()
|
/Linux-v5.15/drivers/isdn/mISDN/ |
D | dsp.h | 206 int last_tx; /* if set, we transmitted last poll interval */ member
|
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;
|
/Linux-v5.15/drivers/net/wireless/intersil/hostap/ |
D | hostap_ap.h | 56 unsigned long last_tx; member
|
D | hostap_ap.c | 1033 sta->last_tx, in prism2_sta_proc_show() 2797 sta->last_tx = jiffies; in hostap_handle_sta_tx()
|
/Linux-v5.15/drivers/net/ethernet/dlink/ |
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()
|
D | dl2k.h | 392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs.h | 339 u64 last_tx; member
|
D | rs.c | 2989 lq_sta->last_tx = jiffies; in rs_drv_rate_init() 3136 (unsigned long)(lq_sta->last_tx + in __iwl_mvm_rs_tx_status() 3145 lq_sta->last_tx = jiffies; in __iwl_mvm_rs_tx_status()
|
/Linux-v5.15/net/mac80211/ |
D | agg-tx.c | 569 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired() 1019 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
|
D | sta_info.h | 196 unsigned long last_tx; member
|
D | tx.c | 1145 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg() 3544 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast() 4475 tid_tx->last_tx = jiffies; in ieee80211_8023_xmit()
|
/Linux-v5.15/drivers/net/wireless/broadcom/b43legacy/ |
D | b43legacy.h | 555 unsigned long last_tx; member
|
D | dma.c | 1208 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
|
/Linux-v5.15/drivers/net/ethernet/nvidia/ |
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.orig)) in nv_tx_done() [all …]
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 1246 u64 last_tx; member
|
D | chip.c | 12514 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx); in do_update_synth_timer() 12516 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) { in do_update_synth_timer() 12525 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx); in do_update_synth_timer() 12567 dd->last_tx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL, in do_update_synth_timer() 12575 dd->unit, dd->last_tx, dd->last_rx); in do_update_synth_timer()
|