Searched refs:max_sw_wqe (Results 1 – 3 of 3) sorted by relevance
254 u32 max_sw_wqe; member
1225 qp->qplib_qp.sq.max_sw_wqe = qp1_qp->rq.max_wqe; in bnxt_re_create_shadow_qp()1237 qp->qplib_qp.rq.max_sw_wqe = qp1_qp->rq.max_wqe; in bnxt_re_create_shadow_qp()1299 rq->max_sw_wqe = rq->max_wqe; in bnxt_re_init_rq_attr()1348 sq->max_sw_wqe = ureq->sq_slots; in bnxt_re_init_sq_attr()1366 sq->max_sw_wqe = bnxt_qplib_get_depth(sq, qplqp->wqe_mode, true); in bnxt_re_init_sq_attr()1368 sq->max_sw_wqe = sq->max_wqe; in bnxt_re_init_sq_attr()2257 qp->qplib_qp.rq.max_sw_wqe = qp->qplib_qp.rq.max_wqe; in bnxt_re_modify_qp()
830 que->swq = kcalloc(que->max_sw_wqe, sizeof(*que->swq), GFP_KERNEL); in bnxt_qplib_alloc_init_swq()835 que->swq_last = que->max_sw_wqe - 1; in bnxt_qplib_alloc_init_swq()836 for (indx = 0; indx < que->max_sw_wqe; indx++) in bnxt_qplib_alloc_init_swq()2630 cqe_sq_cons = le16_to_cpu(hwcqe->sq_cons_idx) % sq->max_sw_wqe; in bnxt_qplib_cq_process_req()3036 cqe_cons %= sq->max_sw_wqe; in bnxt_qplib_cq_process_terminal()