Searched refs:precedence (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c240 int precedence)
248 entry->cfg.precedence = precedence;
257 int index, i, precedence, err; local
265 precedence = DPAA2_ETHSW_PORT_MAX_ACL_ENTRIES - block->num_acl_rules - 1;
270 precedence);
274 precedence++;
278 entry->cfg.precedence = precedence;
331 int index, i, precedence, er local
238 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_acl_entry *entry, int precedence) argument
[all...]
H A Ddpsw.c1333 * If this API is used, it will take precedence over the FDB configuration.
1539 cmd_params->precedence = cpu_to_le32(cfg->precedence);
1573 cmd_params->precedence = cpu_to_le32(cfg->precedence);
H A Ddpsw.h742 * @precedence: Precedence inside ACL 0 is lowest; This priority can not change
749 int precedence; member in struct:dpsw_acl_entry_cfg
H A Ddpsw-cmd.h534 __le32 precedence; member in struct:dpsw_cmd_acl_entry
H A Ddpaa2-switch.c3138 acl_entry.cfg.precedence = 0;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1157 FIXTURE(precedence) {
1166 FIXTURE_SETUP(precedence)
1221 FIXTURE_TEARDOWN(precedence)
1232 TEST_F(precedence, allow_ok)
1258 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS)
1287 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS)
1314 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS)
1339 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS)
1364 TEST_F(precedence, errno_is_third)
1386 TEST_F(precedence, errno_is_third_in_any_orde
[all...]
/linux-master/scripts/
H A Dspdxcheck.py96 precedence = ( ('nonassoc', 'AND', 'OR'), ) variable in class:id_parser
/linux-master/net/sched/
H A Dsch_cake.c304 static const u8 precedence[] = { variable
2326 q->tin_index = precedence;
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1309 # Exceptions in order of precedence:
1538 # Exceptions in order of precedence:
1854 # Exceptions in order of precedence:
2095 # Exceptions in order of precedence:
2606 # Exceptions in order of precedence:
H A Dfpsp.S1310 # Exceptions in order of precedence:
1539 # Exceptions in order of precedence:
1855 # Exceptions in order of precedence:
2096 # Exceptions in order of precedence:
2607 # Exceptions in order of precedence:

Completed in 228 milliseconds