/linux-5.10/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-5.10/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 …]
|
D | s390-cpumsf-kernel.h | 41 struct hws_basic_entry basic; /* Basic-sampling data entry */ member 52 unsigned int bsdes:16; /* 32-47: size of basic SDE */
|
/linux-5.10/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-5.10/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-5.10/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 MT6797 basic clocks. 300 This driver supports MediaTek MT7622 basic clocks and clocks 330 This driver supports MediaTek MT7629 basic clocks and clocks 361 This driver supports MediaTek MT8167 basic clocks. 424 This driver supports MediaTek MT8183 basic clocks.
|
/linux-5.10/arch/s390/include/asm/ |
D | cpu_mf.h | 60 unsigned int as:1; /* 14: basic-sampling authorization */ 63 unsigned int es:1; /* 22: basic-sampling enable control */ 66 unsigned int cs:1; /* 30: basic-sampling activation control */ 68 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ 86 unsigned int es:1; /* 54: basic-sampling enable control */ 89 unsigned int cs:1; /* 62: basic-sampling activation control */ 127 struct hws_basic_entry basic; /* Basic-sampling data entry */ member 138 unsigned int bsdes:16; /* 32-47: size of basic SDE */ 220 BASIC = 1, enumerator
|
/linux-5.10/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-5.10/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-5.10/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-5.10/net/sched/ |
D | cls_flower.c | 37 struct flow_dissector_key_basic basic; member 310 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 317 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 1471 fl_set_key_val(tb, &key->basic.n_proto, in fl_set_key() 1473 &mask->basic.n_proto, in fl_set_key() 1475 sizeof(key->basic.n_proto)); in fl_set_key() 1477 key->basic.n_proto = ethertype; in fl_set_key() 1478 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() 1482 key->basic.n_proto = ethertype; in fl_set_key() 1483 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() [all …]
|
/linux-5.10/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-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 208 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local 219 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config() 256 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config() 257 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config() 259 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config() 260 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config() 270 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config() 272 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config() 276 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() 278 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() [all …]
|
/linux-5.10/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-5.10/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-5.10/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:
|
D | ev6-stxcpy.S | 53 /* On entry to this basic block: 68 /* On entry to this basic block: 85 On entry to this basic block we have: 150 On entry to this basic block: 195 On entry to this basic block: 223 On entry to this basic block: 239 On entry to this basic block:
|
D | ev6-stxncpy.S | 61 /* On entry to this basic block: 81 /* On entry to this basic block: 108 On entry to this basic block we have: 192 On entry to this basic block: 241 On entry to this basic block: 270 On entry to this basic block: 292 On entry to this basic block: 315 On entry to this basic block:
|
/linux-5.10/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-5.10/drivers/net/phy/ |
D | smsc.c | 312 /* basic functions */ 331 /* basic functions */ 358 /* basic functions */ 384 /* basic functions */ 406 /* basic functions */ 433 /* basic functions */
|
/linux-5.10/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.
|
/linux-5.10/Documentation/arm/ |
D | cluster-pm-race-avoidance.rst | 10 needed. "Basic model" explains general concepts using a simplified view 45 Basic model 107 This means that CPUs fit the basic model closely. 132 the basic model. 183 from the basic model definition: CPU_UP does not mean that the 282 INBOUND_NOT_COMING_UP (corresponding to GOING_DOWN in the basic 284 COMING_UP in the basic model). The second path avoids cluster 287 CLUSTER_UP/INBOUND_COMING_UP is equivalent to UP in the basic
|
/linux-5.10/arch/x86/kvm/ |
D | cpuid.c | 1000 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics 1013 * - Basic: 0x00000000 - 0x3fffffff, 0x50000000 - 0x7fffffff 1029 struct kvm_cpuid_entry2 *basic, *class; in get_out_of_range_cpuid_entry() local 1032 basic = kvm_find_cpuid_entry(vcpu, 0, 0); in get_out_of_range_cpuid_entry() 1033 if (!basic) in get_out_of_range_cpuid_entry() 1036 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) || in get_out_of_range_cpuid_entry() 1037 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic->edx)) in get_out_of_range_cpuid_entry() 1052 * max basic entry, e.g. if the max basic leaf is 0xb but there is no in get_out_of_range_cpuid_entry() 1056 *fn_ptr = basic->eax; in get_out_of_range_cpuid_entry() 1060 * the effective CPUID entry is the max basic leaf. Note, the index of in get_out_of_range_cpuid_entry() [all …]
|