Home
last modified time | relevance | path

Searched full:precedence (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DDHCPConfiguration.interface.yaml8 used and take precedence over any statically configured ones.
13 used by systemd-timesyncd and take precedence over any statically
24 used by systemd-resolved and take precedence over any statically
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c240 int precedence) in dpaa2_switch_acl_entry_set_precedence() argument
248 entry->cfg.precedence = precedence; in dpaa2_switch_acl_entry_set_precedence()
257 int index, i, precedence, err; in dpaa2_switch_acl_tbl_add_entry() local
265 precedence = DPAA2_ETHSW_PORT_MAX_ACL_ENTRIES - block->num_acl_rules - 1; in dpaa2_switch_acl_tbl_add_entry()
270 precedence); in dpaa2_switch_acl_tbl_add_entry()
274 precedence++; in dpaa2_switch_acl_tbl_add_entry()
278 entry->cfg.precedence = precedence; in dpaa2_switch_acl_tbl_add_entry()
331 int index, i, precedence, err; in dpaa2_switch_acl_tbl_remove_entry() local
346 precedence = entry->cfg.precedence; in dpaa2_switch_acl_tbl_remove_entry()
350 precedence); in dpaa2_switch_acl_tbl_remove_entry()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_utils.h24 /* osl multi-precedence packet queue */
26 #define PKTQ_MAX_PREC 16 /* Maximum precedence levels */
74 /* operations on a specific precedence in packet queue */
120 /* Empty the queue at particular precedence level */
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1142 # prec - Production precedence level
1156 def __init__(self,number,name,prod,precedence=('right',0),func=None,file='',line=0): argument
1164 self.prec = precedence
1343 self.Precedence = { } # Precedence rules for each terminal. Contains tuples of the
1346 self.UsedPrecedence = { } # Precedence rules that were actually used by the grammer.
1348 # a warning about unused precedence rules.
1362 # Sets the precedence for a given terminal. assoc is the associativity such as
1369 if term in self.Precedence:
1370 raise GrammarError("Precedence already specified for terminal '%s'" % term)
1373 self.Precedence[term] = (assoc,level)
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-expressions.tc45 test_hist_expr "Same precedence operators (+,-) evaluated left to right" "16-8+4+2" "14"
47 test_hist_expr "Same precedence operators (*,/) evaluated left to right" "4*3/2*2" "12"
/openbmc/linux/Documentation/kbuild/
H A Dkbuild.rst119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
126 Setting "M=..." takes precedence over KBUILD_EXTMOD.
134 Setting "O=..." takes precedence over KBUILD_OUTPUT.
143 Setting "W=..." takes precedence over KBUILD_EXTRA_WARN.
/openbmc/qemu/target/arm/tcg/
H A Dm-nocp.decode22 # should take precedence over UNDEF faults over the whole wide
58 # for the UNDEFs there that must take precedence over NOCP.)
/openbmc/linux/arch/x86/include/asm/xen/
H A Dinterface_64.h126 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */
127 uint16_t gs, _pad6[3]; /* Non-zero => takes precedence over gs_base_usr. */
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dutils.c43 * osl multiple-precedence packet queue
44 * hi_prec is always >= the number of the highest non-empty precedence
100 * precedence based dequeue with match function. Passing a NULL pointer
/openbmc/linux/include/uapi/linux/
H A Dicmp.h57 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
58 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_devlink.c25 * COL_SHR: sharing watermark per color (drop precedence) across all ports
145 * | per color (drop precedence level)
167 * | per color (drop precedence level)
189 * | per color (drop precedence level)
211 * | per color (drop precedence level)
249 * precedence 0. The user can still explicitly request reservations per port
275 * per color (drop precedence).
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dti,dp83867.yaml58 cell takes precedence over ti,max-output-impedance, which in
59 turn takes precedence over ti,min-output-impedance.
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)
92 In precedence order, they are:
169 Precedence is only determined using the ``SECCOMP_RET_ACTION`` mask. When
170 multiple filters return values of the same precedence, only the
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py93 # Simple lookup for operator precedence, used to avoid unnecessary
94 # brackets. Precedence matches that of the simple expression parser
95 # but differs from python where comparisons are lower precedence than
128 this/self operator has higher precedence. Consider: '(a + b) * c',
132 evaluated first. For 'a / (b * c)' (ie the same precedence level
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSpencer-8611 Beware that some of this code is subtly aware of the way operator precedence is structured in regul…
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/
H A Dinitramfs-live-install_1.0.bb18 # on the COMPATIBLE_HOST below, which needs to take precedence
H A Dinitramfs-live-install-efi_1.0.bb18 # on the COMPATIBLE_HOST below, which needs to take precedence
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt43 present, matching on it takes precedence over PCI IDs and PCI classes.
104 to specify the driver to use for the device. The device tree takes precedence
/openbmc/linux/Documentation/devicetree/bindings/counter/
H A Dinterrupt-counter.yaml18 take precedence for counting interrupts.
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dpedit.json1126 "name": "Add pedit action with LAYERED_OP ip set precedence",
1140 "cmdUnderTest": "$TC actions add action pedit munge ip precedence set 3 jump 2",
1176 "name": "Add pedit action with LAYERED_OP ip add precedence",
1190 "cmdUnderTest": "$TC actions add action pedit ex munge ip precedence add 0x1 pipe",
1226 "name": "Add pedit action with LAYERED_OP ip clear precedence",
1240 "cmdUnderTest": "$TC actions add action pedit munge ip precedence clear jump 2",
1276 "name": "Add pedit action with LAYERED_OP ip invert precedence",
1290 "cmdUnderTest": "$TC actions add action pedit munge ip precedence invert reclassify",
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst246 should be used every time spatch is spawned. The order of precedence for
273 If not using the kernel's coccicheck target, keep the above precedence
289 note that when there are conflicting options Coccinelle takes precedence for
291 given the order of precedence followed by Coccinelle, since the kernel now
/openbmc/u-boot/doc/
H A DREADME.coccinelle218 should be used every time spatch is spawned, the order of precedence for
245 If not using the kernel's coccicheck target, keep the above precedence
261 note that when there are conflicting options Coccinelle takes precedence for
263 given the order of precedence followed by Coccinelle, since the kernel now
H A DREADME.spear71 usage. Basically, environment has precedence over board specific storage. The
/openbmc/linux/rust/bindings/
H A Dlib.rs29 // Symbols defined within the module will take precedence to the glob import.
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Dzsh20 precedence.

12345678910>>...15