Searched refs:hca_max_chan_sz (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c107 if (((MaxDataSendBuffers + RDS_NUM_ACKS) > hattrp->hca_max_chan_sz) ||
113 hattrp->hca_max_chan_sz, hattrp->hca_max_cq_sz);
115 MaxDataSendBuffers = (hattrp->hca_max_chan_sz >
118 hattrp->hca_max_chan_sz - RDS_NUM_ACKS;
122 if ((MaxDataRecvBuffers > hattrp->hca_max_chan_sz) ||
127 hattrp->hca_max_chan_sz, hattrp->hca_max_cq_sz);
129 MaxDataRecvBuffers = (hattrp->hca_max_chan_sz >
131 hattrp->hca_max_chan_sz;
135 if ((MaxCtrlSendBuffers > hattrp->hca_max_chan_sz) ||
140 hattrp->hca_max_chan_sz, hattr
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h317 uint_t hca_max_chan_sz; /* Max outstanding WRs on any */ member in struct:ibnex_ctl_hca_info_s
412 uint_t hca_max_chan_sz; /* Max outstanding WRs on any */ member in struct:ibnex_ctl_hca_info_32_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c648 if (max_swqe > hca_attrs->hca_max_chan_sz)
649 max_swqe = hca_attrs->hca_max_chan_sz;
654 if (max_rwqe > hca_attrs->hca_max_chan_sz)
655 max_rwqe = hca_attrs->hca_max_chan_sz;
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h133 #define hca_max_qp_sz hca_max_chan_sz /* Max outstanding WRs on any channel */
H A Dibtl_types.h445 uint_t hca_max_chan_sz; /* Max outstanding WRs on any */ member in struct:ibt_hca_attr_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c105 rds_ibdev->max_wrs = dev_attr->hca_max_chan_sz;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c487 sq_size = min(hca->hca_attr.hca_max_chan_sz, ISER_IB_SENDQ_SIZE);
488 rq_size = min(hca->hca_attr.hca_max_chan_sz, ISER_IB_RECVQ_SIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c142 ch_args.rc_sizes.cs_sq = min(ioc->ioc_attr.hca_max_chan_sz,
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2900 (x)->hca_max_chan_sz = (y)->hca_max_chan_sz; \
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2518 state->id_hca_max_chan_sz = hca_attrs.hca_max_chan_sz;
2520 if (hca_attrs.hca_max_chan_sz < state->id_ud_num_rwqe)
2521 state->id_ud_num_rwqe = hca_attrs.hca_max_chan_sz;
2526 if (hca_attrs.hca_max_chan_sz < state->id_ud_num_swqe)
2527 state->id_ud_num_swqe = hca_attrs.hca_max_chan_sz;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1265 if (args.ep_ch_sizes.dcs_sq > hca_attrp->hca_max_chan_sz) {
1271 if (args.ep_ch_sizes.dcs_rq > hca_attrp->hca_max_chan_sz) {
4404 args.hca_attr.dhca_max_chan_sz = hcap->hca_max_chan_sz;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1693 resp.max_qp_wr = hca_attr.hca_max_chan_sz;

Completed in 288 milliseconds