Home
last modified time | relevance | path

Searched refs:rstats (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
A Ddebug_sta.c98 struct ath_rx_rate_stats *rstats; in ath_debug_rate_stats() local
112 rstats = &an->rx_rate_stats; in ath_debug_rate_stats()
125 rstats->ht_stats[rxs->rate_idx].sgi_cnt++; in ath_debug_rate_stats()
157 rstats->cck_stats[i].cck_lp_cnt); \
165 rstats->ofdm_stats[i].ofdm_cnt); \
174 struct ath_rx_rate_stats *rstats; in read_file_node_recv() local
187 rstats = &an->rx_rate_stats; in read_file_node_recv()
200 rstats->ht_stats[i].ht20_cnt, in read_file_node_recv()
201 rstats->ht_stats[i].ht40_cnt, in read_file_node_recv()
202 rstats->ht_stats[i].sgi_cnt, in read_file_node_recv()
[all …]
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_core.c1300 rstats->total_rcvd = rsp_rstats->total_rcvd; in octnet_nic_stats_callback()
1301 rstats->bytes_rcvd = rsp_rstats->bytes_rcvd; in octnet_nic_stats_callback()
1304 rstats->runts = rsp_rstats->runts; in octnet_nic_stats_callback()
1305 rstats->ctl_rcvd = rsp_rstats->ctl_rcvd; in octnet_nic_stats_callback()
1307 rstats->fifo_err = rsp_rstats->fifo_err; in octnet_nic_stats_callback()
1308 rstats->dmac_drop = rsp_rstats->dmac_drop; in octnet_nic_stats_callback()
1309 rstats->fcs_err = rsp_rstats->fcs_err; in octnet_nic_stats_callback()
1311 rstats->l2_err = rsp_rstats->l2_err; in octnet_nic_stats_callback()
1312 rstats->frame_err = rsp_rstats->frame_err; in octnet_nic_stats_callback()
1313 rstats->red_drops = rsp_rstats->red_drops; in octnet_nic_stats_callback()
[all …]
/linux/drivers/scsi/bfa/
A Dbfa_fcpim.c372 struct bfa_itnim_iostats_s *rstats) in bfa_fcpim_add_stats() argument
374 bfa_fcpim_add_iostats(lstats, rstats, total_ios); in bfa_fcpim_add_stats()
375 bfa_fcpim_add_iostats(lstats, rstats, qresumes); in bfa_fcpim_add_stats()
376 bfa_fcpim_add_iostats(lstats, rstats, no_iotags); in bfa_fcpim_add_stats()
377 bfa_fcpim_add_iostats(lstats, rstats, io_aborts); in bfa_fcpim_add_stats()
393 bfa_fcpim_add_iostats(lstats, rstats, onlines); in bfa_fcpim_add_stats()
394 bfa_fcpim_add_iostats(lstats, rstats, offlines); in bfa_fcpim_add_stats()
395 bfa_fcpim_add_iostats(lstats, rstats, creates); in bfa_fcpim_add_stats()
396 bfa_fcpim_add_iostats(lstats, rstats, deletes); in bfa_fcpim_add_stats()
404 bfa_fcpim_add_iostats(lstats, rstats, tm_cmnds); in bfa_fcpim_add_stats()
[all …]
/linux/net/packet/
A Daf_packet.c4003 struct tpacket_rollover_stats rstats; in packet_getsockopt() local
4091 rstats.tp_all = atomic_long_read(&po->rollover->num); in packet_getsockopt()
4092 rstats.tp_huge = atomic_long_read(&po->rollover->num_huge); in packet_getsockopt()
4093 rstats.tp_failed = atomic_long_read(&po->rollover->num_failed); in packet_getsockopt()
4094 data = &rstats; in packet_getsockopt()
4095 lv = sizeof(rstats); in packet_getsockopt()

Completed in 21 milliseconds