/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 186 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz; in eib_adm_setup_cq() 188 cq_attr.cq_size = EIB_ADMIN_CQ_SIZE; in eib_adm_setup_cq() 194 cq_attr.cq_size, ret); in eib_adm_setup_cq()
|
H A D | eib_ctl.c | 164 cq_attr.cq_size = ss->ei_hca_attrs->hca_max_cq_sz; in eib_ctl_setup_cq() 166 cq_attr.cq_size = EIB_CTL_CQ_SIZE; in eib_ctl_setup_cq() 172 cq_attr.cq_size, ret); in eib_ctl_setup_cq()
|
H A D | eib_data.c | 604 cq_attr.cq_size = ss->ei_caps->cp_max_swqe + 1; in eib_data_setup_cqs() 610 cq_attr.cq_size, ret); in eib_data_setup_cqs() 627 cq_attr.cq_size = ss->ei_caps->cp_max_rwqe + 1; in eib_data_setup_cqs() 634 cq_attr.cq_size, ret); in eib_data_setup_cqs()
|
H A D | enx_ibt.c | 329 cq_attr.cq_size = (hca_attr.hca_max_cq_sz < ENX_CQ_SIZE) ? in eibnx_setup_cq() 335 "failed, ret=%d", info->ti_hca, cq_attr.cq_size, ret); in eibnx_setup_cq()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 389 cqp->cq_size = sizeof (struct sgttyb); in ttcompatwput() 392 cqp->cq_size = sizeof (struct ltchars); in ttcompatwput() 395 cqp->cq_size = sizeof (struct tchars); in ttcompatwput() 401 cqp->cq_size = sizeof (int); in ttcompatwput() 1089 cqp->cq_size = sizeof (struct ltchars); in ttcopyout() 1092 cqp->cq_size = sizeof (struct tchars); in ttcopyout() 1095 cqp->cq_size = sizeof (int); in ttcopyout()
|
H A D | strsun.c | 157 cp->cq_size = size; in mcopyin() 184 cp->cq_size = size; in mcopyout()
|
H A D | dedump.c | 167 (void *)cq->cq_private, (void *)cq->cq_addr, cq->cq_size); in dedump_copyreq()
|
H A D | vcons.c | 1217 cqp->cq_size = size; in vt_copyin() 1234 cqp->cq_size = size; in vt_copyout()
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.c | 801 wrap_around_mask = (cq->cq_size - 1); in dapli_tavor_cq_peek() 858 wrap_around_mask = (cq->cq_size - 1); in dapli_tavor_cq_poll() 912 num_to_increment = ((cons_indx + cq->cq_size) - in dapli_tavor_cq_poll() 972 (cons_indx + 1) & (cq->cq_size - 1); in dapli_tavor_cq_poll_one() 1745 wrap_around_mask = (cq->cq_size - 1); in dapli_tavor_cq_srq_entries_flush() 1861 num_to_increment = ((cons_indx + cq->cq_size) - in dapli_tavor_cq_srq_entries_flush()
|
H A D | dapl_tavor_ibtf_impl.h | 58 uint32_t cq_size; member
|
H A D | dapl_hermon_hw.c | 45 ((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; in dapli_hermon_cq_resize_helper() 600 for (i = 0; (1 << i) < cq->cq_size; i++) in dapli_hermon_cq_resize_helper() 1629 for (i = 0; (1 << i) < cq->cq_size; i++) in dapli_hermon_cq_init()
|
H A D | dapl_arbel_hw.c | 569 wrap_around_mask = (cq->cq_size - 1); in dapli_arbel_cq_peek() 628 wrap_around_mask = (cq->cq_size - 1); in dapli_arbel_cq_poll() 735 (cons_indx + 1) & (cq->cq_size - 1); in dapli_arbel_cq_poll_one() 1411 wrap_around_mask = (cq->cq_size - 1); in dapli_arbel_cq_srq_entries_flush()
|
H A D | dapl_tavor_ibtf_util.c | 204 cq_handle->cq_size = create_msg.evd_cq_real_size + 1; in dapls_ib_cq_alloc() 248 cq_handle->cq_size - 1); in dapls_ib_cq_resize() 305 if ((cqlen < cq_handle->cq_size) && (cq_handle->cq_addr)) { in dapli_ib_cq_resize_internal() 382 cq_handle->cq_size = resize_msg.cqr_cq_real_size + 1; in dapli_ib_cq_resize_internal()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1258 scqattr.cq_size = MaxCtrlSendBuffers; in rds_ep_alloc_rc_channel() 1262 rcqattr.cq_size = MaxCtrlRecvBuffers; in rds_ep_alloc_rc_channel() 1271 scqattr.cq_size = MaxDataSendBuffers + RDS_NUM_ACKS; in rds_ep_alloc_rc_channel() 1275 rcqattr.cq_size = MaxDataRecvBuffers; in rds_ep_alloc_rc_channel() 1292 "failed, size = %d: %d", scqattr.cq_size, ret); in rds_ep_alloc_rc_channel() 1320 "failed, size = %d: %d", rcqattr.cq_size, ret); in rds_ep_alloc_rc_channel() 1743 cqattr.cq_size = 1; in rds_randomize_qps()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stream.h | 528 size_t cq_size; /* number of bytes to copy */ member 536 size_t cq_size; /* number of bytes to copy */ member
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 108 u32_t cq_size; member
|
/titanic_50/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 64 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) in iser_ib_setup_cq() argument 1556 cq_attr.cq_size = cq_size; in iser_ib_setup_cq()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 208 cq_attr.cq_size = cmd.cqe; in sol_uverbs_create_cq() 214 cq_attr.cq_size, cq_attr.cq_sched, cq_attr.cq_flags); in sol_uverbs_create_cq()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 168 cq_attr->cq_size = max(cq_attr->cq_size, TAVOR_CQ_MIN_SIZE); in tavor_cq_alloc() 169 log_cq_size = highbit(cq_attr->cq_size); in tavor_cq_alloc()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | socal.c | 1885 uint32_t cq_size; in socal_cqalloc_init() local 1903 cq_size = socal_req_entries[index] * sizeof (cqe_t); in socal_cqalloc_init() 1904 if (cq_size) { in socal_cqalloc_init() 1916 cq_size + SOCAL_CQ_ALIGN, &socal_acc_attr, in socal_cqalloc_init() 1925 if (real_len < (cq_size + SOCAL_CQ_ALIGN)) { in socal_cqalloc_init() 1935 (struct as *)NULL, (caddr_t)cqp->skc_cq, cq_size, in socal_cqalloc_init() 1957 cq_size = socal_rsp_entries[index] * sizeof (cqe_t); in socal_cqalloc_init() 1958 if (cq_size) { in socal_cqalloc_init() 1970 cq_size + SOCAL_CQ_ALIGN, &socal_acc_attr, in socal_cqalloc_init() 1979 if (real_len < (cq_size + SOCAL_CQ_ALIGN)) { in socal_cqalloc_init() [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | mi.c | 218 cq->cq_size = len; in mi_copyin() 303 cq->cq_size = len; in mi_copyin_n() 366 cq->cq_size = mp1->b_wptr - mp1->b_rptr; in mi_copyout()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 182 cq_attr->cq_size = max(cq_attr->cq_size, HERMON_CQ_MIN_SIZE); in hermon_cq_alloc() 183 log_cq_size = highbit(cq_attr->cq_size); in hermon_cq_alloc()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 722 rib_create_cq(rib_hca_t *hca, uint32_t cq_size, ibt_cq_handler_t cq_handler, in rib_create_cq() argument 734 cq_attr.cq_size = cq_size; in rib_create_cq() 794 uint_t size, cq_size; in rpcib_open_hcas() local 858 cq_size = DEF_CQ_SIZE; /* default cq size */ in rpcib_open_hcas() 865 status = rib_create_cq(hca, cq_size, rib_svc_rcq_handler, in rpcib_open_hcas() 871 status = rib_create_cq(hca, cq_size, rib_svc_scq_handler, in rpcib_open_hcas() 877 status = rib_create_cq(hca, cq_size, rib_clnt_rcq_handler, in rpcib_open_hcas() 883 status = rib_create_cq(hca, cq_size, rib_clnt_scq_handler, in rpcib_open_hcas()
|
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 94 cq_attr.cq_size = srpt_send_msg_depth * 2; in srpt_ch_alloc() 106 cq_attr.cq_size = srpt_send_msg_depth + 1; in srpt_ch_alloc()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 516 uint32_t cq_size; member
|