Searched defs:cq_size (Results 1 - 9 of 9) sorted by relevance

/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
/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/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/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/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c7290 uint32_t cq_size; local
7325 cq_size = (cq_depth * CQE_SIZE);
7340 count += (num_wq + EMLXS_CQ_OFFSET_WQ) * cq_size;
7431 buf_info->size = cq_size;
7440 phys += cq_size;
7441 virt += cq_size;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h516 uint32_t cq_size; member in struct:rx_ring
/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,
/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/sys/ib/ibtl/
H A Dibtl_types.h889 uint_t cq_size; member in struct:ibt_cq_attr_s

Completed in 162 milliseconds