| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_txrx.c | 188 src_node->stats.last_rx = jiffies; in mwifiex_uap_queue_bridged_pkt() 292 src_node->stats.last_rx = jiffies; in mwifiex_uap_recv_packet()
|
| H A D | util.c | 541 src_node->stats.last_rx = jiffies; in mwifiex_recv_packet()
|
| H A D | cfg80211.c | 1478 jiffies_to_msecs(jiffies - node->stats.last_rx); in mwifiex_dump_station_info()
|
| /linux/net/mac80211/ |
| H A D | sta_info.h | 216 * @last_rx: jiffies of last rx activity 247 unsigned long last_rx; member 428 unsigned long last_rx; member
|
| H A D | agg-rx.c | 152 timeout = tid_rx->last_rx + TU_TO_JIFFIES(tid_rx->timeout); in sta_rx_agg_session_timer_expired() 455 tid_agg_rx->last_rx = jiffies; in __ieee80211_start_rx_ba_session()
|
| H A D | sta_info.c | 563 link_info->rx_stats.last_rx = jiffies; in sta_info_alloc_link() 2507 if (time_after(cpustats->last_rx, stats->last_rx)) in sta_get_last_rx_stats() 3288 time_after(stats->last_rx, link_sta_info->status_stats.last_ack)) in ieee80211_sta_last_active() 3289 return stats->last_rx; in ieee80211_sta_last_active()
|
| H A D | rx.c | 1494 tid_agg_rx->last_rx = jiffies; in ieee80211_rx_reorder_ampdu() 1861 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1868 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1875 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 4873 stats->last_rx = jiffies; in ieee80211_rx_8023() 5054 stats->last_rx = jiffies; in ieee80211_invoke_fast_rx()
|
| H A D | mesh_plink.c | 441 sta->deflink.rx_stats.last_rx = jiffies; in mesh_sta_info_init()
|
| H A D | mlme.c | 8760 if (time_before(timeout, link_sta->rx_stats.last_rx)) in ieee80211_latest_active_link_conn_timeout() 8761 timeout = link_sta->rx_stats.last_rx; in ieee80211_latest_active_link_conn_timeout()
|
| /linux/net/core/ |
| H A D | drop_monitor.c | 91 unsigned long last_rx; member 293 if (time_after(jiffies, stat->last_rx + dm_hw_check_delta) && in trace_napi_poll_hit() 297 stat->last_rx = jiffies; in trace_napi_poll_hit() 1589 stat->last_rx = jiffies; in dropmon_net_event()
|
| /linux/include/net/ |
| H A D | bonding.h | 166 unsigned long last_rx; member 542 return READ_ONCE(slave->last_rx); in slave_last_rx()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 2115 new_slave->last_rx = jiffies - in bond_enslave() 2118 new_slave->target_last_arp_rx[i] = new_slave->last_rx; in bond_enslave() 2120 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3137 WRITE_ONCE(slave->last_rx, jiffies); in bond_validate_arp() 3357 WRITE_ONCE(slave->last_rx, jiffies); in bond_validate_na() 3428 WRITE_ONCE(slave->last_rx, jiffies); in bond_rcv_validate() 3496 bond_time_in_interval(bond, READ_ONCE(slave->last_rx), 1)) { in bond_loadbalance_arp_mon() 3522 !bond_time_in_interval(bond, READ_ONCE(slave->last_rx), in bond_loadbalance_arp_mon() 3588 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3595 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect() [all …]
|
| H A D | bond_options.c | 1148 unsigned long last_rx) in _bond_options_arp_ip_target_set() argument 1156 WRITE_ONCE(slave->target_last_arp_rx[slot], last_rx); in _bond_options_arp_ip_target_set() 1373 unsigned long last_rx) in _bond_options_ns_ip6_target_set() argument 1381 WRITE_ONCE(slave->target_last_arp_rx[slot], last_rx); in _bond_options_ns_ip6_target_set()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 2735 unsigned int last_rx; in hclge_dbg_dump_ptp_info() local 2747 last_rx = jiffies_to_msecs(ptp->last_rx); in hclge_dbg_dump_ptp_info() 2749 last_rx / MSEC_PER_SEC, last_rx % MSEC_PER_SEC); in hclge_dbg_dump_ptp_info()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 556 unsigned long last_rx; member
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91c92_cs.c | 116 unsigned long last_rx; member 1517 smc->last_rx = jiffies; in smc_rx() 1798 if (time_after(jiffies, smc->last_rx + HZ)) { in media_check()
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 799 union ring_type get_rx, put_rx, last_rx; member 1815 less_rx = np->last_rx.orig; in nv_alloc_rx() 1834 if (unlikely(np->put_rx.orig++ == np->last_rx.orig)) in nv_alloc_rx() 1856 less_rx = np->last_rx.ex; in nv_alloc_rx_optimized() 1876 if (unlikely(np->put_rx.ex++ == np->last_rx.ex)) in nv_alloc_rx_optimized() 1909 np->last_rx.orig = &np->rx_ring.orig[np->rx_ring_size-1]; in nv_init_rx() 1911 np->last_rx.ex = &np->rx_ring.ex[np->rx_ring_size-1]; in nv_init_rx() 2967 if (unlikely(np->get_rx.orig++ == np->last_rx.orig)) in nv_rx_process() 3056 if (unlikely(np->get_rx.ex++ == np->last_rx.ex)) in nv_rx_process_optimized()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.h | 2245 unsigned long last_rx; member
|
| H A D | sky2.c | 2652 sky2->last_rx = jiffies; in sky2_rx_done() 2939 if (sky2->check.last == sky2->last_rx && in sky2_rx_hung() 2951 sky2->check.last = sky2->last_rx; in sky2_rx_hung()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.c | 274 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired() 2954 baid_data->last_rx = jiffies; in iwl_mvm_sta_rx_agg()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 12520 dd->unit, cur_tx, cur_rx, dd->last_tx, dd->last_rx); in do_update_synth_timer() 12522 if ((cur_tx < dd->last_tx) || (cur_rx < dd->last_rx)) { in do_update_synth_timer() 12531 total_flits = (cur_tx - dd->last_tx) + (cur_rx - dd->last_rx); in do_update_synth_timer() 12577 dd->last_rx = entry->rw_cntr(entry, dd, CNTR_INVALID_VL, in do_update_synth_timer() 12581 dd->unit, dd->last_tx, dd->last_rx); in do_update_synth_timer()
|