Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H 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 …]
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c1313 rstats->total_rcvd = rsp_rstats->total_rcvd; in octnet_nic_stats_callback()
1314 rstats->bytes_rcvd = rsp_rstats->bytes_rcvd; in octnet_nic_stats_callback()
1317 rstats->runts = rsp_rstats->runts; in octnet_nic_stats_callback()
1318 rstats->ctl_rcvd = rsp_rstats->ctl_rcvd; in octnet_nic_stats_callback()
1320 rstats->fifo_err = rsp_rstats->fifo_err; in octnet_nic_stats_callback()
1321 rstats->dmac_drop = rsp_rstats->dmac_drop; in octnet_nic_stats_callback()
1322 rstats->fcs_err = rsp_rstats->fcs_err; in octnet_nic_stats_callback()
1324 rstats->l2_err = rsp_rstats->l2_err; in octnet_nic_stats_callback()
1325 rstats->frame_err = rsp_rstats->frame_err; in octnet_nic_stats_callback()
1326 rstats->red_drops = rsp_rstats->red_drops; in octnet_nic_stats_callback()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H 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 …]
/openbmc/linux/net/packet/
H A Daf_packet.c4135 struct tpacket_rollover_stats rstats; in packet_getsockopt() local
4226 rstats.tp_all = atomic_long_read(&po->rollover->num); in packet_getsockopt()
4227 rstats.tp_huge = atomic_long_read(&po->rollover->num_huge); in packet_getsockopt()
4228 rstats.tp_failed = atomic_long_read(&po->rollover->num_failed); in packet_getsockopt()
4229 data = &rstats; in packet_getsockopt()
4230 lv = sizeof(rstats); in packet_getsockopt()