| /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 | 1477 jiffies_to_msecs(jiffies - node->stats.last_rx); in mwifiex_dump_station_info()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | uap_txrx.c | 184 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 D | util.c | 932 src_node->stats.last_rx = jiffies; in nxpwifi_recv_packet()
|
| H A D | main.h | 700 u64 last_rx; member
|
| H A D | cfg80211.c | 1093 jiffies_to_msecs(jiffies - node->stats.last_rx); in nxpwifi_dump_station_info()
|
| /linux/include/net/ |
| H A D | bonding.h | 164 unsigned long last_rx; member 540 return READ_ONCE(slave->last_rx); in slave_last_rx()
|
| /linux/net/mac80211/ |
| H A D | sta_info.h | 249 unsigned long last_rx; member 434 unsigned long last_rx; member
|
| H A D | sta_info.c | 570 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 D | rx.c | 1496 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 D | mlme.c | 9309 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 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() 1585 stat->last_rx = jiffies; in dropmon_net_event()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 2125 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 D | bond_options.c | 1165 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 D | b43legacy.h | 556 unsigned long last_rx; member
|
| /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/ath/wil6210/ |
| H A D | wil6210.h | 678 unsigned long last_rx; member
|
| /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()
|
| H A D | mvm.h | 747 unsigned long last_rx; member
|