Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/alteon/
H A Dacenic.h693 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()
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py729 last_tx = -1
740 if last_tx != -1 and abs(last_tx - tx) <= tw:
741 tw -= last_tx - tx
742 tx = last_tx
745 last_tx = tx + tw
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp.h206 int last_tx; /* if set, we transmitted last poll interval */ member
H A 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;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/
H A Dsundance.c390 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 Ddl2k.h392 struct netdev_desc *last_tx; /* Last Tx descriptor used. */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h56 unsigned long last_tx; member
H A Dhostap_ap.c1033 sta->last_tx, in prism2_sta_proc_show()
2797 sta->last_tx = jiffies; in hostap_handle_sta_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h362 unsigned long last_tx; member
H A Dwl_iapsta.c142 unsigned long last_tx; member
4037 tput_info->last_tx = ifp->stats.tx_bytes; in wl_tput_monitor()
4046 tput_info->tput_tx = (int32)(((ifp->stats.tx_bytes-tput_info->last_tx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor()
4048 tput_info->tput_tx = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor()
4049 tput_info->tput_tx_kb = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*8*1000/1024)/diff_ms; in wl_tput_monitor()
4060 tput_info->last_tx = ifp->stats.tx_bytes; in wl_tput_monitor()
H A Ddhd_config.c1106 diff_bytes = dhd->dstats.tx_bytes - conf->last_tx; in dhd_conf_tput_monitor()
1127 conf->last_tx = dhd->dstats.tx_bytes; in dhd_conf_tput_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h339 u64 last_tx; member
H A Drs.c2992 lq_sta->last_tx = jiffies; in rs_drv_rate_init()
3139 (unsigned long)(lq_sta->last_tx + in __iwl_mvm_rs_tx_status()
3148 lq_sta->last_tx = jiffies; in __iwl_mvm_rs_tx_status()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h365 unsigned long last_tx; member
H A Dwl_iapsta.c166 unsigned long last_tx; member
4678 tput_info->last_tx = ifp->stats.tx_bytes; in wl_tput_monitor()
4687 tput_info->tput_tx = (int32)(((ifp->stats.tx_bytes-tput_info->last_tx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor()
4689 tput_info->tput_tx = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor()
4690 tput_info->tput_tx_kb = (int32)((ifp->stats.tx_bytes-tput_info->last_tx)*8*1000/1024)/diff_ms; in wl_tput_monitor()
4701 tput_info->last_tx = ifp->stats.tx_bytes; in wl_tput_monitor()
H A Ddhd_config.c1166 diff_bytes = dhd->dstats.tx_bytes - conf->last_tx; in dhd_conf_tput_monitor()
1187 conf->last_tx = dhd->dstats.tx_bytes; in dhd_conf_tput_monitor()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dagg-tx.c570 timeout = tid_tx->last_tx + TU_TO_JIFFIES(tid_tx->timeout); in sta_tx_agg_session_timer_expired()
1033 tid_tx->last_tx = jiffies; in ieee80211_process_addba_resp()
H A Dsta_info.h187 unsigned long last_tx; member
H A Dtx.c1155 tid_tx->last_tx = jiffies; in ieee80211_tx_prep_agg()
3523 tid_tx->last_tx = jiffies; in ieee80211_xmit_fast()
4275 tid_tx->last_tx = jiffies; in ieee80211_8023_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h555 unsigned long last_tx; member
H A Ddma.c1221 dev->stats.last_tx = jiffies; in b43legacy_dma_handle_txstatus()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/
H A Dforcedeth.c825 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.orig)) in nv_tx_done()
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c4485 unsigned long last_tx; in __check_timeout() local
4492 last_tx = hdev->le_last_tx; in __check_timeout()
4495 last_tx = hdev->acl_last_tx; in __check_timeout()
4502 if (!cnt && time_after(jiffies, last_tx + HCI_ACL_TX_TIMEOUT)) in __check_timeout()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dhfi.h1296 u64 last_tx; member
H A Dchip.c12558 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx); in do_update_synth_timer()
12560 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) { in do_update_synth_timer()
12569 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx); in do_update_synth_timer()
12611 dd->last_tx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL, in do_update_synth_timer()
12619 dd->unit, dd->last_tx, dd->last_rx); in do_update_synth_timer()

12