Home
last modified time | relevance | path

Searched refs:last_rx (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_txrx.c188 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 Dutil.c541 src_node->stats.last_rx = jiffies; in mwifiex_recv_packet()
H A Dcfg80211.c1477 jiffies_to_msecs(jiffies - node->stats.last_rx); in mwifiex_dump_station_info()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_txrx.c184 src_node->stats.last_rx = jiffies; in nxpwifi_uap_queue_bridged_pkt()
282 src_node->stats.last_rx = jiffies; in nxpwifi_uap_recv_packet()
H A Dutil.c932 src_node->stats.last_rx = jiffies; in nxpwifi_recv_packet()
H A Dmain.h700 u64 last_rx; member
H A Dcfg80211.c1093 jiffies_to_msecs(jiffies - node->stats.last_rx); in nxpwifi_dump_station_info()
/linux/include/net/
H A Dbonding.h164 unsigned long last_rx; member
540 return READ_ONCE(slave->last_rx); in slave_last_rx()
/linux/net/mac80211/
H A Dsta_info.h249 unsigned long last_rx; member
434 unsigned long last_rx; member
H A Dsta_info.c570 link_info->rx_stats.last_rx = jiffies; in sta_info_alloc_link()
2570 if (time_after(cpustats->last_rx, stats->last_rx)) in sta_get_last_rx_stats()
3404 time_after(stats->last_rx, link_sta_info->status_stats.last_ack)) in ieee80211_sta_last_active()
3405 return stats->last_rx; in ieee80211_sta_last_active()
H A Drx.c1496 tid_agg_rx->last_rx = jiffies; in ieee80211_rx_reorder_ampdu()
1887 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process()
1894 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process()
1901 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process()
4963 stats->last_rx = jiffies; in ieee80211_rx_8023()
5148 stats->last_rx = jiffies; in ieee80211_invoke_fast_rx()
H A Dmlme.c9309 if (time_before(timeout, link_sta->rx_stats.last_rx)) in ieee80211_latest_active_link_conn_timeout()
9310 timeout = link_sta->rx_stats.last_rx; in ieee80211_latest_active_link_conn_timeout()
/linux/net/core/
H A Ddrop_monitor.c91 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()
1585 stat->last_rx = jiffies; in dropmon_net_event()
/linux/drivers/net/bonding/
H A Dbond_main.c2125 new_slave->last_rx = jiffies - in bond_enslave()
2128 new_slave->target_last_arp_rx[i] = new_slave->last_rx; in bond_enslave()
2130 new_slave->last_tx = new_slave->last_rx; in bond_enslave()
3150 WRITE_ONCE(slave->last_rx, jiffies); in bond_validate_arp()
3370 WRITE_ONCE(slave->last_rx, jiffies); in bond_validate_na()
3441 WRITE_ONCE(slave->last_rx, jiffies); in bond_rcv_validate()
3510 bond_time_in_interval(bond, READ_ONCE(slave->last_rx), 1)) { in bond_loadbalance_arp_mon()
3536 !bond_time_in_interval(bond, READ_ONCE(slave->last_rx), in bond_loadbalance_arp_mon()
3602 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local
3609 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect()
[all …]
H A Dbond_options.c1165 unsigned long last_rx) in _bond_options_arp_ip_target_set() argument
1173 WRITE_ONCE(slave->target_last_arp_rx[slot], last_rx); in _bond_options_arp_ip_target_set()
1390 unsigned long last_rx) in _bond_options_ns_ip6_target_set() argument
1398 WRITE_ONCE(slave->target_last_arp_rx[slot], last_rx); in _bond_options_ns_ip6_target_set()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h556 unsigned long last_rx; member
/linux/drivers/net/ethernet/marvell/
H A Dsky2.h2245 unsigned long last_rx; member
H A Dsky2.c2652 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/ath/wil6210/
H A Dwil6210.h678 unsigned long last_rx; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c274 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()
H A Dmvm.h747 unsigned long last_rx; member