Lines Matching refs:rcfw

505 	struct bnxt_qplib_rcfw *rcfw = res->rcfw;  in bnxt_qplib_destroy_srq()  local
516 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_srq()
529 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() local
579 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_srq()
630 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() local
642 sbuf = bnxt_qplib_rcfw_alloc_sbuf(rcfw, sizeof(*sb)); in bnxt_qplib_query_srq()
646 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_srq()
649 bnxt_qplib_rcfw_free_sbuf(rcfw, sbuf); in bnxt_qplib_query_srq()
718 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() local
830 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp1()
837 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_create_qp1()
838 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp1()
856 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() local
1050 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp()
1059 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_create_qp()
1060 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp()
1173 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() local
1269 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_modify_qp()
1279 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() local
1290 sbuf = bnxt_qplib_rcfw_alloc_sbuf(rcfw, sizeof(*sb)); in bnxt_qplib_query_qp()
1297 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_qp()
1356 bnxt_qplib_rcfw_free_sbuf(rcfw, sbuf); in bnxt_qplib_query_qp()
1405 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() local
1411 rcfw->qp_tbl[qp->id].qp_id = BNXT_QPLIB_QP_ID_INVALID; in bnxt_qplib_destroy_qp()
1412 rcfw->qp_tbl[qp->id].qp_handle = NULL; in bnxt_qplib_destroy_qp()
1417 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_qp()
1420 rcfw->qp_tbl[qp->id].qp_id = qp->id; in bnxt_qplib_destroy_qp()
1421 rcfw->qp_tbl[qp->id].qp_handle = qp; in bnxt_qplib_destroy_qp()
1916 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq() local
1934 dev_err(&rcfw->pdev->dev, in bnxt_qplib_create_cq()
1960 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_cq()
1984 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_cq() local
1993 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_cq()