| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_ptp.h | 74 unsigned long last_rx; member
|
| H A D | hclge_debugfs.c | 3002 unsigned int last_rx; in hclge_dbg_dump_ptp_info() local 3018 last_rx = jiffies_to_msecs(ptp->last_rx); in hclge_dbg_dump_ptp_info() 3020 last_rx / MSEC_PER_SEC, last_rx % MSEC_PER_SEC); in hclge_dbg_dump_ptp_info()
|
| H A D | hclge_ptp.c | 128 hdev->ptp->last_rx = jiffies; in hclge_ptp_get_rx_hwts()
|
| /linux-6.15/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 | 557 src_node->stats.last_rx = jiffies; in mwifiex_recv_packet()
|
| H A D | main.h | 765 u64 last_rx; member
|
| /linux-6.15/net/mac80211/ |
| H A D | agg-rx.c | 151 timeout = tid_rx->last_rx + TU_TO_JIFFIES(tid_rx->timeout); in sta_rx_agg_session_timer_expired() 448 tid_agg_rx->last_rx = jiffies; in __ieee80211_start_rx_ba_session()
|
| H A D | sta_info.h | 247 unsigned long last_rx; member 428 unsigned long last_rx; member
|
| H A D | sta_info.c | 504 link_info->rx_stats.last_rx = jiffies; in sta_info_alloc_link() 2442 if (time_after(cpustats->last_rx, stats->last_rx)) in sta_get_last_rx_stats() 2903 time_after(stats->last_rx, sta->deflink.status_stats.last_ack)) in ieee80211_sta_last_active() 2904 return stats->last_rx; in ieee80211_sta_last_active()
|
| H A D | rx.c | 1402 tid_agg_rx->last_rx = jiffies; in ieee80211_rx_reorder_ampdu() 1770 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1777 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1784 link_sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 4765 stats->last_rx = jiffies; in ieee80211_rx_8023()
|
| H A D | mesh_plink.c | 445 sta->deflink.rx_stats.last_rx = jiffies; in mesh_sta_info_init()
|
| /linux-6.15/include/net/ |
| H A D | bonding.h | 164 unsigned long last_rx; member 538 return slave->last_rx; in slave_last_rx()
|
| /linux-6.15/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() 1590 stat->last_rx = jiffies; in dropmon_net_event()
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_options.c | 1119 unsigned long last_rx) in _bond_options_arp_ip_target_set() argument 1127 slave->target_last_arp_rx[slot] = last_rx; in _bond_options_arp_ip_target_set() 1344 unsigned long last_rx) in _bond_options_ns_ip6_target_set() argument 1352 slave->target_last_arp_rx[slot] = last_rx; in _bond_options_ns_ip6_target_set()
|
| H A D | bond_main.c | 2168 new_slave->last_rx = jiffies - in bond_enslave() 2171 new_slave->target_last_arp_rx[i] = new_slave->last_rx; in bond_enslave() 2173 new_slave->last_tx = new_slave->last_rx; in bond_enslave() 3209 slave->last_rx = jiffies; in bond_validate_arp() 3430 slave->last_rx = jiffies; in bond_validate_na() 3501 slave->last_rx = jiffies; in bond_rcv_validate() 3569 bond_time_in_interval(bond, slave->last_rx, 1)) { in bond_loadbalance_arp_mon() 3659 unsigned long last_tx, last_rx; in bond_ab_arp_inspect() local 3666 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect() 3669 if (bond_time_in_interval(bond, last_rx, 1)) { in bond_ab_arp_inspect() [all …]
|
| /linux-6.15/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 556 unsigned long last_rx; member
|
| /linux-6.15/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-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 898 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received() 900 data->last_rx = now; in iwl_mvm_agg_rx_received()
|
| 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() 2967 baid_data->last_rx = jiffies; in iwl_mvm_sta_rx_agg()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | sky2.h | 2245 unsigned long last_rx; member
|
| H 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-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | wil6210.h | 679 unsigned long last_rx; member
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | hfi.h | 1247 u64 last_rx; member
|
| 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()
|