Home
last modified time | relevance | path

Searched refs:max_stat_idx (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dirdma.h167 u16 max_stat_idx; member
H A Dprotos.h46 const struct irdma_hw_stat_map *map, u16 max_stat_idx);
H A Dig3rdma_hw.c132 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_3; in ig3rdma_init_hw()
H A Dicrdma_hw.c198 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_2; in icrdma_init_hw()
H A Di40iw_hw.c256 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_1; in i40iw_init_hw()
H A Dctrl.c2336 for (i = 0; i < dev->hw_attrs.max_stat_idx; i++) { in irdma_hw_stats_init_gen1()
6378 u16 max_stat_idx = vsi->dev->hw_attrs.max_stat_idx; in sc_vsi_update_stats() local
6382 for (i = 0; i < max_stat_idx; i++) { in sc_vsi_update_stats()
6391 map, max_stat_idx); in sc_vsi_update_stats()
6568 const struct irdma_hw_stat_map *map, u16 max_stat_idx) in irdma_update_stats() argument
6573 for (i = 0; i < max_stat_idx; i++) { in irdma_update_stats()
H A Dutils.c1696 u16 max_stats_idx = dev->hw_attrs.max_stat_idx; in irdma_cqp_gather_stats_gen1()
H A Dverbs.c4649 int num_counters = dev->hw_attrs.max_stat_idx; in irdma_alloc_hw_port_stats()