Searched refs:max_send_sge (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c91 attr.cap.max_send_sge = attr.cap.max_recv_sge = 1;
H A Drdma_server.c66 init_attr.cap.max_send_sge = init_attr.cap.max_recv_sge = 1;
H A Drdma_client.c65 attr.cap.max_send_sge = attr.cap.max_recv_sge = 1;
H A Drdma_xserver.c88 attr.cap.max_send_sge = attr.cap.max_recv_sge = 1;
H A Dmckey.c153 init_qp_attr.cap.max_send_sge = 1;
H A Dcmtime.c651 init_qp_attr.cap.max_send_sge = 1;
H A Dcmatose.c133 init_qp_attr.cap.max_send_sge = 1;
H A Dudaddy.c148 init_qp_attr.cap.max_send_sge = 1;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dmarshall.c70 dst->cap.max_send_sge = src->max_send_sge;
H A Dkern-abi.h598 __u32 max_send_sge; member in struct:ibv_kern_qp_attr
626 __u32 max_send_sge; \
666 __u32 max_send_sge; member in struct:ibv_create_qp_resp
721 __u32 max_send_sge; member in struct:ibv_query_qp_resp
1262 __u32 max_send_sge; member in struct:ibv_create_qp_resp_v4
H A Dcmd.c879 cmd->max_send_sge = qp_attr->cap.max_send_sge;
899 qp_attr->cap.max_send_sge = resp->max_send_sge;
1051 cmd->max_send_sge = attr->cap.max_send_sge;
1070 attr->cap.max_send_sge = resp->max_send_sge;
1191 attr->cap.max_send_sge = resp.max_send_sge;
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c74 dst->max_send_sge = src->cap.max_send_sge;
H A Dib_uverbs_cmd.c1890 attr.cap.max_send_sge = cmd->max_send_sge;
1965 resp.base.max_send_sge = attr.cap.max_send_sge;
2071 cmd_ex.max_send_sge = cmd.max_send_sge;
2316 resp.max_send_sge = init_attr->cap.max_send_sge;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c137 .max_send_sge = 1,
205 init_attr.cap.max_send_sge = IPOIB_UD_TX_SG;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h509 __u32 max_send_sge; member in struct:ib_uverbs_qp_attr
538 __u32 max_send_sge; member in struct:ib_uverbs_create_qp
564 __u32 max_send_sge; member in struct:ib_uverbs_ex_create_qp
593 __u32 max_send_sge; member in struct:ib_uverbs_create_qp_resp
636 __u32 max_send_sge; member in struct:ib_uverbs_query_qp_resp
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c179 hw_init_attr.cap.max_send_sge = 0;
256 .max_send_sge = gsi->cap.max_send_sge,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c87 qp_init_attr.cap.max_send_sge = MIN(ssk->max_sge, SDP_MAX_SEND_SGES);
89 qp_init_attr.cap.max_send_sge);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c610 if (max_sq_sge < cap->max_send_sge)
611 max_sq_sge = cap->max_send_sge;
726 cap->max_send_sge = qp->sq.max_gs;
H A Dverbs.c796 attr->cap.max_send_sge > ctx->max_sge ||
802 attr->cap.max_send_sge > 64 ||
969 init_attr->cap.max_send_sge = qp->sq.max_gs;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c375 .max_send_sge = 1,
H A Duc_pingpong.c364 .max_send_sge = 1,
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c831 if (attr->cap.max_send_sge > max_gather)
834 size += attr->cap.max_send_sge * sizeof(struct mlx5_wqe_data_seg);
909 qp->sq.max_gs = attr->cap.max_send_sge;
1535 init_attr->cap.max_send_sge = qp->sq.max_gs;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c500 qp_attr->cap.max_send_sge = qp->sq.max_gs;
1238 cap->max_send_sge > dev->limits.max_sg ||
1247 if (qp->transport == MLX && cap->max_send_sge + 2 > dev->limits.max_sg)
1261 qp->sq.max_gs = max_t(int, cap->max_send_sge,
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c839 qhp->attr.sq_max_sges = attrs->cap.max_send_sge;
840 qhp->attr.sq_max_sges_rdma_write = attrs->cap.max_send_sge;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c431 cap->max_send_sge > min(dev->dev->caps.max_sq_sg, dev->dev->caps.max_rq_sg) ||
442 cap->max_send_sge + 2 > dev->dev->caps.max_sq_sg)
445 s = max(cap->max_send_sge * sizeof (struct mlx4_wqe_data_seg),
530 cap->max_send_sge = min(qp->sq.max_gs,
3498 qp_attr->cap.max_send_sge = qp->sq.max_gs;
3501 qp_attr->cap.max_send_sge = 0;

Completed in 371 milliseconds

12