/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | basic.json | 4 "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 'cm… 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… 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 'cm… 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.*handle 0x1 flowid 1:1.*cmp\\(u8 at… [all …]
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs_smfs.c | 227 const u32 basic_keys = DISS_BIT(BASIC) | DISS_BIT(CONTROL) | DISS_BIT(META); in mlx5_tc_ct_valid_used_dissector_keys() 245 struct flow_match_basic basic; in mlx5_ct_fs_smfs_ct_validate_flow_rule() local 255 flow_rule_match_basic(flow_rule, &basic); in mlx5_ct_fs_smfs_ct_validate_flow_rule() 259 if (basic.key->ip_proto != IPPROTO_GRE) in mlx5_ct_fs_smfs_ct_validate_flow_rule() 261 if (basic.key->ip_proto == IPPROTO_TCP) in mlx5_ct_fs_smfs_ct_validate_flow_rule() 264 if (basic.mask->n_proto != htons(0xFFFF) || in mlx5_ct_fs_smfs_ct_validate_flow_rule() 265 (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() 266 basic.mask->ip_proto != 0xFF || in mlx5_ct_fs_smfs_ct_validate_flow_rule() 267 (basic.key->ip_proto != IPPROTO_UDP && basic.key->ip_proto != IPPROTO_TCP && in mlx5_ct_fs_smfs_ct_validate_flow_rule() 268 basic.key->ip_proto != IPPROTO_GRE)) { in mlx5_ct_fs_smfs_ct_validate_flow_rule() [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | s390-cpumsf.c | 239 /* Display s390 CPU measurement facility basic-sampling data entry 246 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local 264 basic = &local; in s390_cpumsf_basic_show() 266 if (basic->def != 1) { in s390_cpumsf_basic_show() 267 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show() 270 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show() 273 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 274 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show() 275 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show() 276 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show() [all …]
|
/Linux-v6.1/tools/testing/selftests/cpufreq/ |
D | main.sh | 10 FUNC=basic # do basic tests by default 24 [-t <basic: Basic cpufreq testing 79 …t) # --func_type (Function to perform: basic, suspend, hibernate, modtest, sptest1/2/3/4 (default:… 113 "basic")
|
D | module.sh | 17 # Check basic insmod/rmmod 42 # Insert cpufreq driver module and perform basic tests 69 # run basic tests 97 # test basic module tests 155 # Insert cpufreq governor module and perform basic tests 168 # test basic module tests
|
/Linux-v6.1/drivers/clk/mediatek/ |
D | Kconfig | 20 This driver supports MediaTek MT2701 basic clocks. 76 This driver supports MediaTek MT2712 basic clocks. 126 This driver supports MediaTek MT6765 basic clocks. 212 This driver supports MediaTek MT6779 basic clocks. 268 This driver supports MediaTek MT6795 basic clocks and clocks 305 This driver supports MediaTek MT6797 basic clocks. 337 This driver supports MediaTek MT7622 basic clocks and clocks 367 This driver supports MediaTek MT7629 basic clocks and clocks 390 This driver supports MediaTek MT7986 basic clocks and clocks 415 This driver supports MediaTek MT8167 basic clocks. [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-am6528-iot2050-basic-pg2.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2 18 #include "k3-am6528-iot2050-basic-common.dtsi" 22 compatible = "siemens,iot2050-basic-pg2", "ti,am654"; 23 model = "SIMATIC IOT2050 Basic PG2";
|
D | k3-am6528-iot2050-basic.dts | 9 * 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";
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | record_offcpu.sh | 40 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]"
|
/Linux-v6.1/Documentation/power/ |
D | drivers-testing.rst | 21 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-v6.1/arch/s390/include/asm/ |
D | cpu_mf.h | 61 unsigned int as:1; /* 14: basic-sampling authorization */ 64 unsigned int es:1; /* 22: basic-sampling enable control */ 67 unsigned int cs:1; /* 30: basic-sampling activation control */ 69 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ 87 unsigned int es:1; /* 54: basic-sampling enable control */ 90 unsigned int cs:1; /* 62: basic-sampling activation control */ 130 struct hws_basic_entry basic; /* Basic-sampling data entry */ member 141 unsigned int bsdes:16; /* 32-47: size of basic SDE */ 223 BASIC = 1, enumerator
|
/Linux-v6.1/net/sched/ |
D | cls_flower.c | 45 struct flow_dissector_key_basic basic; member 319 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 326 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 1051 * because ETH_P_PPP_SES was stored in basic.n_proto in fl_set_key_pppoe() 1070 key->basic.n_proto = htons(ETH_P_IP); in fl_set_key_pppoe() 1071 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe() 1073 key->basic.n_proto = htons(ETH_P_IPV6); in fl_set_key_pppoe() 1074 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe() 1076 key->basic.n_proto = htons(ETH_P_MPLS_UC); in fl_set_key_pppoe() 1077 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe() [all …]
|
/Linux-v6.1/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 26 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-v6.1/drivers/thunderbolt/ |
D | cap.c | 84 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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.h | 61 if (fk.basic.n_proto == htons(ETH_P_1588)) in mlx5e_use_ptpsq() 64 if (fk.basic.n_proto != htons(ETH_P_IP) && in mlx5e_use_ptpsq() 65 fk.basic.n_proto != htons(ETH_P_IPV6)) in mlx5e_use_ptpsq() 68 return (fk.basic.ip_proto == IPPROTO_UDP && in mlx5e_use_ptpsq()
|
/Linux-v6.1/arch/m68k/ifpsp060/ |
D | fpsp.doc | 170 - 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-v6.1/sound/pci/ctxfi/ |
D | ctamixer.h | 24 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 */
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 203 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-v6.1/drivers/net/team/ |
D | Kconfig | 22 Basic mode where packets are transmitted always by all suitable ports. 33 Basic mode where port used for transmitting packets is selected in 45 Basic mode where port used for transmitting packets is selected
|
/Linux-v6.1/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1252 * ATSC/QAM and basic analog, IR Blast */ in hauppauge_eeprom() 1255 * DVB-T and basic analog, IR Blast */ in hauppauge_eeprom() 1258 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1261 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() 1264 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1267 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() 1270 * ATSC/QAM and basic analog, IR Blast */ in hauppauge_eeprom() 1273 * DVB-T and basic analog, IR Blast */ in hauppauge_eeprom() 1276 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1279 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() [all …]
|
/Linux-v6.1/arch/alpha/lib/ |
D | stxcpy.S | 42 /* On entry to this basic block: 56 /* On entry to this basic block: 69 On entry to this basic block we have: 127 On entry to this basic block: 171 On entry to this basic block: 195 On entry to this basic block: 212 On entry to this basic block:
|
D | stxncpy.S | 50 /* On entry to this basic block: 65 /* On entry to this basic block: 81 On entry to this basic block we have: 153 On entry to this basic block: 199 On entry to this basic block: 226 On entry to this basic block: 248 On entry to this basic block: 269 On entry to this basic block:
|
/Linux-v6.1/net/core/ |
D | gen_stats.c | 243 * gnet_stats_copy_basic - copy basic statistics into statistic TLV 246 * @b: basic statistics 248 * internal values might change during basic reads. 253 * Appends the basic statistics to the top level TLV created by 270 * gnet_stats_copy_basic_hw - copy basic hw statistics into statistic TLV 273 * @b: basic statistics 275 * internal values might change during basic reads. 280 * Appends the basic statistics to the top level TLV created by
|
/Linux-v6.1/drivers/rapidio/ |
D | Kconfig | 72 If unsure, select Basic built-in. 75 tristate "Basic" 77 This option includes basic RapidIO fabric enumeration and discovery
|
/Linux-v6.1/include/uapi/scsi/fc/ |
D | fc_fs.h | 81 * Basic Link Services fh_r_ctl values. 83 FC_RCTL_BA_NOP = 0x80, /* basic link service NOP */ 84 FC_RCTL_BA_ABTS = 0x81, /* basic link service abort */ 86 FC_RCTL_BA_ACC = 0x84, /* basic accept */ 87 FC_RCTL_BA_RJT = 0x85, /* basic reject */ 175 FC_TYPE_BLS = 0x00, /* basic link service */ 248 * BA_RJT: Basic Reject payload.
|