| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | fw_qos.h | 44 /* Default supported priorities for VPP allocation */ 57 * mlx4_SET_PORT_PRIO2TC - This routine maps user priorities to traffic 62 * @prio2tc: Array of TC associated with each priorities. 88 * Before distribution of VPPs to priorities, only available_vpp is returned. 89 * After initialization it returns the distribution of VPPs among priorities. 94 * @vpp_p_up: Distribution of VPPs to priorities is stored in this array 101 * mlx4_ALLOCATE_VPP_set - Distribution of VPPs among differnt priorities. 109 * @vpp_p_up: Allocation of VPPs to different priorities.
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx4/ |
| D | fw_qos.h | 44 /* Default supported priorities for VPP allocation */ 57 * mlx4_SET_PORT_PRIO2TC - This routine maps user priorities to traffic 62 * @prio2tc: Array of TC associated with each priorities. 88 * Before distribution of VPPs to priorities, only available_vpp is returned. 89 * After initialization it returns the distribution of VPPs among priorities. 94 * @vpp_p_up: Distribution of VPPs to priorities is stored in this array 101 * mlx4_ALLOCATE_VPP_set - Distribution of VPPs among differnt priorities. 109 * @vpp_p_up: Allocation of VPPs to different priorities.
|
| /kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/ |
| D | dpdmai.h | 53 * Maximum number of Tx/Rx priorities per DPDMAI object 71 * @priorities: Priorities for the DMA hardware processing; valid priorities are 76 u8 priorities[DPDMAI_PRIO_NUM]; member 83 * @num_of_priorities: number of priorities 122 * are 0-1 or 0-7, depending on the number of priorities in that
|
| /kernel/linux/linux-4.19/arch/sh/boards/mach-microdev/ |
| D | irq.c | 86 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local 100 priorities = __raw_readl(priorityReg); in enable_microdev_irq() 101 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq() 102 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq() 103 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-microdev/ |
| D | irq.c | 84 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local 98 priorities = __raw_readl(priorityReg); in enable_microdev_irq() 99 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq() 100 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq() 101 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
|
| /kernel/linux/linux-4.19/Documentation/cgroup-v1/ |
| D | net_prio.txt | 32 This file contains a map of the priorities assigned to traffic originating from 46 Priorities are set immediately prior to queueing a frame to the device 47 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
| D | net_prio.rst | 34 This file contains a map of the priorities assigned to traffic originating 48 Priorities are set immediately prior to queueing a frame to the device 49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dcb.c | 347 /* maps unmapped priorities to to the same COS as L2 */ 357 /* get unmapped priorities by clearing mapped bits */ in bnx2x_dcbx_map_nw() 1226 BNX2X_ERR("dcbx error: Both groups must have priorities\n"); in bnx2x_dcbx_separate_pauseable_from_non() 1250 /* If there are both pauseable and non-pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1251 * the pauseable priorities go to the first queue and in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1252 * the non-pauseable priorities go to the second queue. in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1277 /* If there are only pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1278 * then one/two priorities go to the first queue in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1290 /* All priorities except FCOE */ in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1297 /* If there are only non-pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dcb.c | 347 /* maps unmapped priorities to to the same COS as L2 */ 357 /* get unmapped priorities by clearing mapped bits */ in bnx2x_dcbx_map_nw() 1226 BNX2X_ERR("dcbx error: Both groups must have priorities\n"); in bnx2x_dcbx_separate_pauseable_from_non() 1250 /* If there are both pauseable and non-pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1251 * the pauseable priorities go to the first queue and in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1252 * the non-pauseable priorities go to the second queue. in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1277 /* If there are only pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1278 * then one/two priorities go to the first queue in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1290 /* All priorities except FCOE */ in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() 1297 /* If there are only non-pauseable priorities, in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() [all …]
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| D | da8xx-mstpri.c | 154 const struct da8xx_mstpri_priority *priorities; member 184 .priorities = da850_lcdk_priorities, 225 dev_err(dev, "no master priorities defined for this board\n"); in da8xx_mstpri_probe() 230 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe()
|
| /kernel/linux/linux-4.19/drivers/bus/ |
| D | da8xx-mstpri.c | 157 const struct da8xx_mstpri_priority *priorities; member 187 .priorities = da850_lcdk_priorities, 228 dev_err(dev, "no master priorities defined for this board\n"); in da8xx_mstpri_probe() 233 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe()
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | dpseci.h | 46 * @priorities: Priorities for the SEC hardware processing; 49 * valid priorities are configured with values 1-8; 55 u8 priorities[DPSECI_MAX_QUEUE_NUM]; member 108 * are 0-1 or 0-7, depending on the number of priorities in that channel;
|
| /kernel/linux/linux-4.19/arch/sh/kernel/cpu/irq/ |
| D | intc-sh5.c | 53 #define INTC_INTPRI_PPREG 8 /* 8 Priorities per Register */ 141 /* Disable all interrupts and set all priorities to 0 to avoid trouble */ in plat_irq_setup() 154 /* If all the priorities are set to 'no priority', then in plat_irq_setup() 173 /* Set interrupt priorities according to platform description */ in plat_irq_setup()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/selftests/ |
| D | mock_gem_device.c | 81 kmem_cache_destroy(i915->priorities); in mock_device_release() 222 i915->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN); in mock_gem_device() 223 if (!i915->priorities) in mock_gem_device() 253 kmem_cache_destroy(i915->priorities); in mock_gem_device()
|
| /kernel/linux/linux-4.19/arch/mips/kvm/ |
| D | interrupt.h | 12 * MIPS Exception Priorities, exceptions (including interrupts) are queued up 13 * for the guest in the order specified by their priorities
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | dpaa.txt | 156 The driver has support for multiple prioritized Tx traffic classes. Priorities 165 * priorities 0 to 3 - traffic class 0 (low priority) 166 * priorities 4 to 7 - traffic class 1 (medium-low priority) 167 * priorities 8 to 11 - traffic class 2 (medium-high priority) 168 * priorities 12 to 15 - traffic class 3 (high priority)
|
| /kernel/linux/linux-5.10/arch/mips/dec/ |
| D | setup.c | 227 /* CPU IRQ priorities. */ in dec_init_kn01() 302 /* CPU IRQ priorities. */ in dec_init_kn230() 392 /* CPU IRQ priorities. */ in dec_init_kn02() 396 /* KN02 CSR IRQ priorities. */ in dec_init_kn02() 493 /* CPU IRQ priorities. */ in dec_init_kn02ba() 497 /* I/O ASIC IRQ priorities. */ in dec_init_kn02ba() 590 /* CPU IRQ priorities. */ in dec_init_kn02ca() 594 /* I/O ASIC IRQ priorities. */ in dec_init_kn02ca() 691 /* CPU IRQ priorities. */ in dec_init_kn03() 695 /* I/O ASIC IRQ priorities. */ in dec_init_kn03()
|
| /kernel/linux/linux-4.19/arch/mips/dec/ |
| D | setup.c | 240 /* CPU IRQ priorities. */ in dec_init_kn01() 315 /* CPU IRQ priorities. */ in dec_init_kn230() 405 /* CPU IRQ priorities. */ in dec_init_kn02() 409 /* KN02 CSR IRQ priorities. */ in dec_init_kn02() 506 /* CPU IRQ priorities. */ in dec_init_kn02ba() 510 /* I/O ASIC IRQ priorities. */ in dec_init_kn02ba() 603 /* CPU IRQ priorities. */ in dec_init_kn02ca() 607 /* I/O ASIC IRQ priorities. */ in dec_init_kn02ca() 704 /* CPU IRQ priorities. */ in dec_init_kn03() 708 /* I/O ASIC IRQ priorities. */ in dec_init_kn03()
|
| /kernel/linux/linux-5.10/arch/mips/kvm/ |
| D | interrupt.h | 12 * MIPS Exception Priorities, exceptions (including interrupts) are queued up 13 * for the guest in the order specified by their priorities
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | itmt.c | 101 * has been called to set the cpus' priorities. 186 * the CPU priorities. The sched domains have no 187 * dependency on CPU priorities.
|
| /kernel/linux/linux-4.19/drivers/soc/fsl/dpio/ |
| D | dpio.h | 36 * @num_priorities: Number of priorities for the notification channel (1-8); 59 * @num_priorities: Number of priorities for the notification channel (1-8);
|
| /kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
| D | dpio.h | 36 * @num_priorities: Number of priorities for the notification channel (1-8); 59 * @num_priorities: Number of priorities for the notification channel (1-8);
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | ioprio.rst | 2 Block io priorities 10 priorities are supported for reads on files. This enables users to io nice 13 with cfq; other io schedulers do not support io priorities thus far.
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | itmt.c | 108 * has been called to set the cpus' priorities. 193 * the CPU priorities. The sched domains have no 194 * dependency on CPU priorities.
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | ioprio.txt | 1 Block io priorities 9 priorities are supported for reads on files. This enables users to io nice 12 with cfq; other io schedulers do not support io priorities thus far.
|