Home
last modified time | relevance | path

Searched full:lookup (Results 1 – 25 of 3851) sorted by relevance

12345678910>>...155

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwell/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state",
7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state",
34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state",
43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state",
7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state",
34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state",
43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_debugfs.c34 return "no lookup"; in sparx5_vcap_is0_etype_str()
58 return "no lookup"; in sparx5_vcap_is0_mpls_str()
70 return "no lookup"; in sparx5_vcap_is0_mlbs_str()
81 int lookup; in sparx5_vcap_is0_port_keys() local
86 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is0_port_keys()
87 out->prf(out->dst, "\n Lookup %d: ", lookup); in sparx5_vcap_is0_port_keys()
89 /* Get lookup state */ in sparx5_vcap_is0_port_keys()
91 ANA_CL_ADV_CL_CFG(port->portno, lookup)); in sparx5_vcap_is0_port_keys()
124 int lookup; in sparx5_vcap_is2_port_keys() local
129 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_keys()
[all …]
Dsparx5_vcap_impl.h19 #define SPARX5_VCAP_CID_IS0_L0 VCAP_CID_INGRESS_L0 /* IS0/CLM lookup 0 */
20 #define SPARX5_VCAP_CID_IS0_L1 VCAP_CID_INGRESS_L1 /* IS0/CLM lookup 1 */
21 #define SPARX5_VCAP_CID_IS0_L2 VCAP_CID_INGRESS_L2 /* IS0/CLM lookup 2 */
22 #define SPARX5_VCAP_CID_IS0_L3 VCAP_CID_INGRESS_L3 /* IS0/CLM lookup 3 */
23 #define SPARX5_VCAP_CID_IS0_L4 VCAP_CID_INGRESS_L4 /* IS0/CLM lookup 4 */
24 #define SPARX5_VCAP_CID_IS0_L5 VCAP_CID_INGRESS_L5 /* IS0/CLM lookup 5 */
28 #define SPARX5_VCAP_CID_IS2_L0 VCAP_CID_INGRESS_STAGE2_L0 /* IS2 lookup 0 */
29 #define SPARX5_VCAP_CID_IS2_L1 VCAP_CID_INGRESS_STAGE2_L1 /* IS2 lookup 1 */
30 #define SPARX5_VCAP_CID_IS2_L2 VCAP_CID_INGRESS_STAGE2_L2 /* IS2 lookup 2 */
31 #define SPARX5_VCAP_CID_IS2_L3 VCAP_CID_INGRESS_STAGE2_L3 /* IS2 lookup 3 */
[all …]
Dsparx5_vcap_impl.c281 /* Check if this is the first lookup of IS0 */
292 /* Check if this is the first lookup of IS2 */
360 /* Convert IS0 chain id to vcap lookup id */
363 int lookup = 0; in sparx5_vcap_is0_cid_to_lookup() local
366 lookup = 1; in sparx5_vcap_is0_cid_to_lookup()
368 lookup = 2; in sparx5_vcap_is0_cid_to_lookup()
370 lookup = 3; in sparx5_vcap_is0_cid_to_lookup()
372 lookup = 4; in sparx5_vcap_is0_cid_to_lookup()
374 lookup = 5; in sparx5_vcap_is0_cid_to_lookup()
376 return lookup; in sparx5_vcap_is0_cid_to_lookup()
[all …]
/kernel/linux/linux-5.10/drivers/i2c/
Di2c-core-acpi.c74 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
75 struct i2c_board_info *info = lookup->info; in i2c_acpi_fill_info()
82 if (lookup->index != -1 && lookup->n++ != lookup->index) in i2c_acpi_fill_info()
85 status = acpi_get_handle(lookup->device_handle, in i2c_acpi_fill_info()
87 &lookup->adapter_handle); in i2c_acpi_fill_info()
92 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
109 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup() argument
111 struct i2c_board_info *info = lookup->info; in i2c_acpi_do_lookup()
122 lookup->device_handle = acpi_device_handle(adev); in i2c_acpi_do_lookup()
127 i2c_acpi_fill_info, lookup); in i2c_acpi_do_lookup()
[all …]
/kernel/linux/linux-6.6/drivers/i2c/
Di2c-core-acpi.c106 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
107 struct i2c_board_info *info = lookup->info; in i2c_acpi_fill_info()
114 if (lookup->index != -1 && lookup->n++ != lookup->index) in i2c_acpi_fill_info()
117 status = acpi_get_handle(lookup->device_handle, in i2c_acpi_fill_info()
119 &lookup->adapter_handle); in i2c_acpi_fill_info()
124 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
146 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup() argument
148 struct i2c_board_info *info = lookup->info; in i2c_acpi_do_lookup()
162 lookup->device_handle = acpi_device_handle(adev); in i2c_acpi_do_lookup()
167 i2c_acpi_fill_info, lookup); in i2c_acpi_do_lookup()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/
Duncore.json115 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state.",
116 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
127 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state.",
128 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
139 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
140 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in M-state…
151 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
152 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
163 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
164 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/ocelot/
Dtc_flower_chains.sh37 # Helpers to map a VCAP IS1 and VCAP IS2 lookup and policy to a chain number
39 # VCAP IS1 lookup 0: 10000
40 # VCAP IS1 lookup 1: 11000
41 # VCAP IS1 lookup 2: 12000
42 # VCAP IS2 lookup 0 policy 0: 20000
43 # VCAP IS2 lookup 0 policy 1: 20001
44 # VCAP IS2 lookup 0 policy 255: 20255
45 # VCAP IS2 lookup 1 policy 0: 21000
46 # VCAP IS2 lookup 1 policy 1: 21001
47 # VCAP IS2 lookup 1 policy 255: 21255
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/
Dtc_flower_chains.sh19 # Helpers to map a VCAP IS1 and VCAP IS2 lookup and policy to a chain number
21 # VCAP IS1 lookup 0: 10000
22 # VCAP IS1 lookup 1: 11000
23 # VCAP IS1 lookup 2: 12000
24 # VCAP IS2 lookup 0 policy 0: 20000
25 # VCAP IS2 lookup 0 policy 1: 20001
26 # VCAP IS2 lookup 0 policy 255: 20255
27 # VCAP IS2 lookup 1 policy 0: 21000
28 # VCAP IS2 lookup 1 policy 1: 21001
29 # VCAP IS2 lookup 1 policy 255: 21255
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
Dtables_nphy.h85 #define B43_NTAB_FRAMELT B43_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
95 #define B43_NTAB_PILOTLT B43_NTAB32(0x14, 0x000) /* Pilot Lookup Table */
117 #define B43_NTAB_C0_ESTPLT B43_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */
119 #define B43_NTAB_C0_ADJPLT B43_NTAB8 (0x1A, 0x040) /* Adjust Power Lookup Table Core 0 */
121 #define B43_NTAB_C0_GAINCTL B43_NTAB32(0x1A, 0x0C0) /* Gain Control Lookup Table Core 0 */
123 #define B43_NTAB_C0_IQLT B43_NTAB32(0x1A, 0x140) /* IQ Lookup Table Core 0 */
125 #define B43_NTAB_C0_LOFEEDTH B43_NTAB16(0x1A, 0x1C0) /* Local Oscillator Feed Through Lookup Table…
127 #define B43_NTAB_C1_ESTPLT B43_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */
129 #define B43_NTAB_C1_ADJPLT B43_NTAB8 (0x1B, 0x040) /* Adjust Power Lookup Table Core 1 */
131 #define B43_NTAB_C1_GAINCTL B43_NTAB32(0x1B, 0x0C0) /* Gain Control Lookup Table Core 1 */
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dtables_nphy.h85 #define B43_NTAB_FRAMELT B43_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
95 #define B43_NTAB_PILOTLT B43_NTAB32(0x14, 0x000) /* Pilot Lookup Table */
117 #define B43_NTAB_C0_ESTPLT B43_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */
119 #define B43_NTAB_C0_ADJPLT B43_NTAB8 (0x1A, 0x040) /* Adjust Power Lookup Table Core 0 */
121 #define B43_NTAB_C0_GAINCTL B43_NTAB32(0x1A, 0x0C0) /* Gain Control Lookup Table Core 0 */
123 #define B43_NTAB_C0_IQLT B43_NTAB32(0x1A, 0x140) /* IQ Lookup Table Core 0 */
125 #define B43_NTAB_C0_LOFEEDTH B43_NTAB16(0x1A, 0x1C0) /* Local Oscillator Feed Through Lookup Table…
127 #define B43_NTAB_C1_ESTPLT B43_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */
129 #define B43_NTAB_C1_ADJPLT B43_NTAB8 (0x1B, 0x040) /* Adjust Power Lookup Table Core 1 */
131 #define B43_NTAB_C1_GAINCTL B43_NTAB32(0x1B, 0x0C0) /* Gain Control Lookup Table Core 1 */
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswell/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-5.10/net/qrtr/
Dns.c38 [QRTR_TYPE_NEW_LOOKUP] = "new-lookup",
39 [QRTR_TYPE_DEL_LOOKUP] = "del-lookup",
190 pr_err("failed to send lookup notification\n"); in lookup_notify()
278 struct qrtr_lookup *lookup; in server_del() local
294 lookup = container_of(li, struct qrtr_lookup, li); in server_del()
295 if (lookup->service && lookup->service != srv->service) in server_del()
297 if (lookup->instance && lookup->instance != srv->instance) in server_del()
300 lookup_notify(&lookup->sq, srv, false); in server_del()
426 struct qrtr_lookup *lookup; in ctrl_cmd_del_client() local
451 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_del_client()
[all …]
/kernel/linux/linux-6.6/net/qrtr/
Dns.c39 [QRTR_TYPE_NEW_LOOKUP] = "new-lookup",
40 [QRTR_TYPE_DEL_LOOKUP] = "del-lookup",
192 pr_err("failed to send lookup notification\n"); in lookup_notify()
266 struct qrtr_lookup *lookup; in server_del() local
282 lookup = container_of(li, struct qrtr_lookup, li); in server_del()
283 if (lookup->service && lookup->service != srv->service) in server_del()
285 if (lookup->instance && lookup->instance != srv->instance) in server_del()
288 lookup_notify(&lookup->sq, srv, false); in server_del()
384 struct qrtr_lookup *lookup; in ctrl_cmd_del_client() local
409 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_del_client()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Duncore.json55 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
80 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
91 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
103 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
104 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Duncore.json55 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
80 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
91 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
103 "BriefDescription": "L3 Lookup read request that access cache and found line in any MESI-state",
104 … "PublicDescription": "L3 Lookup read request that access cache and found line in any MESI-state.",
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
Dvcap_api.h16 #define VCAP_CID_LOOKUP_SIZE 100000 /* Chains in a lookup */
17 #define VCAP_CID_INGRESS_L0 1000000 /* Ingress Stage 1 Lookup 0 */
18 #define VCAP_CID_INGRESS_L1 1100000 /* Ingress Stage 1 Lookup 1 */
19 #define VCAP_CID_INGRESS_L2 1200000 /* Ingress Stage 1 Lookup 2 */
20 #define VCAP_CID_INGRESS_L3 1300000 /* Ingress Stage 1 Lookup 3 */
21 #define VCAP_CID_INGRESS_L4 1400000 /* Ingress Stage 1 Lookup 4 */
22 #define VCAP_CID_INGRESS_L5 1500000 /* Ingress Stage 1 Lookup 5 */
27 #define VCAP_CID_INGRESS_STAGE2_L0 8000000 /* Ingress Stage 2 Lookup 0 */
28 #define VCAP_CID_INGRESS_STAGE2_L1 8100000 /* Ingress Stage 2 Lookup 1 */
29 #define VCAP_CID_INGRESS_STAGE2_L2 8200000 /* Ingress Stage 2 Lookup 2 */
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-acpi.c644 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local
649 if (!lookup->desc) { in acpi_populate_gpio_lookup()
655 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint) in acpi_populate_gpio_lookup()
656 lookup->index++; in acpi_populate_gpio_lookup()
658 if (lookup->n++ != lookup->index) in acpi_populate_gpio_lookup()
661 pin_index = lookup->pin_index; in acpi_populate_gpio_lookup()
665 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER) in acpi_populate_gpio_lookup()
670 lookup->desc = desc; in acpi_populate_gpio_lookup()
671 lookup->info.pin_config = agpio->pin_config; in acpi_populate_gpio_lookup()
672 lookup->info.gpioint = gpioint; in acpi_populate_gpio_lookup()
[all …]
/kernel/linux/linux-6.6/Documentation/filesystems/
Dpath-lookup.txt1 Path walking and name lookup locking
9 path string. Then repeating the lookup from the child dentry and finding its
16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then
53 parent for the next lookup.
58 Turning the child into a parent for the next lookup requires more checks and
72 - lookup and create missing parts of the path on demand.
77 Dcache name lookup
79 In order to lookup a dcache (parent, name) tuple, we take a hash on the tuple
115 lookup of the old list veering off into the new (incorrect) list and missing
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Dpath-lookup.txt1 Path walking and name lookup locking
9 path string. Then repeating the lookup from the child dentry and finding its
16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then
53 parent for the next lookup.
58 Turning the child into a parent for the next lookup requires more checks and
72 - lookup and create missing parts of the path on demand.
77 Dcache name lookup
79 In order to lookup a dcache (parent, name) tuple, we take a hash on the tuple
115 lookup of the old list veering off into the new (incorrect) list and missing
[all …]
/kernel/linux/linux-6.6/drivers/gpio/
Dgpiolib-acpi.c773 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local
778 if (!lookup->desc) { in acpi_populate_gpio_lookup()
784 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint) in acpi_populate_gpio_lookup()
785 lookup->index++; in acpi_populate_gpio_lookup()
787 if (lookup->n++ != lookup->index) in acpi_populate_gpio_lookup()
790 pin_index = lookup->pin_index; in acpi_populate_gpio_lookup()
794 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER) in acpi_populate_gpio_lookup()
799 lookup->desc = desc; in acpi_populate_gpio_lookup()
800 lookup->info.pin_config = agpio->pin_config; in acpi_populate_gpio_lookup()
801 lookup->info.debounce = agpio->debounce_timeout; in acpi_populate_gpio_lookup()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_flower.c11 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number
19 #define VCAP_IS1_CHAIN(lookup) \ argument
20 (1 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP)
21 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
22 (2 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP + (pag))
26 int lookup, pag; in ocelot_chain_to_block() local
40 for (lookup = 0; lookup < VCAP_IS1_NUM_LOOKUPS; lookup++) in ocelot_chain_to_block()
41 if (chain == VCAP_IS1_CHAIN(lookup)) in ocelot_chain_to_block()
44 for (lookup = 0; lookup < VCAP_IS2_NUM_LOOKUPS; lookup++) in ocelot_chain_to_block()
46 if (chain == VCAP_IS2_CHAIN(lookup, pag)) in ocelot_chain_to_block()
[all …]

12345678910>>...155