Home
last modified time | relevance | path

Searched refs:RCFW_MAX_STAT_INDEX (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c640 dest_stats_id = dest_stats_id % RCFW_MAX_STAT_INDEX; in bnxt_re_add_perf_stats()
645 dest_stats_id = dest_stats_id % RCFW_MAX_STAT_INDEX; in bnxt_re_add_perf_stats()
650 dest_stats_id = dest_stats_id % RCFW_MAX_STAT_INDEX; in bnxt_re_add_perf_stats()
656 dest_stats_id = dest_stats_id % RCFW_MAX_STAT_INDEX; in bnxt_re_add_perf_stats()
663 dest_stats_id = dest_stats_id % RCFW_MAX_STAT_INDEX; in bnxt_re_add_perf_stats()
1086 rcfw->qp_create_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
1087 rcfw->qp_destroy_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
1088 rcfw->mr_create_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
1089 rcfw->mr_destroy_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
1090 rcfw->qp_modify_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_rcfw.h64 #define RCFW_MAX_STAT_INDEX 0xFFFF macro
H A Dib_verbs.c1484 for (i = 0; i < RCFW_MAX_STAT_INDEX; i++) { in bnxt_re_dump_debug_stats()