Home
last modified time | relevance | path

Searched refs:dest_qp (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.h108 u32 dest_qp; member
H A Dqed_rdma.c1203 out_params->dest_qp = qp->dest_qp; in qed_rdma_query_qp()
1377 qp->dest_qp = params->dest_qp; in qed_rdma_modify_qp()
H A Dqed_roce.c297 p_ramrod->dst_qp_id = cpu_to_le32(qp->dest_qp); in qed_roce_sp_create_responder()
432 p_ramrod->dst_qp_id = cpu_to_le32(qp->dest_qp); in qed_roce_sp_create_requester()
/linux/drivers/infiniband/hw/hfi1/
H A Dud.c341 u32 dest_qp = rvt_get_swqe_remote_qpn(wqe); in hfi1_make_ud_req_16B() local
355 if (dest_qp == 0 || src_qp == 0 || dest_qp == 1 || src_qp == 1) { in hfi1_make_ud_req_16B()
413 dest_qp, src_qp); in hfi1_make_ud_req_16B()
/linux/include/linux/qed/
H A Dqed_rdma_if.h363 u32 dest_qp; member
396 u32 dest_qp; member
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c1796 bool dest_devx, dest_qp; in get_dests() local
1802 dest_qp = uverbs_attr_is_valid(attrs, in get_dests()
1818 if (dest_devx && (dest_qp || *flags)) in get_dests()
1820 else if (dest_qp && *flags) in get_dests()
1831 ((!dest_devx && !dest_qp) || (dest_devx && dest_qp))) in get_dests()
1850 } else if (dest_qp) { in get_dests()
/linux/drivers/infiniband/hw/irdma/
H A Duser.h173 u32 dest_qp; member
H A Duk.c471 FIELD_PREP(IRDMAQPSQ_DESTQPN, op_info->dest_qp)); in irdma_uk_send()
754 FIELD_PREP(IRDMAQPSQ_DESTQPN, op_info->dest_qp)); in irdma_uk_inline_send()
H A Dtype.h816 u32 dest_qp; member
H A Dverbs.c1109 attr->dest_qp_num = iwqp->roce_info.dest_qp; in irdma_query_qp()
1217 roce_info->dest_qp = attr->dest_qp_num; in irdma_modify_qp_roce()
1265 roce_info->dest_qp); in irdma_modify_qp_roce()
3487 info.op.send.dest_qp = ud_wr(ib_wr)->remote_qpn; in irdma_post_send()
H A Dctrl.c698 FIELD_PREP(IRDMAQPC_DESTQP, roce_info->dest_qp)); in irdma_sc_qp_setctx_roce()
/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c2698 qp_params.dest_qp = attr->dest_qp_num; in qedr_modify_qp()
2769 qp_attr->dest_qp_num = params.dest_qp; in qedr_query_qp()