Searched refs:basic (Results 26 - 50 of 102) sorted by relevance

12345

/linux-master/scripts/gcc-plugins/
H A DMakefile12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Denh_desc.c120 unsigned int rdes0 = le32_to_cpu(p->basic.des0);
403 return (le32_to_cpu(p->basic.des0) & RDES0_IPC_CSUM_ERROR) >> 7;
432 ep->basic.des2, ep->basic.des3);
/linux-master/arch/x86/kvm/
H A Dcpuid.c1496 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics
1525 struct kvm_cpuid_entry2 *basic, *class; local
1528 basic = kvm_find_cpuid_entry(vcpu, 0);
1529 if (!basic)
1532 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) ||
1533 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1828 struct wmi_link_stats_basic *basic)
1832 if (basic->per_average != 0xff)
1833 snprintf(per, sizeof(per), "%d%%", basic->per_average);
1843 basic->cid,
1844 WIL_EXTENDED_MCS_CHECK(basic->bf_mcs),
1845 le32_to_cpu(basic->tx_tpt),
1846 le32_to_cpu(basic->rx_goodput),
1847 le32_to_cpu(basic->tx_goodput),
1848 le32_to_cpu(basic->rx_bcast_frames),
1849 basic
1826 wil_link_stats_print_basic(struct wil6210_vif *vif, struct seq_file *s, struct wmi_link_stats_basic *basic) argument
[all...]
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h1082 switch (flow.basic.ip_proto) {
1084 if (flow.basic.n_proto == htons(ETH_P_IP))
1086 else if (flow.basic.n_proto == htons(ETH_P_IPV6))
1092 if (flow.basic.n_proto == htons(ETH_P_IP))
1094 else if (flow.basic.n_proto == htons(ETH_P_IPV6))
1103 if (flow.basic.n_proto == htons(ETH_P_IP))
1105 else if (flow.basic.n_proto == htons(ETH_P_IPV6))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c676 tuple->etype = fk->basic.n_proto;
677 tuple->ip_proto = fk->basic.ip_proto;
703 if (tuple->etype != fk->basic.n_proto)
744 if (fk.basic.n_proto != htons(ETH_P_IP) &&
745 fk.basic.n_proto != htons(ETH_P_IPV6))
751 arfs_t = arfs_get_table(arfs, fk.basic.ip_proto, fk.basic.n_proto);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh138 tc filter add dev $dev parent 10: basic \
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h60 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 */
129 struct hws_basic_entry basic; /* Basic-sampling data entry */ member in struct:hws_combined_entry
139 unsigned int bsdes:16; /* 32-47: size of basic SDE */
/linux-master/sound/pci/emu10k1/
H A Dp16v.c404 u32 basic = 0; local
425 basic |= (0x1<<channel);
429 /* dev_dbg(emu->card->dev, "basic=0x%x, inte=0x%x\n", basic, inte); */
434 snd_emu10k1_ptr20_write(emu, BASIC_INTERRUPT, 0, snd_emu10k1_ptr20_read(emu, BASIC_INTERRUPT, 0)| (basic));
437 snd_emu10k1_ptr20_write(emu, BASIC_INTERRUPT, 0, snd_emu10k1_ptr20_read(emu, BASIC_INTERRUPT, 0) & ~(basic));
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c318 ip_proto = fk->basic.ip_proto;
320 if (fk->basic.n_proto == htons(ETH_P_IP)) {
422 n_proto = fk.basic.n_proto;
426 ip_proto = fk.basic.ip_proto;
/linux-master/drivers/thunderbolt/
H A Ddebugfs.c1161 switch (header.basic.cap) {
1195 cap, header.basic.cap);
1223 cap, header.basic.cap);
1227 cap_show(s, NULL, port, cap, header.basic.cap, vsec_id, length);
1301 if (header.basic.cap == TB_SWITCH_CAP_VSE) {
1316 if (header.basic.cap == TB_SWITCH_CAP_TMU) {
1320 cap, header.basic.cap);
1325 cap_show(s, sw, NULL, cap, header.basic.cap, vsec_id, length);
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c53 * numbers apply to the basic-sampling function only.
433 * 1. The sampling size is 32 bytes for basic sampling. This size
708 * Obtain the PID from the basic-sampling data entry and
866 /* Always enable basic sampling */
913 * handler to extract and resolve the PIDs from the basic-sampling
1112 struct hws_basic_entry *basic)
1132 psw_bits(regs.psw).ia = basic->ia;
1133 psw_bits(regs.psw).dat = basic->T;
1134 psw_bits(regs.psw).wait = basic->W;
1135 psw_bits(regs.psw).pstate = basic
1111 perf_push_sample(struct perf_event *event, struct hws_basic_entry *basic) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c246 struct flow_match_basic basic = { NULL, NULL}; local
414 flow_rule_match_basic(rule, &basic);
416 if (basic.mask && basic.mask->n_proto) {
418 switch (basic.key->n_proto) {
457 if (basic.mask && basic.mask->ip_proto) {
458 switch (basic.key->ip_proto) {
501 if (!basic.key) {
508 switch (basic
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Drx.c857 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6))
869 spec.ether_type = fk.basic.n_proto;
870 spec.ip_proto = fk.basic.ip_proto;
872 if (fk.basic.n_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c972 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
989 req->spec.ether_type = fk.basic.n_proto;
990 req->spec.ip_proto = fk.basic.ip_proto;
992 if (fk.basic.n_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c978 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
995 req->spec.ether_type = fk.basic.n_proto;
996 req->spec.ip_proto = fk.basic.ip_proto;
998 if (fk.basic.n_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c232 struct flow_match_basic basic; local
234 flow_rule_match_basic(rule, &basic);
237 tuple->n_proto = basic.key->n_proto;
238 tuple->ip_proto = basic.key->ip_proto;
1368 if (flow_keys.basic.ip_proto != IPPROTO_TCP &&
1369 flow_keys.basic.ip_proto != IPPROTO_UDP &&
1370 flow_keys.basic.ip_proto != IPPROTO_GRE)
1373 if (flow_keys.basic.ip_proto == IPPROTO_TCP ||
1374 flow_keys.basic.ip_proto == IPPROTO_UDP) {
1378 tuple->n_proto = flow_keys.basic
[all...]
/linux-master/net/netfilter/
H A Dnf_flow_table_offload.c101 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_BASIC, basic);
148 key->basic.n_proto = htons(ETH_P_IP);
156 key->basic.n_proto = htons(ETH_P_IPV6);
167 mask->basic.n_proto = 0xffff;
182 key->basic.ip_proto = tuple->l4proto;
183 mask->basic.ip_proto = 0xff;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1135 if (fkeys->basic.n_proto == htons(ETH_P_IP)) {
1136 if (fkeys->basic.ip_proto == IPPROTO_ICMP ||
1137 fkeys->basic.ip_proto == IPPROTO_RAW) {
1140 if (fkeys->basic.ip_proto == IPPROTO_ICMP)
1145 } else if (fkeys->basic.ip_proto == IPPROTO_TCP) {
1147 } else if (fkeys->basic.ip_proto == IPPROTO_UDP) {
1165 if (fkeys->basic.ip_proto == IPPROTO_ICMPV6 ||
1166 fkeys->basic.ip_proto == IPPROTO_RAW) {
1168 if (fkeys->basic.ip_proto == IPPROTO_ICMPV6)
1173 } else if (fkeys->basic
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h47 u64 basic; member in struct:nested_vmx_msrs
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh14 source $SCRIPTDIR/basic.sh
151 basic: Basic testing,
173 c) # --func_type (Function to perform: basic, tbench, gitsource (default: all))
335 "basic")
/linux-master/include/linux/
H A Dvirtio_net.h143 keys.basic.ip_proto != ip_proto)
/linux-master/include/uapi/linux/
H A Dublk_cmd.h394 struct ublk_param_basic basic; member in struct:ublk_params
/linux-master/net/core/
H A Dflow_dissector.c66 /* Ensure that the dissector always includes control and basic key.
1088 /* It is ensured by skb_flow_dissector_init() that basic key will
1824 data->n_proto = flow->basic.n_proto;
1825 data->ip_proto = flow->basic.ip_proto;
1889 switch (keys->basic.ip_proto) {
1963 keys->basic.ip_proto = fl6->flowi6_proto;
1976 .offset = offsetof(struct flow_keys, basic),
2015 .offset = offsetof(struct flow_keys, basic),
2038 .offset = offsetof(struct flow_keys, basic),
/linux-master/net/mac80211/
H A Dibss.c113 u8 basic = 0; local
118 basic = 0x80;
119 *pos++ = basic | (u8) rate;
156 u8 basic = 0; local
161 basic = 0x80;
162 *pos++ = basic | (u8) rate;

Completed in 313 milliseconds

12345