Home
last modified time | relevance | path

Searched refs:qp_modify_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c664 dest_stats_ptr = &rcfw->qp_modify_stats[dest_stats_id]; in bnxt_re_add_perf_stats()
1023 vfree(rcfw->qp_modify_stats); in bnxt_qplib_free_rcfw_channel()
1024 rcfw->qp_modify_stats = NULL; in bnxt_qplib_free_rcfw_channel()
1090 rcfw->qp_modify_stats = vzalloc(sizeof(u64) * RCFW_MAX_STAT_INDEX); in bnxt_qplib_alloc_rcfw_channel()
1097 rcfw->qp_modify_stats) in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_rcfw.h285 u64 *qp_modify_stats; member