Home
last modified time | relevance | path

Searched refs:last_tx (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/alteon/
Dacenic.h691 u32 last_tx, last_std_rx, last_mini_rx; member
727 if (value == ap->last_tx) in ace_set_txprd()
730 ap->last_tx = value; in ace_set_txprd()
Dacenic.c1171 ap->last_tx = ACE_TX_RING_ENTRIES(ap) - 1; in ace_init()
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp.h206 int last_tx; /* if set, we transmitted last poll interval */ member
Ddsp_cmx.c1323 dsp->last_tx = 0;
1331 dsp->last_tx = 0;
1347 if (dsp->cmx_delay && !dsp->last_tx) {
1364 dsp->last_tx = 1;
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.h55 unsigned long last_tx; member
Dhostap_ap.c1081 sta->last_tx, in prism2_sta_proc_show()
2859 sta->last_tx = jiffies; in hostap_handle_sta_tx()
/linux-4.4.14/drivers/net/ethernet/dlink/
Ddl2k.h396 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
Dsundance.c397 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
1084 if (np->last_tx) { in tx_poll()
1085 np->last_tx->next_desc = cpu_to_le32(np->tx_ring_dma + in tx_poll()
1088 np->last_tx = txdesc; in tx_poll()
1176 np->last_tx = NULL; in reset_tx()
1842 np->last_tx = NULL; in netdev_close()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drs.h302 u64 last_tx; member
Drs.c1221 (unsigned long)(lq_sta->last_tx + in iwl_mvm_rs_tx_status()
1232 lq_sta->last_tx = jiffies; in iwl_mvm_rs_tx_status()
3045 lq_sta->last_tx = jiffies; in iwl_mvm_rs_rate_init()
/linux-4.4.14/net/mac80211/
Dsta_info.h153 unsigned long last_tx; member
Dagg-tx.c531 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired()
986 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
Dtx.c1132 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg()
2728 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Db43legacy.h554 unsigned long last_tx; member
Ddma.c1285 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c825 union ring_type get_tx, put_tx, first_tx, last_tx; member
1935 np->last_tx.orig = &np->tx_ring.orig[np->tx_ring_size-1]; in nv_init_tx()
1937 np->last_tx.ex = &np->tx_ring.ex[np->tx_ring_size-1]; in nv_init_tx()
2248 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit()
2295 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit()
2398 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized()
2445 if (unlikely(put_tx++ == np->last_tx.ex)) in nv_start_xmit_optimized()
2580 if (unlikely(np->get_tx.orig++ == np->last_tx.orig)) in nv_tx_done()
2634 if (unlikely(np->get_tx.ex++ == np->last_tx.ex)) in nv_tx_done_optimized()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dhfi.h1035 u64 last_tx; member
Dchip.c8171 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx); in update_synth_timer()
8173 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) { in update_synth_timer()
8182 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx); in update_synth_timer()
8224 dd->last_tx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL, in update_synth_timer()
8232 dd->unit, dd->last_tx, dd->last_rx); in update_synth_timer()