Searched refs:max_qp (Results 1 – 25 of 57) sorted by relevance
123
64 __u32 max_qp; member
709 u32 min_qp, max_qp; in pkt_session_set_property_1x() local712 max_qp = in->max_qp; in pkt_session_set_property_1x()717 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()727 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
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()
374 dev->attrs.max_qp = ERDMA_NQP_PER_QBLOCK * ERDMA_GET_CAP(QBLOCK, cap1); in erdma_dev_attrs_init()375 dev->attrs.max_mr = dev->attrs.max_qp << 1; in erdma_dev_attrs_init()376 dev->attrs.max_cq = dev->attrs.max_qp << 1; in erdma_dev_attrs_init()
138 u32 max_qp; member
273 attr->max_qp = dev->attrs.max_qp - 1; in erdma_query_device()277 attr->max_res_rd_atom = dev->attrs.max_qp * dev->attrs.max_ird; in erdma_query_device()714 XA_LIMIT(1, dev->attrs.max_qp - 1), in erdma_create_qp()
70 u32 max_qp; member446 u64 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()
121 u32 max_qp; member
631 u32 max_qp; member
475 result->max_qp = resp.u.queue_attr.max_qp; in efa_com_get_device_attr()
1449 info.sq_size = min(iwdev->rf->max_qp / 2, (u32)32768); in irdma_initialize_ilq()1479 info.sq_size = min(iwdev->rf->max_qp / 2, (u32)32768); in irdma_initialize_ieq()1708 iwdev->rf->max_qp); in irdma_get_used_rsrc()1929 rf->allocated_cqs = &rf->allocated_qps[BITS_TO_LONGS(rf->max_qp)]; in irdma_set_hw_rsrc()1953 rsrc_size += sizeof(unsigned long) * BITS_TO_LONGS(rf->max_qp); in irdma_calc_mem_rsrc_size()1960 rsrc_size += sizeof(struct irdma_qp **) * rf->max_qp; in irdma_calc_mem_rsrc_size()1985 rf->max_qp = rf->sc_dev.hmc_info->hmc_obj[IRDMA_HMC_IW_QP].cnt; in irdma_initialize_hw_rsrc()1991 rf->max_mcg = rf->max_qp; in irdma_initialize_hw_rsrc()
264 u32 max_qp; member
46 rxe->attr.max_qp = RXE_MAX_QP; in rxe_init_device_param()
110 u16 max_qp; member
227 if (dev->attr.max_qp) { in ocrdma_alloc_resources()
88 u16 max_qp; member
101 u32 max_qp; member
615 attr->max_qp = qed_attr->max_qp; in qedr_set_device_attr()
363 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
144 attr->max_qp = sdev->attrs.max_qp; in siw_query_device()149 attr->max_res_rd_atom = sdev->attrs.max_qp * sdev->attrs.max_ird; in siw_query_device()
489 props->max_qp = MANA_MAX_NUM_QUEUES; in mana_ib_query_device()
Completed in 80 milliseconds