Home
last modified time | relevance | path

Searched refs:max_ord (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/net/sunrpc/xprtrdma/
Dsvc_rdma.c57 static unsigned int max_ord = 255; variable
136 .extra2 = &max_ord,
/linux-6.1.9/drivers/infiniband/hw/erdma/
Derdma.h140 u32 max_ord; member
Derdma_cm.c248 event.ord = cep->dev->attrs.max_ord; in erdma_cm_upcall()
1012 params->ord > dev->attrs.max_ord) in erdma_connect()
1162 if (params->ord > dev->attrs.max_ord || in erdma_accept()
1163 params->ird > dev->attrs.max_ord) { in erdma_accept()
Derdma_main.c379 dev->attrs.max_ord = ERDMA_MAX_ORD; in erdma_dev_attrs_init()
Derdma_verbs.c276 attr->max_qp_rd_atom = dev->attrs.max_ord; in erdma_query_device()
/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_cm.c798 cep->sdev->attrs.max_ord); in siw_proc_mpareply()
1347 params->ord > sdev->attrs.max_ord) in siw_connect()
1581 if (params->ord > sdev->attrs.max_ord || in siw_accept()
1586 qp_id(qp), params->ord, sdev->attrs.max_ord, in siw_accept()
Dsiw_main.c365 sdev->attrs.max_ord = SIW_MAX_ORD_QP; in siw_device_create()
Dsiw.h52 int max_ord; /* max. outbound read queue depth */ member
Dsiw_verbs.c146 attr->max_qp_rd_atom = sdev->attrs.max_ord; in siw_query_device()
/linux-6.1.9/drivers/infiniband/hw/ocrdma/
Docrdma.h418 u32 max_ord, max_ird; member
Docrdma_hw.c2338 qp->max_ord = (rsp->max_ord_ird >> OCRDMA_CREATE_QP_RSP_MAX_ORD_SHIFT); in ocrdma_get_create_qp_rsp()
2660 qp->max_ord = attrs->max_rd_atomic; in ocrdma_set_qp_params()
2671 cmd->params.max_ord_ird = (qp->max_ord << in ocrdma_set_qp_params()
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_roce.c426 p_ramrod->max_ord = qp->max_rd_atomic_req; in qed_roce_sp_create_requester()
650 p_ramrod->max_ord = qp->max_rd_atomic_req; in qed_roce_sp_modify_requester()
Dqed_hsi.h6929 u8 max_ord; member
7264 u8 max_ord; member
8987 u8 max_ord; member
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dqp.c1814 wqe->u.init.ord_max = cpu_to_be32(qhp->attr.max_ord); in rdma_init()
1864 if (attrs->max_ord > c4iw_max_read_depth) { in c4iw_modify_qp()
1868 newattr.max_ord = attrs->max_ord; in c4iw_modify_qp()
2202 qhp->attr.max_ord = 0; in c4iw_create_qp()
Diw_cxgb4.h462 u32 max_ord; member
Dcm.c1634 attrs.max_ord = ep->ord; in process_mpa_reply()
3186 attrs.max_ord = ep->ord; in c4iw_accept_cr()