Searched refs:max_sge (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c62 max_sges = attr.max_sge;
85 ssk->max_sge = sdp_get_max_dev_sge(device);
86 sdp_dbg(sk, "Max sges: %d\n", ssk->max_sge);
88 qp_init_attr.cap.max_send_sge = MIN(ssk->max_sge, SDP_MAX_SEND_SGES);
92 qp_init_attr.cap.max_recv_sge = MIN(ssk->max_sge, SDP_MAX_RECV_SGES);
H A Dsdp.h407 int max_sge; member in struct:sdp_sock
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h161 __u32 max_sge; member in struct:ib_uverbs_query_device_resp
733 __u32 max_sge; member in struct:ib_uverbs_create_srq
744 __u32 max_sge; member in struct:ib_uverbs_create_xsrq
755 __u32 max_sge; member in struct:ib_uverbs_create_srq_resp
776 __u32 max_sge; member in struct:ib_uverbs_query_srq_resp
H A Dib_verbs.h143 int max_sge; member in struct:ib_device_attr
577 u32 max_sge; member in struct:ib_srq_attr
1564 * srq_attr->max_wr and srq_attr->max_sge are read the determine the
1566 * on return. If ib_create_xrc_srq() succeeds, then max_wr and max_sge
1582 * srq_attr->max_wr and srq_attr->max_sge are read the determine the
1584 * on return. If ib_create_srq() succeeds, then max_wr and max_sge
/freebsd-10.3-release/contrib/ofed/libmlx4/src/
H A Dverbs.c309 if (attr->attr.max_wr > 1 << 16 || attr->attr.max_sge > 64)
320 srq->max_gs = attr->attr.max_sge;
416 attr->cap.max_send_sge > context->max_sge ||
417 attr->cap.max_recv_sge > context->max_sge)
530 attr->cap.max_recv_sge = min(context->max_sge, attr->cap.max_recv_sge);
758 if (attr->attr.max_wr > 1 << 16 || attr->attr.max_sge > 64)
769 srq->max_gs = attr->attr.max_sge;
H A Dmlx4.c231 context->max_sge = dev_attrs.max_sge;
H A Dmlx4.h190 int max_sge; member in struct:mlx4_context
H A Dqp.c655 cap->max_send_sge = min(ctx->max_sge, qp->sq.max_gs);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsrq.c88 init_attr->attr.max_sge > dev->dev->caps.max_srq_sge)
98 srq->msrq.max_gs = init_attr->attr.max_sge;
266 srq_attr->max_sge = srq->msrq.max_gs;
H A Dmain.c191 props->max_sge = min(dev->dev->caps.max_sq_sg,
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c209 attr->max_sge > dev->limits.max_srq_sge)
213 srq->max_gs = attr->max_sge;
297 attr->max_sge = srq->max_gs;
433 srq_attr->max_sge = srq->max_gs;
H A Dmthca_provider.c101 props->max_sge = mdev->limits.max_sg;
/freebsd-10.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h172 __u32 max_sge; member in struct:ibv_query_device_resp
800 __u32 max_sge; member in struct:ibv_create_srq
813 __u32 max_sge; member in struct:ibv_create_xrc_srq
823 __u32 max_sge; member in struct:ibv_create_srq_resp
850 __u32 max_sge; member in struct:ibv_query_srq_resp
999 __u32 max_sge; member in struct:ibv_modify_srq_v3
H A Dverbs.h117 int max_sge; member in struct:ibv_device_attr
401 uint32_t max_sge; member in struct:ibv_srq_attr
977 * srq_attr->max_wr and srq_attr->max_sge are read the determine the
979 * on return. If ibv_create_srq() succeeds, then max_wr and max_sge
994 * srq_attr->max_wr and srq_attr->max_sge are read the determine the
996 * on return. If ibv_create_srq() succeeds, then max_wr and max_sge
/freebsd-10.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c132 device_attr->max_sge = resp.max_sge;
461 cmd->max_sge = attr->attr.max_sge;
474 attr->attr.max_sge = resp->max_sge;
497 cmd->max_sge = attr->attr.max_sge;
510 attr->attr.max_sge = resp->max_sge;
[all...]
/freebsd-10.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c243 printf("\tmax_sge:\t\t\t%d\n", device_attr.max_sge);
H A Dsrq_pingpong.c400 .max_sge = 1
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_cmd.c395 resp.max_sge = attr.max_sge;
2019 attr.attr.max_sge = cmd.max_sge;
2049 resp.max_sge = attr.attr.max_sge;
2139 attr.attr.max_sge = cmd.max_sge;
2172 resp.max_sge = attr.attr.max_sge;
[all...]
/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dverbs.c401 if (attr->attr.max_wr > 1 << 16 || attr->attr.max_sge > 64)
412 srq->max_gs = attr->attr.max_sge;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1332 static void ipoib_cm_create_srq(struct ipoib_dev_priv *priv, int max_sge) argument
1337 .max_sge = max_sge
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c322 props->max_sge = T4_MAX_RECV_SGE;
/freebsd-10.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1017 props->max_sge = dev->attr.max_sge_per_wr;
/freebsd-10.3-release/sys/dev/bxe/
H A Dbxe.c11333 uint8_t max_sge = 0; local
11353 max_sge = SGE_PAGE_ALIGN(sc->mtu) >> SGE_PAGE_SHIFT;
11354 max_sge = ((max_sge + PAGES_PER_SGE - 1) &
11398 rxq_init->max_sges_pkt = max_sge;

Completed in 385 milliseconds