Searched refs:max_qp (Results 1 – 25 of 52) sorted by relevance
123
54 u32 max_qp; in i40iw_initialize_hw_resources() local60 max_qp = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_QP].cnt; in i40iw_initialize_hw_resources()67 resources_size += sizeof(unsigned long) * BITS_TO_LONGS(max_qp); in i40iw_initialize_hw_resources()72 resources_size += sizeof(struct i40iw_qp **) * max_qp; in i40iw_initialize_hw_resources()78 iwdev->max_qp = max_qp; in i40iw_initialize_hw_resources()90 iwdev->allocated_cqs = &iwdev->allocated_qps[BITS_TO_LONGS(max_qp)]; in i40iw_initialize_hw_resources()
294 u32 max_qp; member
74 props->max_qp = iwdev->max_qp - iwdev->used_qps; in i40iw_query_device()135 uresp.max_qps = iwdev->max_qp; in i40iw_alloc_ucontext()584 err_code = i40iw_alloc_resource(iwdev, iwdev->allocated_qps, iwdev->max_qp, in i40iw_create_qp()
57 __u32 max_qp; member
699 u32 min_qp, max_qp; in pkt_session_set_property_1x() local702 max_qp = in->max_qp; in pkt_session_set_property_1x()707 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()717 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
770 u32 max_qp; member
48 rxe->attr.max_qp = RXE_MAX_QP; in rxe_init_device_param()143 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
244 dev->qp_tbl = kcalloc(dev->dsr->caps.max_qp, sizeof(struct pvrdma_qp *), in pvrdma_register_device()317 qp = dev->qp_tbl[qpn % dev->dsr->caps.max_qp]; in pvrdma_qp_event()
229 if (!atomic_add_unless(&dev->num_qps, 1, dev->dsr->caps.max_qp)) in pvrdma_create_qp()409 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
53 u32 max_qp; member
106 attr->max_qp = le32_to_cpu(sb->max_qp); in bnxt_qplib_get_dev_attr()109 attr->max_qp += 1; in bnxt_qplib_get_dev_attr()
116 u32 max_qp; member
617 u32 max_qp; member
470 result->max_qp = resp.u.queue_attr.max_qp; in efa_com_get_device_attr()
107 u16 max_qp; member
271 if (dev->attr.max_qp) { in ocrdma_alloc_resources()
88 u16 max_qp; member
101 u32 max_qp; member
639 attr->max_qp = qed_attr->max_qp; in qedr_set_device_attr()
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()
408 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
50 int max_qp; member