Lines Matching refs:hstats
41 if (!port_counter->hstats) in rdma_counter_set_auto_mode()
205 if (!port_counter->hstats) in counter_history_stat_update()
209 port_counter->hstats->value[i] += counter->stats->value[i]; in counter_history_stat_update()
397 if (!port_counter->hstats) in rdma_counter_get_hwstat_value()
401 sum += port_counter->hstats->value[index]; in rdma_counter_get_hwstat_value()
513 if (!dev->port_data[port].port_counter.hstats) in rdma_counter_bind_qpn_alloc()
615 port_counter->hstats = dev->ops.alloc_hw_stats(dev, port); in rdma_counter_init()
616 if (!port_counter->hstats) in rdma_counter_init()
625 kfree(port_counter->hstats); in rdma_counter_init()
626 port_counter->hstats = NULL; in rdma_counter_init()
638 kfree(port_counter->hstats); in rdma_counter_release()