Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbasic.json4 "name": "Add basic filter with cmp ematch u8/link layer and default action",
7 "basic"
15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0xff gt 10)' classid 1:1",
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
18 "matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at 0 layer 0 mask 0xff gt 10\\)",
26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action",
29 "basic"
37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0xff trans gt 10)' classid 1:1",
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
40 "matchPattern": "^filter parent ffff: protocol ip pref 1 basic
[all...]
/linux/tools/perf/tests/shell/
H A Dannotate.sh2 # perf annotate basic tests
38 echo "Basic perf annotate test"
41 echo "Basic annotate [Failed: perf record]"
52 echo "Basic annotate [Failed: missing target symbol]"
60 echo "Basic annotate [Failed: missing disasm output from default disassembler]"
69 echo "Basic annotate [Failed: missing disasm output when specifying the target symbol]"
78 echo "Basic annotate [Failed: missing disasm output from non default disassembler (using --objdump)]"
82 echo "Basic annotate test [Success]"
H A Ddiff.sh56 echo "Basic two file diff test"
70 echo "Basic two file diff test [Failed diff]"
74 echo "Basic two file diff test [Success]"
78 echo "Basic three file diff test"
97 echo "Basic three file diff test [Failed diff]"
101 echo "Basic three file diff test [Success]"
H A Drecord_offcpu.sh40 echo "Basic off-cpu test"
44 echo "Basic off-cpu test [Failed record]"
50 echo "Basic off-cpu test [Failed no event]"
56 echo "Basic off-cpu test [Failed missing output]"
60 echo "Basic off-cpu test [Success]"
H A Drecord.sh50 echo "Basic --per-thread mode test"
92 echo "Basic --per-thread mode test [Success]"
120 echo "Basic --system-wide mode test"
145 echo "Basic --system-wide mode test [Success]"
149 echo "Basic target workload test"
175 echo "Basic target workload test [Success]"
233 echo "Basic leader sampling test"
256 echo "Basic leader sampling test [Success]"
H A Drecord_bpf_filter.sh42 echo "Basic bpf-filter test"
47 echo "Basic bpf-filter test [Failed record]"
55 echo "Basic bpf-filter test [Skipped unsupported kernel]"
59 echo "Basic bpf-filter test [Failed invalid output]"
63 echo "Basic bpf-filter test [Success]"
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c227 const u64 basic_keys = DISS_BIT(BASIC) | DISS_BIT(CONTROL) | in mlx5_tc_ct_valid_used_dissector_keys()
250 struct flow_match_basic basic; in mlx5_ct_fs_smfs_ct_validate_flow_rule() local
260 flow_rule_match_basic(flow_rule, &basic); in mlx5_ct_fs_smfs_ct_validate_flow_rule()
264 if (basic.key->ip_proto != IPPROTO_GRE) in mlx5_ct_fs_smfs_ct_validate_flow_rule()
266 if (basic.key->ip_proto == IPPROTO_TCP) in mlx5_ct_fs_smfs_ct_validate_flow_rule()
269 if (basic.mask->n_proto != htons(0xFFFF) || in mlx5_ct_fs_smfs_ct_validate_flow_rule()
270 (basic.key->n_proto != htons(ETH_P_IP) && basic.key->n_proto != htons(ETH_P_IPV6)) || in mlx5_ct_fs_smfs_ct_validate_flow_rule()
271 basic.mask->ip_proto != 0xFF || in mlx5_ct_fs_smfs_ct_validate_flow_rule()
272 (basic.key->ip_proto != IPPROTO_UDP && basic.key->ip_proto != IPPROTO_TCP && in mlx5_ct_fs_smfs_ct_validate_flow_rule()
273 basic.key->ip_proto != IPPROTO_GRE)) { in mlx5_ct_fs_smfs_ct_validate_flow_rule()
[all …]
/linux/tools/perf/util/
H A Ds390-cpumsf.c240 /* Display s390 CPU measurement facility basic-sampling data entry
247 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local
265 basic = &local; in s390_cpumsf_basic_show()
267 if (basic->def != 1) { in s390_cpumsf_basic_show()
268 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show()
271 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show()
274 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
275 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show()
276 basic in s390_cpumsf_basic_show()
376 struct hws_basic_entry *basic = (struct hws_basic_entry *)buf; s390_cpumsf_validate() local
437 struct hws_basic_entry *basic; s390_cpumsf_dump() local
504 s390_cpumsf_make_event(size_t pos,struct hws_basic_entry * basic,struct s390_cpumsf_queue * sfq) s390_cpumsf_make_event() argument
605 struct hws_basic_entry *basic; s390_cpumsf_samples() local
[all...]
H A Dannotate.h217 * struct cyc_hist - (CPU) cycle histogram for a basic block
220 * @cycles: Sum of cycles for the longest basic block.
224 * @cycles_spark: History of cycles for the longest basic block.
225 * @num: Number of samples for the longest basic block.
230 * If sample has branch_stack and cycles info, it can construct basic blocks
233 * accounted at the end address. If multiple basic blocks end at the same
308 * struct annotated_branch - basic block and IPC information for a symbol.
315 * @max_coverage: Maximum number of covered basic block (used for block-range).
322 * basic block ends at the given address.
323 * process_basic_block() calculates coverage of instructions (or basic block
[all...]
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c71 { XE_RTP_NAME("basic-1"),
75 { XE_RTP_NAME("basic-2"),
91 { XE_RTP_NAME("basic-1"),
95 { XE_RTP_NAME("basic-2"),
165 { XE_RTP_NAME("basic-1"),
169 { XE_RTP_NAME("basic-2"),
185 { XE_RTP_NAME("basic-1"),
189 { XE_RTP_NAME("basic-2"),
205 { XE_RTP_NAME("basic-1"),
209 { XE_RTP_NAME("basic-2"),
[all …]
/linux/kernel/configs/
H A Dhardening.config1 # Help: Basic kernel hardening options
3 # These are considered the basic kernel hardening, self-protection, and
11 # Basic kernel memory permission enforcement.
34 # Basic stack frame overflow protection.
38 # Basic buffer length bounds checking.
42 # Basic array index bounds checking.
/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh13 FUNC=basic # do basic tests by default
24 [-t <basic: Basic cpufreq testing
81 t) # --func_type (Function to perform: basic, suspend, hibernate,
82 # suspend_rtc, hibernate_rtc, modtest, sptest1/2/3/4 (default: basic))
115 "basic")
H A Dmodule.sh17 # Check basic insmod/rmmod
40 # Insert cpufreq driver module and perform basic tests
67 # run basic tests
95 # test basic module tests
153 # Insert cpufreq governor module and perform basic tests
166 # test basic module tests
/linux/drivers/clk/mediatek/
H A DKconfig27 This driver supports MediaTek MT2701 basic clocks.
83 This driver supports MediaTek MT2712 basic clocks.
170 This driver supports MediaTek MT6765 basic clocks.
256 This driver supports MediaTek MT6779 basic clocks.
313 This driver supports MediaTek MT6795 basic clocks and clocks
350 This driver supports MediaTek MT6797 basic clocks.
382 This driver supports MediaTek MT7622 basic clocks and clocks
412 This driver supports MediaTek MT7629 basic clocks and clocks
435 This driver supports MediaTek MT7981 basic clocks and clocks
452 This driver supports MediaTek MT7986 basic clocks and clocks
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am6528-iot2050-basic.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1
18 #include "k3-am6528-iot2050-basic-common.dtsi"
22 compatible = "siemens,iot2050-basic", "ti,am654";
23 model = "SIMATIC IOT2050 Basic";
H A Dk3-am6528-iot2050-basic-pg2.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2
18 #include "k3-am6528-iot2050-basic-common.dtsi"
24 compatible = "siemens,iot2050-basic-pg2", "ti,am654";
25 model = "SIMATIC IOT2050 Basic PG2";
/linux/Documentation/power/
H A Ddrivers-testing.rst21 testing the new driver. Please see Documentation/power/basic-pm-debugging.rst
31 (see: Documentation/power/basic-pm-debugging.rst, 1).
34 "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1).
43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are
48 (see: Documentation/power/basic-pm-debugging.rst, 2).
/linux/net/sched/
H A Dcls_flower.c58 struct flow_dissector_key_basic basic; member
336 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify()
343 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify()
830 if (key->basic.ip_proto != IPPROTO_ESP && in fl_set_key_spi()
831 key->basic.ip_proto != IPPROTO_AH) { in fl_set_key_spi()
1126 * because ETH_P_PPP_SES was stored in basic.n_proto in fl_set_key_pppoe()
1145 key->basic.n_proto = htons(ETH_P_IP); in fl_set_key_pppoe()
1146 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe()
1148 key->basic.n_proto = htons(ETH_P_IPV6); in fl_set_key_pppoe()
1149 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe()
[all …]
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c26 switch (keys->basic.ip_proto) { in enic_addfltr_5t()
165 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search()
166 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search()
182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer()
183 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer()
184 keys.basic.ip_proto != IPPROTO_UDP)) in enic_rx_flow_steer()
/linux/drivers/thunderbolt/
H A Dcap.c84 return header.basic.next; in tb_port_next_cap()
103 if (header.basic.cap == cap) in __tb_port_find_cap()
157 switch (header.basic.cap) { in tb_switch_next_cap()
159 ret = header.basic.next; in tb_switch_next_cap()
171 header.basic.cap, offset); in tb_switch_next_cap()
204 if (header.basic.cap == cap) in tb_switch_find_cap()
/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc170 - Basic flow:
178 - Basic flow:
186 - Basic flow:
194 - Basic flow:
203 - Basic flow:
215 - Basic flow:
228 - Basic flow:
265 - Basic flow:
287 - Basic flow:
/linux/Documentation/networking/devlink/
H A Ddevlink-eswitch-attr.rst58 * ``basic`` Enable encapsulation support.
69 $ devlink dev eswitch set pci/0000:08:00.0 inline-mode none encap-mode basic
73 pci/0000:08:00.0: mode switchdev inline-mode none encap-mode basic
76 $ devlink dev eswitch set pci/0000:08:00.0 mode legacy inline-mode none encap-mode basic
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-tgl-fails.txt9 core_auth@basic-auth,Timeout
17 gen7_exec_parse@basic-allocation,Timeout
23 i915_getparams_basic@basic-subslice-total,Timeout
55 prime_self_import@basic-with_one_bo,Timeout
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c203 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local
214 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config()
251 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config()
252 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config()
254 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config()
255 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config()
265 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config()
267 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config()
271 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
273 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
[all …]
/linux/sound/pci/ctxfi/
H A Dctamixer.h24 struct rsc rsc; /* Basic resource info */
34 struct rsc_mgr mgr; /* Basic resource manager info */
53 struct rsc rsc; /* Basic resource info */
79 struct rsc_mgr mgr; /* Basic resource manager info */

12345678910>>...72