Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c201 if (hwq_attr->aux_depth) { in bnxt_qplib_alloc_init_hwq()
202 aux_slots = hwq_attr->aux_depth; in bnxt_qplib_alloc_init_hwq()
Dqplib_res.h169 u32 aux_depth; member
Dqplib_fp.c1032 hwq_attr.aux_depth = psn_sz ? bnxt_qplib_set_sq_size(sq, qp->wqe_mode) in bnxt_qplib_create_qp()
1036 hwq_attr.aux_depth = roundup_pow_of_two(bnxt_qplib_set_sq_size(sq, qp->wqe_mode)); in bnxt_qplib_create_qp()
1037 qp->msn_tbl_sz = hwq_attr.aux_depth; in bnxt_qplib_create_qp()
1073 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()
1129 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()