/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A 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 different priorities. 109 * @vpp_p_up: Allocation of VPPs to different priorities.
|
/linux/tools/testing/selftests/drivers/net/microchip/ |
H A D | ksz9477_qos.sh | 406 # to set DSCP priorities for the switch port. 482 # Restore original priorities 500 # Function to get current DSCP priorities 535 # Function to set DSCP priorities 554 # Function to restore original priorities 565 echo "Restoring original DSCP priorities for $port" 572 echo "Error: Failed to restore original DSCP priorities for $port" 578 # Initialize DSCP priorities. Set them to predictable values for testing. 588 # Initialize DSCP priorities list 594 echo "Setting initial DSCP priorities map to 0 for $port" [all …]
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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 …]
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A 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
|
/linux/drivers/bus/ |
H A 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()
|
/linux/arch/mips/dec/ |
H A D | setup.c | 74 * IRQ routing and priority tables. Priorities are set as follows: 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() [all …]
|
/linux/drivers/crypto/caam/ |
H A 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;
|
/linux/arch/mips/kvm/ |
H A D | interrupt.h | 12 * MIPS Exception Priorities, exceptions (including interrupts) are queued up 13 * for the guest in the order specified by their priorities
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 162 The driver has support for multiple prioritized Tx traffic classes. Priorities 171 * priorities 0 to 3 - traffic class 0 (low priority) 172 * priorities 4 to 7 - traffic class 1 (medium-low priority) 173 * priorities 8 to 11 - traffic class 2 (medium-high priority) 174 * priorities 12 to 15 - traffic class 3 (high priority)
|
/linux/Documentation/block/ |
H A D | ioprio.rst | 2 Block io priorities 11 priorities is io scheduler dependent and currently supported by bfq and 17 Three generic scheduling classes are implemented for io priorities that
|
/linux/include/linux/irqchip/ |
H A D | arm-gic-v3-prio.h | 7 * GIC priorities from the view of the PMR/RPR. 26 * interrupt disabling temporarily does not rely on IRQ priorities.
|
/linux/drivers/soc/fsl/dpio/ |
H A 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);
|
/linux/drivers/md/bcache/ |
H A D | alloc.c | 15 * The gens (along with the priorities; it's really the gens are important but 16 * the code is named as if it's the priorities) are written in an arbitrary list 24 * Since the gens and priorities are all stored contiguously on disk, we can 30 * priorities and gens were being written before we could allocate. c->free is a 38 * priorities to be rewritten. These come from freed btree nodes and buckets 47 * time around, and we garbage collect or rewrite the priorities sooner than we 163 * Thus, we scale the bucket priorities so that the bucket with the smallest
|
/linux/drivers/irqchip/ |
H A D | irq-zevio.c | 62 /* Accept interrupts of all priorities */ in zevio_init_irq_base() 88 /* We don't use IRQ priorities. Set each IRQ to highest priority. */ in zevio_of_init()
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 33 The PXA architecture has 4 levels of DMAs priorities : high, normal, low. 34 The high priorities get twice as much bandwidth as the normal, which get twice 35 as much as the low priorities.
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 131 /* Which queues (priorities) are in use by the guest */ 253 * Mapping between guest priorities and host priorities
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-dcb.c | 40 /* For priorities not set in the pfc_en mask, we leave in dpaa2_eth_set_pfc_cn() 95 /* Configure congestion notifications for the enabled priorities */ in dpaa2_eth_dcbnl_ieee_setpfc()
|
/linux/net/sched/ |
H A D | sch_skbprio.c | 29 * priorities as a mean to overcome DoS attacks. 89 /* Check to update highest and lowest priorities. */ in skbprio_enqueue() 123 /* Check to update highest and lowest priorities. */ in skbprio_enqueue()
|
/linux/sound/soc/intel/avs/ |
H A D | skl.c | 79 u32 fifo_full_period, unsigned long resource_mask, u32 *priorities) in avs_skl_enable_logs() 96 info->logs_core[i].min_priority = *priorities++; in avs_skl_enable_logs() 78 avs_skl_enable_logs(struct avs_dev * adev,enum avs_log_enable enable,u32 aging_period,u32 fifo_full_period,unsigned long resource_mask,u32 * priorities) avs_skl_enable_logs() argument
|
H A D | icl.c | 19 u32 fifo_full_period, unsigned long resource_mask, u32 *priorities) in avs_icl_enable_logs() argument 37 info->logs_priorities_mask[i] = *priorities++; in avs_icl_enable_logs()
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | queue.c | 63 * ensure that it roughtly respect the priorities to avoid any shortage. in wfx_tx_queues_init() 65 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() local 72 wvif->tx_queue[i].priority = priorities[i]; in wfx_tx_queues_init()
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 256 * priorities configured at DPDMAI creation 292 * priorities configured at DPDMAI creation 335 * priorities configured at DPDMAI creation
|
/linux/arch/arm64/include/asm/ |
H A D | efi.h | 54 * Even when Linux uses IRQ priorities for IRQ disabling, EFI does not. 56 * which priorities the OS has assigned to its interrupts.
|
/linux/Documentation/scheduler/ |
H A D | sched-nice-design.rst | 41 changing the ABI to extend priorities was discarded early on.) 84 run audio (and other multimedia) apps under RT priorities such as
|
/linux/kernel/sched/ |
H A D | cpupri.h | 7 /* values 1-99 are for RT1-RT99 priorities */
|