Searched refs:basic (Results 1 - 25 of 101) sorted by path

12345

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
55 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c26 switch (keys->basic.ip_proto) {
165 tpos->keys.basic.ip_proto == k->basic.ip_proto &&
166 tpos->keys.basic.n_proto == k->basic.n_proto)
182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) ||
183 (keys.basic.ip_proto != IPPROTO_TCP &&
184 keys.basic.ip_proto != IPPROTO_UDP))
H A Denic_ethtool.c421 switch (n->keys.basic.ip_proto) {
/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h41 struct hws_basic_entry basic; /* Basic-sampling data entry */ member in struct:hws_combined_entry
52 unsigned int bsdes:16; /* 32-47: size of basic SDE */
/linux-master/
H A DMakefile74 # $(Q)$(MAKE) $(build)=scripts/basic
621 # Basic helpers built in scripts/basic/
624 $(Q)$(MAKE) $(build)=scripts/basic
/linux-master/arch/arm/boot/dts/nxp/imx/
H A DMakefile119 imx6dl-rex-basic.dtb \
300 imx6sx-udoo-neo-basic.dtb \
/linux-master/arch/arm/kernel/
H A Dentry-header.S149 @ write basic exception frame
/linux-master/arch/arm64/boot/dts/ti/
H A DMakefile62 dtb-$(CONFIG_ARCH_K3) += k3-am6528-iot2050-basic.dtb
63 dtb-$(CONFIG_ARCH_K3) += k3-am6528-iot2050-basic-pg2.dtb
/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/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/arch/x86/events/intel/
H A Dds.c1461 * No LBR entry, no basic block, no rewinding
1474 * the basic block is larger than 1 page (sanity)
1531 * Even though we decoded the basic block, the instruction stream
1799 struct pebs_basic *basic = __pebs; local
1800 void *next_record = basic + 1;
1807 if (basic == NULL)
1814 format_size = basic->format_size;
1818 setup_pebs_time(event, data, basic->tsc);
1830 /* The ip in basic is EventingIP */
1831 set_linear_ip(regs, basic
[all...]
/linux-master/arch/x86/kvm/
H A Dcpuid.c1475 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics
1504 struct kvm_cpuid_entry2 *basic, *class; local
1507 basic = kvm_find_cpuid_entry(vcpu, 0);
1508 if (!basic)
1511 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) ||
1512 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h47 u64 basic; member in struct:nested_vmx_msrs
H A Dnested.c1236 u64 vmx_basic = vmcs_config.nested.basic;
1255 vmx->nested.msrs.basic = data;
1462 *pdata = msrs->basic;
3435 .basic = EXIT_REASON_INVALID_STATE,
3503 exit_reason.basic = EXIT_REASON_INVALID_STATE;
3512 exit_reason.basic = EXIT_REASON_INVALID_STATE;
3522 exit_reason.basic = EXIT_REASON_MSR_LOAD_FAIL;
6036 if (exit_reason.basic == EXIT_REASON_MSR_WRITE)
6193 switch ((u16)exit_reason.basic) {
6272 switch ((u16)exit_reason.basic) {
[all...]
H A Dvmx.c1688 exit_reason.basic != EXIT_REASON_EPT_MISCONFIG) {
6457 if (exit_reason.basic == EXIT_REASON_PML_FULL)
6523 (exit_reason.basic != EXIT_REASON_EXCEPTION_NMI &&
6524 exit_reason.basic != EXIT_REASON_EPT_VIOLATION &&
6525 exit_reason.basic != EXIT_REASON_PML_FULL &&
6526 exit_reason.basic != EXIT_REASON_APIC_ACCESS &&
6527 exit_reason.basic != EXIT_REASON_TASK_SWITCH &&
6528 exit_reason.basic != EXIT_REASON_NOTIFY)) {
6536 if (exit_reason.basic == EXIT_REASON_EPT_MISCONFIG) {
6567 if (exit_reason.basic >
[all...]
H A Dvmx.h76 u32 basic : 16; member in struct:vmx_exit_reason::__anon44
/linux-master/drivers/block/
H A Dublk_drv.c6 * ublk userspace daemon(ublksrvd) for handling basic IO request.
216 const struct ublk_param_basic *p = &ub->params.basic;
489 const struct ublk_param_basic *p = &ub->params.basic;
506 /* basic param is the only one which must be set */
508 const struct ublk_param_basic *p = &ub->params.basic;
2170 const struct ublk_param_basic *p = &ub->params.basic;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dwr.c361 struct mlx5_bsf_basic *basic = &bsf->basic; local
368 basic->bsf_size_sbs = 1 << 7;
370 basic->check_byte_mask = sig_attrs->check_mask;
371 basic->raw_data_size = cpu_to_be32(data_size);
378 basic->mem.bs_selector = bs_selector(mem->sig.dif.pi_interval);
379 basic->m_bfs_psv = cpu_to_be32(msig->psv_memory.psv_idx);
394 basic->bsf_size_sbs |= 1 << 4;
396 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK;
398 basic
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_main.c221 .offset = offsetof(struct flow_keys, basic),
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5476 (((fkeys)->basic.ip_proto == IPPROTO_TCP && \
5478 ((fkeys)->basic.ip_proto == IPPROTO_UDP && \
5482 (((fkeys)->basic.ip_proto == IPPROTO_TCP && \
5484 ((fkeys)->basic.ip_proto == IPPROTO_UDP && \
5489 if (fkeys->basic.n_proto == htons(ETH_P_IP)) {
5498 if (fkeys->basic.n_proto == htons(ETH_P_IPV6)) {
5523 if (fkeys->basic.n_proto == htons(ETH_P_IP)) {
5834 req->ip_protocol = keys->basic.ip_proto;
5836 if (keys->basic.n_proto == htons(ETH_P_IPV6)) {
14189 if (keys1->basic
[all...]
H A Dbnxt_ethtool.c1133 if (fkeys->basic.n_proto == htons(ETH_P_IP)) {
1134 if (fkeys->basic.ip_proto == IPPROTO_ICMP ||
1135 fkeys->basic.ip_proto == IPPROTO_RAW) {
1138 if (fkeys->basic.ip_proto == IPPROTO_ICMP)
1143 } else if (fkeys->basic.ip_proto == IPPROTO_TCP) {
1145 } else if (fkeys->basic.ip_proto == IPPROTO_UDP) {
1163 if (fkeys->basic.ip_proto == IPPROTO_ICMPV6 ||
1164 fkeys->basic.ip_proto == IPPROTO_RAW) {
1166 if (fkeys->basic.ip_proto == IPPROTO_ICMPV6)
1171 } else if (fkeys->basic
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2914 if ((fkeys.basic.n_proto != htons(ETH_P_IP) &&
2915 fkeys.basic.n_proto != htons(ETH_P_IPV6)) ||
2916 (fkeys.basic.ip_proto != IPPROTO_TCP &&
2917 fkeys.basic.ip_proto != IPPROTO_UDP))
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6951 tuples->ether_proto = be16_to_cpu(fkeys->basic.n_proto);
6952 tuples->ip_proto = fkeys->basic.ip_proto;
6955 if (fkeys->basic.n_proto == htons(ETH_P_IP)) {
/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/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h81 if (fk.basic.n_proto == htons(ETH_P_1588))
84 if (fk.basic.n_proto != htons(ETH_P_IP) &&
85 fk.basic.n_proto != htons(ETH_P_IPV6))
88 return (fk.basic.ip_proto == IPPROTO_UDP &&

Completed in 910 milliseconds

12345