/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_ptp.h | 71 unsigned long last_rx; member
|
A D | hclge_debugfs.c | 2283 unsigned int last_rx; in hclge_dbg_dump_ptp_info() local 2300 last_rx = jiffies_to_msecs(ptp->last_rx); in hclge_dbg_dump_ptp_info() 2302 last_rx / MSEC_PER_SEC, last_rx % MSEC_PER_SEC); in hclge_dbg_dump_ptp_info()
|
A D | hclge_ptp.c | 136 hdev->ptp->last_rx = jiffies; in hclge_ptp_get_rx_hwts()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | uap_txrx.c | 190 src_node->stats.last_rx = jiffies; in mwifiex_uap_queue_bridged_pkt() 286 src_node->stats.last_rx = jiffies; in mwifiex_uap_recv_packet()
|
A D | util.c | 459 src_node->stats.last_rx = jiffies; in mwifiex_recv_packet()
|
A D | main.h | 783 u64 last_rx; member
|
/linux/net/mac80211/ |
A D | sta_info.h | 253 unsigned long last_rx; member 437 unsigned long last_rx; member
|
A D | agg-rx.c | 159 timeout = tid_rx->last_rx + TU_TO_JIFFIES(tid_rx->timeout); in sta_rx_agg_session_timer_expired() 445 tid_agg_rx->last_rx = jiffies; in ___ieee80211_start_rx_ba_session()
|
A D | sta_info.c | 391 sta->rx_stats.last_rx = jiffies; in sta_info_alloc() 2138 if (time_after(cpustats->last_rx, stats->last_rx)) in sta_get_last_rx_stats() 2578 time_after(stats->last_rx, sta->status_stats.last_ack)) in ieee80211_sta_last_active() 2579 return stats->last_rx; in ieee80211_sta_last_active()
|
A D | rx.c | 1411 tid_agg_rx->last_rx = jiffies; in ieee80211_rx_reorder_ampdu() 1759 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1766 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1773 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 4463 stats->last_rx = jiffies; in ieee80211_rx_8023()
|
A D | mesh_plink.c | 428 sta->rx_stats.last_rx = jiffies; in mesh_sta_info_init()
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_ap.c | 197 if (time_before(jiffies, sta->last_rx + ap->max_inactivity)) { in ap_handle_timer() 200 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer() 259 sta->addr, sta->last_rx, jiffies); in ap_handle_timer() 1032 jiffies, sta->last_auth, sta->last_assoc, sta->last_rx, in prism2_sta_proc_show() 1481 sta->last_rx = jiffies; in handle_authen() 1685 sta->last_rx = jiffies; in handle_assoc() 2120 sta->u.ap.last_beacon = sta->last_rx = jiffies; in handle_beacon() 2503 sta->last_rx = jiffies; in prism2_hostapd_add_sta() 2559 param->u.get_info_sta.inactive_sec = (jiffies - sta->last_rx) / HZ; in prism2_hostapd_get_info_sta() 3031 sta->last_rx = jiffies; in hostap_handle_sta_rx()
|
A D | hostap_ap.h | 55 unsigned long last_rx; member
|
/linux/net/core/ |
A D | drop_monitor.c | 91 unsigned long last_rx; member 290 (time_after(jiffies, new_stat->last_rx + dm_hw_check_delta)) && in trace_napi_poll_hit() 294 new_stat->last_rx = jiffies; in trace_napi_poll_hit() 1566 new_stat->last_rx = jiffies; in dropmon_net_event()
|
/linux/include/net/ |
A D | bonding.h | 159 unsigned long last_rx; member 523 return slave->last_rx; in slave_last_rx()
|
/linux/drivers/net/bonding/ |
A D | bond_main.c | 1969 new_slave->last_rx = jiffies - in bond_enslave() 1972 new_slave->target_last_arp_rx[i] = new_slave->last_rx; in bond_enslave() 2963 slave->last_rx = jiffies; in bond_validate_arp() 2980 slave->last_rx = jiffies; in bond_arp_rcv() 3108 bond_time_in_interval(bond, slave->last_rx, 1)) { in bond_loadbalance_arp_mon() 3133 !bond_time_in_interval(bond, slave->last_rx, 2)) { in bond_loadbalance_arp_mon() 3198 unsigned long trans_start, last_rx; in bond_ab_arp_inspect() local 3205 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect() 3208 if (bond_time_in_interval(bond, last_rx, 1)) { in bond_ab_arp_inspect() 3239 !bond_time_in_interval(bond, last_rx, 3)) { in bond_ab_arp_inspect() [all …]
|
A D | bond_options.c | 1048 unsigned long last_rx) in _bond_options_arp_ip_target_set() argument 1056 slave->target_last_arp_rx[slot] = last_rx; in _bond_options_arp_ip_target_set()
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
A D | b43legacy.h | 556 unsigned long last_rx; member
|
/linux/drivers/net/ethernet/smsc/ |
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/ |
A D | forcedeth.c | 799 union ring_type get_rx, put_rx, last_rx; member 1829 less_rx = np->last_rx.orig; in nv_alloc_rx() 1848 if (unlikely(np->put_rx.orig++ == np->last_rx.orig)) in nv_alloc_rx() 1870 less_rx = np->last_rx.ex; in nv_alloc_rx_optimized() 1890 if (unlikely(np->put_rx.ex++ == np->last_rx.ex)) in nv_alloc_rx_optimized() 1923 np->last_rx.orig = &np->rx_ring.orig[np->rx_ring_size-1]; in nv_init_rx() 1925 np->last_rx.ex = &np->rx_ring.ex[np->rx_ring_size-1]; in nv_init_rx() 2981 if (unlikely(np->get_rx.orig++ == np->last_rx.orig)) in nv_rx_process() 3070 if (unlikely(np->get_rx.ex++ == np->last_rx.ex)) in nv_rx_process_optimized()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | rxmq.c | 1145 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received() 1147 data->last_rx = now; in iwl_mvm_agg_rx_received()
|
A D | mvm.h | 679 unsigned long last_rx; member
|
/linux/drivers/net/ethernet/marvell/ |
A D | sky2.h | 2245 unsigned long last_rx; member
|
A D | sky2.c | 2654 sky2->last_rx = jiffies; in sky2_rx_done() 2941 if (sky2->check.last == sky2->last_rx && in sky2_rx_hung() 2953 sky2->check.last = sky2->last_rx; in sky2_rx_hung()
|
/linux/drivers/net/wireless/ath/wil6210/ |
A D | wil6210.h | 680 unsigned long last_rx; member
|