Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dirdma.h151 u16 max_stat_idx; member
H A Dicrdma_hw.c196 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_2; in icrdma_init_hw()
H A Di40iw_hw.c254 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_1; in i40iw_init_hw()
H A Dctrl.c1932 for (i = 0; i < dev->hw_attrs.max_stat_idx; i++) { in irdma_hw_stats_init_gen1()
5324 vsi->dev->hw_attrs.max_stat_idx); in sc_vsi_update_stats()
5472 const struct irdma_hw_stat_map *map, u16 max_stat_idx) in irdma_update_stats() argument
5477 for (i = 0; i < max_stat_idx; i++) { in irdma_update_stats()
H A Dverbs.c4025 int num_counters = dev->hw_attrs.max_stat_idx; in irdma_alloc_hw_port_stats()