hstats             41 drivers/infiniband/core/counters.c 	if (!port_counter->hstats)
hstats            205 drivers/infiniband/core/counters.c 	if (!port_counter->hstats)
hstats            209 drivers/infiniband/core/counters.c 		port_counter->hstats->value[i] += counter->stats->value[i];
hstats            400 drivers/infiniband/core/counters.c 	if (!port_counter->hstats)
hstats            404 drivers/infiniband/core/counters.c 	sum += port_counter->hstats->value[index];
hstats            523 drivers/infiniband/core/counters.c 	if (!port_counter->hstats)
hstats            628 drivers/infiniband/core/counters.c 		port_counter->hstats = dev->ops.alloc_hw_stats(dev, port);
hstats            629 drivers/infiniband/core/counters.c 		if (!port_counter->hstats)
hstats            638 drivers/infiniband/core/counters.c 		kfree(port_counter->hstats);
hstats            639 drivers/infiniband/core/counters.c 		port_counter->hstats = NULL;
hstats            651 drivers/infiniband/core/counters.c 		kfree(port_counter->hstats);
hstats           1384 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	const struct objagg_stats *hstats;
hstats           1397 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	hstats = objagg_hints_stats_get(hints);
hstats           1398 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	if (IS_ERR(hstats)) {
hstats           1400 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 		err = PTR_ERR(hstats);
hstats           1405 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	if (hstats->root_count < ostats->root_count)
hstats           1410 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c 	objagg_stats_put(hstats);
hstats            263 drivers/scsi/bfa/bfad_attr.c 	struct fc_host_statistics *hstats;
hstats            271 drivers/scsi/bfa/bfad_attr.c 	hstats = &bfad->link_stats;
hstats            274 drivers/scsi/bfa/bfad_attr.c 	memset(hstats, 0, sizeof(struct fc_host_statistics));
hstats            286 drivers/scsi/bfa/bfad_attr.c 	hstats->seconds_since_last_reset = fcstats->fc.secs_reset;
hstats            287 drivers/scsi/bfa/bfad_attr.c 	hstats->tx_frames = fcstats->fc.tx_frames;
hstats            288 drivers/scsi/bfa/bfad_attr.c 	hstats->tx_words  = fcstats->fc.tx_words;
hstats            289 drivers/scsi/bfa/bfad_attr.c 	hstats->rx_frames = fcstats->fc.rx_frames;
hstats            290 drivers/scsi/bfa/bfad_attr.c 	hstats->rx_words  = fcstats->fc.rx_words;
hstats            291 drivers/scsi/bfa/bfad_attr.c 	hstats->lip_count = fcstats->fc.lip_count;
hstats            292 drivers/scsi/bfa/bfad_attr.c 	hstats->nos_count = fcstats->fc.nos_count;
hstats            293 drivers/scsi/bfa/bfad_attr.c 	hstats->error_frames = fcstats->fc.error_frames;
hstats            294 drivers/scsi/bfa/bfad_attr.c 	hstats->dumped_frames = fcstats->fc.dropped_frames;
hstats            295 drivers/scsi/bfa/bfad_attr.c 	hstats->link_failure_count = fcstats->fc.link_failures;
hstats            296 drivers/scsi/bfa/bfad_attr.c 	hstats->loss_of_sync_count = fcstats->fc.loss_of_syncs;
hstats            297 drivers/scsi/bfa/bfad_attr.c 	hstats->loss_of_signal_count = fcstats->fc.loss_of_signals;
hstats            298 drivers/scsi/bfa/bfad_attr.c 	hstats->prim_seq_protocol_err_count = fcstats->fc.primseq_errs;
hstats            299 drivers/scsi/bfa/bfad_attr.c 	hstats->invalid_crc_count = fcstats->fc.invalid_crcs;
hstats            302 drivers/scsi/bfa/bfad_attr.c 	return hstats;
hstats             30 include/rdma/rdma_counter.h 	struct rdma_hw_stats *hstats;