Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma.h91 u16 max_stat_idx; member
/freebsd/sys/dev/irdma/
H A Dirdma_protos.h72 u16 max_stat_idx);
H A Dirdma.h230 u16 max_stat_idx; member
H A Dicrdma_hw.c232 dev->hw_attrs.max_stat_idx = IRDMA_HW_STAT_INDEX_MAX_GEN_2; in icrdma_init_hw()
H A Dirdma_ctrl.c5413 u16 max_stat_idx = vsi->dev->hw_attrs.max_stat_idx; in sc_vsi_update_stats() local
5416 map, max_stat_idx); in sc_vsi_update_stats()
5558 u16 max_stat_idx) in irdma_update_stats() argument
5563 for (i = 0; i < max_stat_idx; i++) { in irdma_update_stats()
H A Dirdma_kcompat.c1719 int num_counters = dev->hw_attrs.max_stat_idx; in irdma_alloc_hw_stats()