Lines Matching refs:bnxt_qplib_res
492 struct bnxt_qplib_res *res;
522 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res,
524 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res,
526 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res,
528 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res,
532 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
533 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
534 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
535 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
536 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
538 void bnxt_qplib_free_qp_res(struct bnxt_qplib_res *res,
553 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
554 int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq,
556 void bnxt_qplib_resize_cq_complete(struct bnxt_qplib_res *res,
558 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
564 int bnxt_qplib_alloc_nq(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq);