Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/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.
/openbmc/linux/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
/openbmc/openbmc/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])
/openbmc/linux/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()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp244 const std::map<std::uint8_t, int> priorities = { in operator >() local
247 if (!priorities.contains(priority()) || in operator >()
248 !priorities.contains(right.priority())) in operator >()
253 return priorities.at(priority()) > priorities.at(right.priority()); in operator >()
/openbmc/linux/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
/openbmc/openbmc/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
/openbmc/linux/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 …]
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/arch/mips/dec/
H A Dsetup.c74 * 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 …]
/openbmc/linux/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;
/openbmc/docs/designs/
H A Docp-led-policy-support.md78 The different possible LED priorities do not matter here, since "Backup due to
83 By now it becomes clear that what's needed is a way to define priorities in
132 with locating and fault states having higher priorities. The LEDs would always
200 - Individual LED priorities are hard to think about when multiple LEDs form an
226 - This is basically the same as group priorities but with additional overhead
/openbmc/linux/arch/x86/kernel/
H A Ditmt.c92 * has been called to set the cpus' priorities.
177 * the CPU priorities. The sched domains have no
178 * dependency on CPU priorities.
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl226 # Not supporting priorities A, B, or C until necessary
227 my %priorities = (H => 3, M => 2, L => 1);
417 #Where H/L are the priorities and can be H/M/L.
449 if (not exists $priorities{$priority})
837 # sort from highest to lowest priorities
839 $priorities{$b->{Priority}} <=> $priorities{$a->{Priority}}
850 if ($priorities{$p1} > $priorities{$p2})
862 if (not exists $priorities{$priority})
/openbmc/phosphor-led-manager/manager/
H A Dconfig-validator.hpp17 // An LED has different priorities assigned to it in different groups
29 // Group priorities were not unique
/openbmc/linux/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)
/openbmc/linux/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.
/openbmc/linux/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);
/openbmc/linux/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()
/openbmc/linux/sound/soc/intel/avs/
H A Dskl.c17 u32 fifo_full_period, unsigned long resource_mask, u32 *priorities) in avs_skl_enable_logs() argument
34 info->logs_core[i].min_priority = *priorities++; in avs_skl_enable_logs()
/openbmc/linux/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
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dspapr.c601 * active priorities and update the CPPR to the most favored one.
706 * get max priority from "/ibm,plat-res-int-priorities"
721 reg = of_get_property(rootdn, "ibm,plat-res-int-priorities", &len); in xive_get_max_prio()
724 pr_err("Failed to read 'ibm,plat-res-int-priorities' property\n"); in xive_get_max_prio()
729 pr_err("invalid 'ibm,plat-res-int-priorities' property\n"); in xive_get_max_prio()
733 /* HW supports priorities in the range [0-7] and 0xFF is a in xive_get_max_prio()
755 pr_err("no valid priority found in 'ibm,plat-res-int-priorities'\n"); in xive_get_max_prio()
/openbmc/linux/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()

12345678910>>...13