Searched refs:rstats (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | debug_sta.c | 98 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 D | lio_core.c | 1314 rstats->total_rcvd = rsp_rstats->total_rcvd; in octnet_nic_stats_callback() 1315 rstats->bytes_rcvd = rsp_rstats->bytes_rcvd; in octnet_nic_stats_callback() 1318 rstats->runts = rsp_rstats->runts; in octnet_nic_stats_callback() 1319 rstats->ctl_rcvd = rsp_rstats->ctl_rcvd; in octnet_nic_stats_callback() 1321 rstats->fifo_err = rsp_rstats->fifo_err; in octnet_nic_stats_callback() 1322 rstats->dmac_drop = rsp_rstats->dmac_drop; in octnet_nic_stats_callback() 1323 rstats->fcs_err = rsp_rstats->fcs_err; in octnet_nic_stats_callback() 1325 rstats->l2_err = rsp_rstats->l2_err; in octnet_nic_stats_callback() 1326 rstats->frame_err = rsp_rstats->frame_err; in octnet_nic_stats_callback() 1327 rstats->red_drops = rsp_rstats->red_drops; in octnet_nic_stats_callback() [all …]
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_fcpim.c | 321 struct bfa_itnim_iostats_s *rstats) in bfa_fcpim_add_stats() argument 323 bfa_fcpim_add_iostats(lstats, rstats, total_ios); in bfa_fcpim_add_stats() 324 bfa_fcpim_add_iostats(lstats, rstats, qresumes); in bfa_fcpim_add_stats() 325 bfa_fcpim_add_iostats(lstats, rstats, no_iotags); in bfa_fcpim_add_stats() 326 bfa_fcpim_add_iostats(lstats, rstats, io_aborts); in bfa_fcpim_add_stats() 342 bfa_fcpim_add_iostats(lstats, rstats, onlines); in bfa_fcpim_add_stats() 343 bfa_fcpim_add_iostats(lstats, rstats, offlines); in bfa_fcpim_add_stats() 344 bfa_fcpim_add_iostats(lstats, rstats, creates); in bfa_fcpim_add_stats() 345 bfa_fcpim_add_iostats(lstats, rstats, deletes); in bfa_fcpim_add_stats() 353 bfa_fcpim_add_iostats(lstats, rstats, tm_cmnds); in bfa_fcpim_add_stats() [all …]
|
| /linux/tools/mm/ |
| A D | thpmaps | 291 rstats = { 299 rstats[param.format(odkb(od))] = {'type': type, 'value': nrkb(nr)} 304 rstats[f"{type}-thp-pte-partial"] = {'type': type, 'value': nrkb(stats['partial'])} 309 return rstats 352 rstats = { 357 rstats[f"anon-cont-pte-aligned-{nrkb(nr_cont)}kB"] = {'type': 'anon', 'value': nrkb(nr_anon)} 358 rstats[f"file-cont-pte-aligned-{nrkb(nr_cont)}kB"] = {'type': 'file', 'value': nrkb(nr_file)} 360 return rstats
|
| /linux/net/packet/ |
| A D | af_packet.c | 4128 struct tpacket_rollover_stats rstats; in packet_getsockopt() local 4222 rstats.tp_all = atomic_long_read(&po->rollover->num); in packet_getsockopt() 4223 rstats.tp_huge = atomic_long_read(&po->rollover->num_huge); in packet_getsockopt() 4224 rstats.tp_failed = atomic_long_read(&po->rollover->num_failed); in packet_getsockopt() 4225 data = &rstats; in packet_getsockopt() 4226 lv = sizeof(rstats); in packet_getsockopt()
|
Completed in 28 milliseconds