Searched refs:cq_size (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h58 uint32_t cq_size; member in struct:dapls_ib_cq_handle
H A Ddapl_tavor_hw.c801 wrap_around_mask = (cq->cq_size - 1);
858 wrap_around_mask = (cq->cq_size - 1);
912 num_to_increment = ((cons_indx + cq->cq_size) -
972 (cons_indx + 1) & (cq->cq_size - 1);
1745 wrap_around_mask = (cq->cq_size - 1);
1861 num_to_increment = ((cons_indx + cq->cq_size) -
H A Ddapl_arbel_hw.c569 wrap_around_mask = (cq->cq_size - 1);
628 wrap_around_mask = (cq->cq_size - 1);
735 (cons_indx + 1) & (cq->cq_size - 1);
1411 wrap_around_mask = (cq->cq_size - 1);
H A Ddapl_hermon_hw.c45 ((cq->cq_consindx & cq->cq_size) >> cq->cq_log_cqsz))
69 #define cq_wrap_around_mask (cq->cq_size - 1)
593 cq->cq_size = cq->cq_resize_size;
600 for (i = 0; (1 << i) < cq->cq_size; i++)
1629 for (i = 0; (1 << i) < cq->cq_size; i++)
H A Ddapl_tavor_ibtf_util.c109 " cno_hkey 0x%llx, cq_size %d\n", evd_ptr,
200 * cq_size is the actual depth of the CQ which is 1 more
202 * can only use (cq_size - 1) entries.
204 cq_handle->cq_size = create_msg.evd_cq_real_size + 1;
248 cq_handle->cq_size - 1);
305 if ((cqlen < cq_handle->cq_size) && (cq_handle->cq_addr)) {
382 cq_handle->cq_size = resize_msg.cqr_cq_real_size + 1;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c186 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz;
188 cq_attr.cq_size = EIB_ADMIN_CQ_SIZE;
194 cq_attr.cq_size, ret);
H A Deib_ctl.c164 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz;
166 cq_attr.cq_size = EIB_CTL_CQ_SIZE;
172 cq_attr.cq_size, ret);
H A Deib_data.c604 cq_attr.cq_size = ss->ei_caps->cp_max_swqe + 1;
610 cq_attr.cq_size, ret);
627 cq_attr.cq_size = ss->ei_caps->cp_max_rwqe + 1;
634 cq_attr.cq_size, ret);
H A Denx_ibt.c329 cq_attr.cq_size = (hca_attr.hca_max_cq_sz < ENX_CQ_SIZE) ?
335 "failed, ret=%d", info->ti_hca, cq_attr.cq_size, ret);
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c157 cp->cq_size = size;
184 cp->cq_size = size;
H A Dttcompat.c389 cqp->cq_size = sizeof (struct sgttyb);
392 cqp->cq_size = sizeof (struct ltchars);
395 cqp->cq_size = sizeof (struct tchars);
401 cqp->cq_size = sizeof (int);
1089 cqp->cq_size = sizeof (struct ltchars);
1092 cqp->cq_size = sizeof (struct tchars);
1095 cqp->cq_size = sizeof (int);
H A Ddedump.c167 (void *)cq->cq_private, (void *)cq->cq_addr, cq->cq_size);
H A Dvcons.c1217 cqp->cq_size = size;
1234 cqp->cq_size = size;
H A Dtimod.c2246 cqp->cq_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag);
2349 cqp->cq_size = STRUCT_SIZE(sb);
2385 cqp->cq_size = STRUCT_FGET(sb, len);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h108 u32_t cq_size; member in struct:_lm_iscsi_info_real_time_t
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1258 scqattr.cq_size = MaxCtrlSendBuffers;
1262 rcqattr.cq_size = MaxCtrlRecvBuffers;
1271 scqattr.cq_size = MaxDataSendBuffers + RDS_NUM_ACKS;
1275 rcqattr.cq_size = MaxDataRecvBuffers;
1292 "failed, size = %d: %d", scqattr.cq_size, ret);
1320 "failed, size = %d: %d", rcqattr.cq_size, ret);
1743 cqattr.cq_size = 1;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c208 cq_attr.cq_size = cmd.cqe;
214 cq_attr.cq_size, cq_attr.cq_sched, cq_attr.cq_flags);
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h528 size_t cq_size; /* number of bytes to copy */ member in struct:copyreq
536 size_t cq_size; /* number of bytes to copy */ member in struct:copyreq
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c64 static int iser_ib_setup_cq(ibt_hca_hdl_t hca_hdl, uint_t cq_size,
1550 iser_ib_setup_cq(ibt_hca_hdl_t hca_hdl, uint_t cq_size, ibt_cq_hdl_t *cq_hdl) argument
1556 cq_attr.cq_size = cq_size;
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c218 cq->cq_size = len;
303 cq->cq_size = len;
366 cq->cq_size = mp1->b_wptr - mp1->b_rptr;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c182 cq_attr->cq_size = max(cq_attr->cq_size, HERMON_CQ_MIN_SIZE);
183 log_cq_size = highbit(cq_attr->cq_size);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c168 cq_attr->cq_size = max(cq_attr->cq_size, TAVOR_CQ_MIN_SIZE);
169 log_cq_size = highbit(cq_attr->cq_size);
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c1885 uint32_t cq_size; local
1903 cq_size = socal_req_entries[index] * sizeof (cqe_t);
1904 if (cq_size) {
1916 cq_size + SOCAL_CQ_ALIGN, &socal_acc_attr,
1925 if (real_len < (cq_size + SOCAL_CQ_ALIGN)) {
1935 (struct as *)NULL, (caddr_t)cqp->skc_cq, cq_size,
1957 cq_size = socal_rsp_entries[index] * sizeof (cqe_t);
1958 if (cq_size) {
1970 cq_size + SOCAL_CQ_ALIGN, &socal_acc_attr,
1979 if (real_len < (cq_size
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c94 cq_attr.cq_size = srpt_send_msg_depth * 2;
106 cq_attr.cq_size = srpt_send_msg_depth + 1;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c722 rib_create_cq(rib_hca_t *hca, uint32_t cq_size, ibt_cq_handler_t cq_handler, argument
734 cq_attr.cq_size = cq_size;
794 uint_t size, cq_size; local
858 cq_size = DEF_CQ_SIZE; /* default cq size */
865 status = rib_create_cq(hca, cq_size, rib_svc_rcq_handler,
871 status = rib_create_cq(hca, cq_size, rib_svc_scq_handler,
877 status = rib_create_cq(hca, cq_size, rib_clnt_rcq_handler,
883 status = rib_create_cq(hca, cq_size, rib_clnt_scq_handler,

Completed in 187 milliseconds

12