| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_cmds.c | 710 u32 min_qp, max_qp; in pkt_session_set_property_1x() local 713 max_qp = in->max_qp; in pkt_session_set_property_1x() 718 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x() 728 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x() 1263 u32 min_qp, max_qp; in pkt_session_set_property_4xx() local 1266 max_qp = in->max_qp.qp_packed; in pkt_session_set_property_4xx() 1271 if (min_qp > 0xff || max_qp > 0xff) in pkt_session_set_property_4xx() 1275 range->max_qp.layer_id = 0xFF; in pkt_session_set_property_4xx() 1278 range->max_qp.qp_packed = (max_qp & 0xFF) | ((max_qp & 0xFF) << 8) | in pkt_session_set_property_4xx() 1279 ((max_qp & 0xFF) << 16); in pkt_session_set_property_4xx() [all …]
|
| H A D | venc.c | 911 quant_range_v2.max_qp.qp_packed = ctr->hevc_max_qp; in venc_set_properties() 914 quant_range_v2.max_qp.qp_packed = ctr->vp8_max_qp; in venc_set_properties() 917 quant_range_v2.max_qp.qp_packed = ctr->h264_max_qp; in venc_set_properties() 926 quant_range.max_qp = ctr->hevc_max_qp; in venc_set_properties() 929 quant_range.max_qp = ctr->vp8_max_qp; in venc_set_properties() 932 quant_range.max_qp = ctr->h264_max_qp; in venc_set_properties()
|
| H A D | hfi_helper.h | 833 u32 max_qp; member 846 struct hfi_quantization_v2 max_qp; member
|
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_sp.c | 70 attr->max_qp = le32_to_cpu(sb->max_qp); in bng_re_get_dev_attr() 72 attr->max_qp += 1; in bng_re_get_dev_attr()
|
| H A D | bng_sp.h | 18 u32 max_qp; member
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen1_command.c | 647 u32 min_qp, max_qp; in iris_hfi_gen1_packet_session_set_property() local 650 max_qp = in->max_qp.qp_packed; in iris_hfi_gen1_packet_session_set_property() 655 if (min_qp > 0xff || max_qp > 0xff) in iris_hfi_gen1_packet_session_set_property() 659 range->max_qp.layer_id = 0xFF; in iris_hfi_gen1_packet_session_set_property() 662 range->max_qp.qp_packed = (max_qp & 0xFF) | ((max_qp & 0xFF) << 8) | in iris_hfi_gen1_packet_session_set_property() 663 ((max_qp & 0xFF) << 16); in iris_hfi_gen1_packet_session_set_property() 665 range->max_qp.enable = 7; in iris_hfi_gen1_packet_session_set_property()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_vdsc_regs.h | 137 #define DSC_PPS6_FLATNESS_MAX_QP(max_qp) REG_FIELD_PREP(DSC_PPS6_FLATNESS_MAX_QP_MASK, max_qp) argument
|
| /linux/include/linux/qed/ |
| H A D | qed_rdma_if.h | 70 u32 max_qp; member 446 u64 max_qp; member
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-mail.h | 110 u16 max_qp; member
|
| H A D | allegro-mail.c | 178 FIELD_PREP(GENMASK(15, 0), param->max_qp); in allegro_encode_config_blob()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_main.c | 330 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
|
| H A D | siw.h | 53 int max_qp; member
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_dev_api.h | 226 u32 max_qp; member
|
| H A D | pvrdma_main.c | 265 dev->qp_tbl = kzalloc_objs(struct pvrdma_qp *, dev->dsr->caps.max_qp); in pvrdma_register_device() 328 qp = dev->qp_tbl[qpn % dev->dsr->caps.max_qp]; in pvrdma_qp_event()
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 612 attr->max_qp = qed_attr->max_qp; in qedr_set_device_attr()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_provider.c | 90 props->max_qp = mdev->limits.num_qps - mdev->limits.reserved_qps; in mthca_query_device() 101 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp; in mthca_query_device()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 279 props->max_qp = dev->rdev.lldi.vr->qp.size / 2; in c4iw_query_device()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_h264_if.c | 165 u32 max_qp; member
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 38 props->max_qp = rf->max_qp - rf->used_qps; in irdma_query_device() 59 props->max_total_mcast_qp_attach = rf->max_qp * IRDMA_MAX_MGS_PER_CTX; in irdma_query_device() 324 uresp.max_qps = iwdev->rf->max_qp; in irdma_alloc_ucontext() 920 ret = irdma_alloc_rsrc(rf, rf->allocated_qps, rf->max_qp, in irdma_setup_gsi_qp_rsrc() 1021 err_code = irdma_alloc_rsrc(rf, rf->allocated_qps, rf->max_qp, in irdma_create_qp()
|
| H A D | utils.c | 853 if (qpn < IW_FIRST_QPN || qpn >= iwdev->rf->max_qp) in irdma_get_qp()
|
| /linux/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 196 __u32 max_qp; member
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_verbs.c | 236 props->max_qp = dev_attr->max_qp; in efa_query_device()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iwarp.c | 72 dev->max_qp = min_t(u32, in qed_iwarp_init_devinfo() 77 dev->max_cq = dev->max_qp; in qed_iwarp_init_devinfo()
|
| H A D | qed_rdma.c | 456 dev->max_qp = num_qps; in qed_rdma_init_devinfo()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 696 if (qpid < dev->attr.max_qp) in ocrdma_dispatch_ibevent() 1156 attr->max_qp = in ocrdma_get_attr()
|