| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_r3964.c | 492 if (pInfo->bcc != pInfo->last_rx) { in on_receive_block() 494 pInfo->last_rx, pInfo->bcc); in on_receive_block() 624 pInfo->last_rx = 0; in receive_char() 639 if (pInfo->last_rx == DLE) { in receive_char() 640 pInfo->last_rx = 0; in receive_char() 643 pInfo->last_rx = DLE; in receive_char() 645 } else if ((c == ETX) && (pInfo->last_rx == DLE)) { in receive_char() 654 pInfo->last_rx = c; in receive_char() 663 pInfo->last_rx = c; in receive_char() 992 pInfo->last_rx = 0; in r3964_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | p2p.h | 27 unsigned long last_rx; member
|
| H A D | p2p.c | 197 sc->p2p_noa.noa_detect[i].last_rx = jiffies; in ssv6xxx_noa_detect() 232 sc->p2p_noa.noa_detect[vif_idx].last_rx = jiffies; in ssv6xxx_noa_hdl_bss_change()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | n_r3964.h | 161 unsigned char last_rx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H 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()
|
| H A D | util.c | 459 src_node->stats.last_rx = jiffies; in mwifiex_recv_packet()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | sta_info.h | 243 unsigned long last_rx; member 427 unsigned long last_rx; member
|
| H 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()
|
| H A D | sta_info.c | 391 sta->rx_stats.last_rx = jiffies; in sta_info_alloc() 2101 if (time_after(cpustats->last_rx, stats->last_rx)) in sta_get_last_rx_stats() 2541 time_after(stats->last_rx, sta->status_stats.last_ack)) in ieee80211_sta_last_active() 2542 return stats->last_rx; in ieee80211_sta_last_active()
|
| H A D | rx.c | 1397 tid_agg_rx->last_rx = jiffies; in ieee80211_rx_reorder_ampdu() 1751 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1758 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 1765 sta->rx_stats.last_rx = jiffies; in ieee80211_rx_h_sta_process() 4489 stats->last_rx = jiffies; in ieee80211_invoke_fast_rx()
|
| H A D | mesh_plink.c | 428 sta->rx_stats.last_rx = jiffies; in mesh_sta_info_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H 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()
|
| H A D | hostap_ap.h | 55 unsigned long last_rx; member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | drop_monitor.c | 91 unsigned long last_rx; member 294 (time_after(jiffies, new_stat->last_rx + dm_hw_check_delta)) && in trace_napi_poll_hit() 298 new_stat->last_rx = jiffies; in trace_napi_poll_hit() 1572 new_stat->last_rx = jiffies; in dropmon_net_event()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bonding.h | 161 unsigned long last_rx; member 522 return slave->last_rx; in slave_last_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_main.c | 1909 new_slave->last_rx = jiffies - in bond_enslave() 1912 new_slave->target_last_arp_rx[i] = new_slave->last_rx; in bond_enslave() 2854 slave->last_rx = jiffies; in bond_validate_arp() 2871 slave->last_rx = jiffies; in bond_arp_rcv() 2999 bond_time_in_interval(bond, slave->last_rx, 1)) { in bond_loadbalance_arp_mon() 3024 !bond_time_in_interval(bond, slave->last_rx, 2)) { in bond_loadbalance_arp_mon() 3089 unsigned long trans_start, last_rx; in bond_ab_arp_inspect() local 3096 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect() 3099 if (bond_time_in_interval(bond, last_rx, 1)) { in bond_ab_arp_inspect() 3130 !bond_time_in_interval(bond, last_rx, 3)) { in bond_ab_arp_inspect() [all …]
|
| H A D | bond_options.c | 1001 unsigned long last_rx) in _bond_options_arp_ip_target_set() argument 1009 slave->target_last_arp_rx[slot] = last_rx; in _bond_options_arp_ip_target_set()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 363 unsigned long last_rx; member
|
| H A D | wl_iapsta.c | 143 unsigned long last_rx; member 4038 tput_info->last_rx = ifp->stats.rx_bytes; in wl_tput_monitor() 4053 tput_info->tput_rx = (int32)(((ifp->stats.rx_bytes-tput_info->last_rx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor() 4055 tput_info->tput_rx = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor() 4056 tput_info->tput_rx_kb = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024)/diff_ms; in wl_tput_monitor() 4061 tput_info->last_rx = ifp->stats.rx_bytes; in wl_tput_monitor()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 366 unsigned long last_rx; member
|
| H A D | wl_iapsta.c | 167 unsigned long last_rx; member 4679 tput_info->last_rx = ifp->stats.rx_bytes; in wl_tput_monitor() 4694 tput_info->tput_rx = (int32)(((ifp->stats.rx_bytes-tput_info->last_rx)/1024/1024)*8)*1000/diff_ms; in wl_tput_monitor() 4696 tput_info->tput_rx = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024/1024)/diff_ms; in wl_tput_monitor() 4697 tput_info->tput_rx_kb = (int32)((ifp->stats.rx_bytes-tput_info->last_rx)*8*1000/1024)/diff_ms; in wl_tput_monitor() 4702 tput_info->last_rx = ifp->stats.rx_bytes; in wl_tput_monitor()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 556 unsigned long last_rx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91c92_cs.c | 116 unsigned long last_rx; member 1514 smc->last_rx = jiffies; in smc_rx() 1795 if (time_after(jiffies, smc->last_rx + HZ)) { in media_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 799 union ring_type get_rx, put_rx, last_rx; member 1834 less_rx = np->last_rx.orig; in nv_alloc_rx() 1853 if (unlikely(np->put_rx.orig++ == np->last_rx.orig)) in nv_alloc_rx() 1875 less_rx = np->last_rx.ex; in nv_alloc_rx_optimized() 1895 if (unlikely(np->put_rx.ex++ == np->last_rx.ex)) in nv_alloc_rx_optimized() 1928 np->last_rx.orig = &np->rx_ring.orig[np->rx_ring_size-1]; in nv_init_rx() 1930 np->last_rx.ex = &np->rx_ring.ex[np->rx_ring_size-1]; in nv_init_rx() 2986 if (unlikely(np->get_rx.orig++ == np->last_rx.orig)) in nv_rx_process() 3075 if (unlikely(np->get_rx.ex++ == np->last_rx.ex)) in nv_rx_process_optimized()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 1155 if (time_before(data->last_rx + TU_TO_JIFFIES(timeout), now)) in iwl_mvm_agg_rx_received() 1157 data->last_rx = now; in iwl_mvm_agg_rx_received()
|