Home
last modified time | relevance | path

Searched full:priorities (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dfw_qos.h44 /* 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.
/OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.h53 * 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
H A Ddpdmai.c42 MC_CMD_OP(cmd, 0, 8, 8, u8, (cfg)->priorities[0]);\
43 MC_CMD_OP(cmd, 0, 16, 8, u8, (cfg)->priorities[1]);\
288 * priorities configured at DPDMAI creation
322 * priorities configured at DPDMAI creation
363 * priorities configured at DPDMAI creation
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dproviders.py72 priorities = {}
76 if priority not in priorities:
77 priorities[priority] = {}
78 if preference not in priorities[priority]:
79 priorities[priority][preference] = []
80 priorities[priority][preference].append(f)
82 for pri in sorted(priorities):
84 for pref in sorted(priorities[pri]):
85 tmp_pref.extend(priorities[pri][pref])
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c347 /* 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 …]
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-microdev/
H A Dirq.c84 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()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst34 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipath.conf.example36 # rr_weight priorities
64 # rr_weight priorities
82 # rr_weight priorities
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dda8xx-mstpri.c154 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()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Ddpseci.h46 * @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;
/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dsetup.c227 /* 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()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst162 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)
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ditmt.c101 * has been called to set the cpus' priorities.
186 * the CPU priorities. The sched domains have no
187 * dependency on CPU priorities.
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dioprio.rst2 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.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsyslog.h43 * priorities/facilities are encoded into a single 32-bit quantity, where the
45 * (0-big number). Both the priorities and the facilities map roughly
49 * priorities (these are ordered)
154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsyslog.h43 * priorities/facilities are encoded into a single 32-bit quantity, where the
45 * (0-big number). Both the priorities and the facilities map roughly
49 * priorities (these are ordered)
154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dinterrupt.h12 * MIPS Exception Priorities, exceptions (including interrupts) are queued up
13 * for the guest in the order specified by their priorities
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio.h36 * @num_priorities: Number of priorities for the notification channel (1-8);
59 * @num_priorities: Number of priorities for the notification channel (1-8);
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dalloc.c15 * 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
165 * Thus, we scale the bucket priorities so that the bucket with the smallest
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dspapr.c586 * active priorities and update the CPPR to the most favored one.
697 * get max priority from "/ibm,plat-res-int-priorities"
712 reg = of_get_property(rootdn, "ibm,plat-res-int-priorities", &len); in xive_get_max_prio()
715 pr_err("Failed to read 'ibm,plat-res-int-priorities' property\n"); in xive_get_max_prio()
720 pr_err("invalid 'ibm,plat-res-int-priorities' property\n"); in xive_get_max_prio()
724 /* HW supports priorities in the range [0-7] and 0xFF is a in xive_get_max_prio()
746 pr_err("no valid priority found in 'ibm,plat-res-int-priorities'\n"); in xive_get_max_prio()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-zevio.c62 /* 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_xive.h128 /* Which queues (priorities) are in use by the guest */
239 * Mapping between guest priorities and host priorities
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst33 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.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-dcb.c40 /* 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()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_skbprio.c29 * priorities as a mean to overcome DoS attacks.
87 /* Check to update highest and lowest priorities. */ in skbprio_enqueue()
121 /* Check to update highest and lowest priorities. */ in skbprio_enqueue()

12345678910>>...13