/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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. 419 This driver supports MediaTek MT8183 basic clocks. 504 This driver supports MediaTek MT8192 basic clocks.
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.h | 59 if (fk.basic.n_proto == htons(ETH_P_1588)) in mlx5e_use_ptpsq() 62 if (fk.basic.n_proto != htons(ETH_P_IP) && in mlx5e_use_ptpsq() 63 fk.basic.n_proto != htons(ETH_P_IPV6)) in mlx5e_use_ptpsq() 66 return (fk.basic.ip_proto == IPPROTO_UDP && in mlx5e_use_ptpsq()
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/net/sched/ |
D | cls_flower.c | 42 struct flow_dissector_key_basic basic; member 318 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 325 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 1529 fl_set_key_val(tb, &key->basic.n_proto, in fl_set_key() 1531 &mask->basic.n_proto, in fl_set_key() 1533 sizeof(key->basic.n_proto)); in fl_set_key() 1535 key->basic.n_proto = ethertype; in fl_set_key() 1536 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() 1540 key->basic.n_proto = ethertype; in fl_set_key() 1541 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 309 struct sta_rec_basic *basic; in mt76_connac_mcu_sta_basic_tlv() local 313 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_BASIC, sizeof(*basic)); in mt76_connac_mcu_sta_basic_tlv() 315 basic = (struct sta_rec_basic *)tlv; in mt76_connac_mcu_sta_basic_tlv() 316 basic->extra_info = cpu_to_le16(EXTRA_INFO_VER); in mt76_connac_mcu_sta_basic_tlv() 320 basic->extra_info |= cpu_to_le16(EXTRA_INFO_NEW); in mt76_connac_mcu_sta_basic_tlv() 321 basic->conn_state = CONN_STATE_PORT_SECURE; in mt76_connac_mcu_sta_basic_tlv() 323 basic->conn_state = CONN_STATE_DISCONNECT; in mt76_connac_mcu_sta_basic_tlv() 327 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_BC); in mt76_connac_mcu_sta_basic_tlv() 328 eth_broadcast_addr(basic->peer_addr); in mt76_connac_mcu_sta_basic_tlv() 339 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv() [all …]
|
/Linux-v5.15/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-v5.15/arch/arm64/boot/dts/ti/ |
D | k3-am6528-iot2050-basic.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant 18 compatible = "siemens,iot2050-basic", "ti,am654"; 19 model = "SIMATIC IOT2050 Basic";
|
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/power/ |
D | mediatek,power-controller.yaml | 77 for each power domain we need to group the clocks by name. BASIC 84 be specified by order, adding first the BASIC clocks followed by the 128 for each power domain we need to group the clocks by name. BASIC 135 be specified by order, adding first the BASIC clocks followed by the 179 for each power domain we need to group the clocks by name. BASIC 186 be specified by order, adding first the BASIC clocks followed by the
|
/Linux-v5.15/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-v5.15/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-v5.15/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.
|