Searched refs:max_qp (Results 1 – 25 of 51) sorted by relevance
123
700 u32 min_qp, max_qp; in pkt_session_set_property_1x() local703 max_qp = in->max_qp; in pkt_session_set_property_1x()708 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()718 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
64 __u32 max_qp; member
48 rxe->attr.max_qp = RXE_MAX_QP; in rxe_init_device_param()144 rxe->attr.max_qp); in rxe_init_pools()
81 props->max_qp = dev->dsr->caps.max_qp; in pvrdma_query_device()350 uresp.qp_tab_size = vdev->dsr->caps.max_qp; in pvrdma_alloc_ucontext()
226 u32 max_qp; member
225 dev->qp_tbl = kcalloc(dev->dsr->caps.max_qp, sizeof(struct pvrdma_qp *), in pvrdma_register_device()290 qp = dev->qp_tbl[qpn % dev->dsr->caps.max_qp]; in pvrdma_qp_event()
228 if (!atomic_add_unless(&dev->num_qps, 1, dev->dsr->caps.max_qp)) in pvrdma_create_qp()402 dev->qp_tbl[qp->qp_handle % dev->dsr->caps.max_qp] = qp; in pvrdma_create_qp()
70 u32 max_qp; member446 u64 max_qp; member
1453 info.sq_size = min(iwdev->rf->max_qp / 2, (u32)32768); in irdma_initialize_ilq()1483 info.sq_size = min(iwdev->rf->max_qp / 2, (u32)32768); in irdma_initialize_ieq()1715 iwdev->rf->max_qp, 0); in irdma_get_used_rsrc()1940 rf->allocated_cqs = &rf->allocated_qps[BITS_TO_LONGS(rf->max_qp)]; in irdma_set_hw_rsrc()1964 rsrc_size += sizeof(unsigned long) * BITS_TO_LONGS(rf->max_qp); in irdma_calc_mem_rsrc_size()1971 rsrc_size += sizeof(struct irdma_qp **) * rf->max_qp; in irdma_calc_mem_rsrc_size()1997 rf->max_qp = rf->sc_dev.hmc_info->hmc_obj[IRDMA_HMC_IW_QP].cnt; in irdma_initialize_hw_rsrc()2003 rf->max_mcg = rf->max_qp; in irdma_initialize_hw_rsrc()
264 u32 max_qp; member
120 u32 max_qp; member
472 result->max_qp = resp.u.queue_attr.max_qp; in efa_com_get_device_attr()
628 u32 max_qp; member
51 u32 max_qp; member
117 attr->max_qp = le32_to_cpu(sb->max_qp); in bnxt_qplib_get_dev_attr()120 attr->max_qp += 1; in bnxt_qplib_get_dev_attr()
110 u16 max_qp; member
240 if (dev->attr.max_qp) { in ocrdma_alloc_resources()
88 u16 max_qp; member
143 attr->max_qp = sdev->attrs.max_qp; in siw_query_device()148 attr->max_res_rd_atom = sdev->attrs.max_qp * sdev->attrs.max_ird; in siw_query_device()
363 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
50 int max_qp; member
609 attr->max_qp = qed_attr->max_qp; in qedr_set_device_attr()
101 u32 max_qp; member
98 props->max_qp = mdev->limits.num_qps - mdev->limits.reserved_qps; in mthca_query_device()109 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp; in mthca_query_device()
275 props->max_qp = dev->rdev.lldi.vr->qp.size / 2; in c4iw_query_device()
Completed in 66 milliseconds