/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_hw.c | 54 u32 max_qp; in i40iw_initialize_hw_resources() local 60 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()
|
D | i40iw.h | 294 u32 max_qp; member
|
D | i40iw_verbs.c | 72 props->max_qp = iwdev->max_qp - iwdev->used_qps; in i40iw_query_device() 146 uresp.max_qps = iwdev->max_qp; in i40iw_alloc_ucontext() 641 err_code = i40iw_alloc_resource(iwdev, iwdev->allocated_qps, iwdev->max_qp, in i40iw_create_qp()
|
/Linux-v4.19/include/uapi/rdma/ |
D | bnxt_re-abi.h | 49 __u32 max_qp; member
|
D | ib_user_verbs.h | 183 __u32 max_qp; member
|
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 707 u32 min_qp, max_qp; in pkt_session_set_property_1x() local 710 max_qp = in->max_qp; in pkt_session_set_property_1x() 715 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x() 725 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
|
D | hfi_helper.h | 752 u32 max_qp; member
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 255 u32 max_qp; in nes_init_adapter() local 302 max_qp = nes_read_indexed(nesdev, NES_IDX_QP_CTX_SIZE); in nes_init_adapter() 303 nes_debug(NES_DBG_INIT, "QP_CTX_SIZE=%u\n", max_qp); in nes_init_adapter() 306 if (max_qp > ((u32)1 << (u32temp & 0x001f))) { in nes_init_adapter() 308 max_qp, u32temp); in nes_init_adapter() 309 max_qp = (u32)1 << (u32temp & 0x001f); in nes_init_adapter() 314 max_qp, hte_index_mask); in nes_init_adapter() 320 if (max_qp > max_irrq) { in nes_init_adapter() 321 max_qp = max_irrq; in nes_init_adapter() 323 max_qp); in nes_init_adapter() [all …]
|
D | nes_hw.h | 1099 u32 max_qp; member 1283 u32 max_qp; member
|
D | nes_verbs.c | 437 props->max_qp = nesibdev->max_qp; in nes_query_device() 557 uresp.max_qps = nesibdev->max_qp; in nes_alloc_ucontext() 1037 nesadapter->max_qp, &qp_num, &nesadapter->next_qp, NES_RESOURCE_QP); in nes_create_qp() 3809 nesibdev->max_qp = (nesadapter->max_qp-NES_FIRST_QPN) / nesadapter->port_count; in nes_register_ofa_device()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe.c | 91 rxe->attr.max_qp = RXE_MAX_QP; in rxe_init_device_param() 210 rxe->attr.max_qp); in rxe_init_pools()
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_verbs.c | 82 props->max_qp = dev->dsr->caps.max_qp; in pvrdma_query_device() 356 uresp.qp_tab_size = vdev->dsr->caps.max_qp; in pvrdma_alloc_ucontext()
|
D | pvrdma_dev_api.h | 224 u32 max_qp; member
|
D | pvrdma_qp.c | 224 if (!atomic_add_unless(&dev->num_qps, 1, dev->dsr->caps.max_qp)) in pvrdma_create_qp() 388 dev->qp_tbl[qp->qp_handle % dev->dsr->caps.max_qp] = qp; in pvrdma_create_qp()
|
D | pvrdma_main.c | 241 dev->qp_tbl = kcalloc(dev->dsr->caps.max_qp, sizeof(struct pvrdma_qp *), in pvrdma_register_device() 323 qp = dev->qp_tbl[qpn % dev->dsr->caps.max_qp]; in pvrdma_qp_event()
|
/Linux-v4.19/include/linux/qed/ |
D | qed_rdma_if.h | 97 u32 max_qp; member 463 u64 max_qp; member
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_sp.h | 52 u32 max_qp; member
|
D | qplib_sp.c | 104 attr->max_qp = le32_to_cpu(sb->max_qp); in bnxt_qplib_get_dev_attr() 107 attr->max_qp += 1; in bnxt_qplib_get_dev_attr()
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma.h | 88 u16 max_qp; member
|
D | ocrdma_main.c | 228 if (dev->attr.max_qp) { in ocrdma_alloc_resources()
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | qedr.h | 100 u32 max_qp; member
|
D | main.c | 633 attr->max_qp = qed_attr->max_qp; in qedr_set_device_attr()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 97 props->max_qp = mdev->limits.num_qps - mdev->limits.reserved_qps; in mthca_query_device() 108 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp; in mthca_query_device()
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 300 props->max_qp = qp_per_vf * in usnic_ib_query_device()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 309 props->max_qp = dev->rdev.lldi.vr->qp.size / 2; in c4iw_query_device()
|