Lines Matching refs:bnxt_qplib_res
475 struct bnxt_qplib_res *res;
515 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res,
517 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res,
519 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res,
521 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res,
525 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
526 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
527 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
528 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
529 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
531 void bnxt_qplib_free_qp_res(struct bnxt_qplib_res *res,
546 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
547 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);