Lines Matching refs:rcfw

513 	struct bnxt_qplib_rcfw *rcfw = res->rcfw;  in bnxt_qplib_destroy_srq()  local
524 rc = bnxt_qplib_rcfw_send_message(rcfw, (struct cmdq_base *)&req, in bnxt_qplib_destroy_srq()
535 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() local
585 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_srq()
636 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() local
648 sbuf = bnxt_qplib_rcfw_alloc_sbuf(rcfw, sizeof(*sb)); in bnxt_qplib_query_srq()
652 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_srq()
655 bnxt_qplib_rcfw_free_sbuf(rcfw, sbuf); in bnxt_qplib_query_srq()
724 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() local
836 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp1()
843 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_create_qp1()
844 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp1()
862 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() local
1060 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp()
1070 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_create_qp()
1071 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp()
1184 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() local
1280 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_modify_qp()
1290 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() local
1301 sbuf = bnxt_qplib_rcfw_alloc_sbuf(rcfw, sizeof(*sb)); in bnxt_qplib_query_qp()
1308 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_qp()
1367 bnxt_qplib_rcfw_free_sbuf(rcfw, sbuf); in bnxt_qplib_query_qp()
1416 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() local
1422 rcfw->qp_tbl[qp->id].qp_id = BNXT_QPLIB_QP_ID_INVALID; in bnxt_qplib_destroy_qp()
1423 rcfw->qp_tbl[qp->id].qp_handle = NULL; in bnxt_qplib_destroy_qp()
1428 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_qp()
1431 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_destroy_qp()
1432 rcfw->qp_tbl[qp->id].qp_handle = qp; in bnxt_qplib_destroy_qp()
1929 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq() local
1947 dev_err(&rcfw->pdev->dev, in bnxt_qplib_create_cq()
1973 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_cq()
1998 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_cq() local
2007 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_cq()