Home
last modified time | relevance | path

Searched refs:fam (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/net/netfilter/
H A Dxt_AUDIT.c70 int fam = -1; in audit_tg() local
84 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg()
87 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg()
92 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg()
95 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg()
99 if (fam == -1) in audit_tg()
H A Dnft_log.c68 int fam = -1; in nft_log_eval_audit() local
83 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit()
86 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit()
91 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit()
94 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit()
98 if (fam == -1) in nft_log_eval_audit()
/linux-6.15/arch/x86/lib/
H A Dcpu.c21 unsigned int fam, model; in x86_model() local
23 fam = x86_family(sig); in x86_model()
27 if (fam >= 0x6) in x86_model()
/linux-6.15/drivers/edac/
H A Dmce_amd.c586 unsigned int fam = x86_family(m->cpuid); in decode_mc4_mce() local
600 if (fam == 0x11) in decode_mc4_mce()
621 if (fam == 0x15 || fam == 0x16) in decode_mc4_mce()
644 unsigned int fam = x86_family(m->cpuid); in decode_mc5_mce() local
648 if (fam == 0xf || fam == 0x11) in decode_mc5_mce()
797 unsigned int fam = x86_family(m->cpuid); in amd_decode_mce() local
808 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()
831 if (fam >= 0x15) { in amd_decode_mce()
835 if (fam != 0x15 || m->bank != 4) in amd_decode_mce()
839 if (fam >= 0x17) in amd_decode_mce()
H A Damd64_edac.c131 switch (pvt->fam) { in amd64_read_dct_pci_cfg()
237 if (pvt->fam == 0xf) in set_scrub_rate()
240 if (pvt->fam == 0x15) { in set_scrub_rate()
257 if (pvt->fam == 0x15) { in get_scrub_rate()
413 if (pvt->fam == 0x15) in get_cs_base_and_mask()
816 if (pvt->fam >= 0x10 && pvt->fam <= 0x16) in inj_is_visible()
1392 if (pvt->fam == 0xf) in dct_dump_misc_regs()
1580 switch (pvt->fam) { in dct_determine_memory_type()
1730 if (pvt->fam == 0xf) in read_dram_base_limit_regs()
2018 if (pvt->fam == 0xf) in read_dram_ctl_register()
[all …]
H A Damd64_edac.h331 u8 fam; /* CPU family */ member
437 if (pvt->fam == 0x15 && pvt->model >= 0x30) in dct_sel_interleave_addr()
499 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dram_intlv_en()
509 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dhar_valid()
519 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dct_sel_baseaddr()
/linux-6.15/include/linux/
H A Dlsm_audit.h42 } fam; member
118 #define v4info fam.v4
119 #define v6info fam.v6
H A Dnet.h251 int sock_register(const struct net_proto_family *fam);
/linux-6.15/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c1064 int fam; in brcm_usb_dvr_init_4908() local
1066 fam = BRCM_FAMILY_4908; in brcm_usb_dvr_init_4908()
1067 params->selected_family = fam; in brcm_usb_dvr_init_4908()
1069 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_4908()
1070 params->family_name = family_names[fam]; in brcm_usb_dvr_init_4908()
1076 int fam; in brcm_usb_dvr_init_7445() local
1080 fam = get_family_type(params); in brcm_usb_dvr_init_7445()
1081 params->selected_family = fam; in brcm_usb_dvr_init_7445()
1083 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_7445()
1084 params->family_name = family_names[fam]; in brcm_usb_dvr_init_7445()
/linux-6.15/drivers/peci/
H A Ddevice.c81 unsigned int fam, model; in peci_x86_cpu_model() local
83 fam = peci_x86_cpu_family(sig); in peci_x86_cpu_model()
87 if (fam >= 0x6) in peci_x86_cpu_model()
/linux-6.15/net/sctp/
H A Dbind_addr.c488 unsigned short fam = 0; in sctp_is_any() local
493 fam = addr->sa.sa_family; in sctp_is_any()
495 fam = sk->sk_family; in sctp_is_any()
497 af = sctp_get_af_specific(fam); in sctp_is_any()
/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dynl.py334 fam = dict()
337 fam['id'] = attr.as_scalar('u16')
339 fam['name'] = attr.as_strz()
341 fam['maxattr'] = attr.as_scalar('u32')
343 fam['mcast'] = dict()
353 fam['mcast'][mcast_name] = mcast_id
354 if 'name' in fam and 'id' in fam:
355 genl_family_name_to_id[fam['name']] = fam
/linux-6.15/arch/arc/include/asm/
H A Darcregs.h310 unsigned int pad2:19, fam:1, pad:2, ent:2, ver:8; member
312 unsigned int ver:8, ent:2, pad:2, fam:1, pad2:19;
/linux-6.15/Documentation/devicetree/bindings/display/msm/
H A Ddsi-phy-28nm.yaml22 - qcom,dsi-phy-28nm-hpm-fam-b
H A Dqcom,mdss.yaml131 - qcom,dsi-phy-28nm-hpm-fam-b
/linux-6.15/tools/testing/selftests/net/
H A Dpmtu.sh751 [ "${fam}" = "" ] && fam="${i}" && continue
758 ip -n ${ns_name} -${fam} nexthop add id ${nhid} via ${gw} dev ${dev}
760 ns=""; fam=""; nhid=""; gw=""; dev=""
766 [ "${fam}" = "" ] && fam="${i}" && continue
772 ip -n "${ns_name}" -"${fam}" route add "${addr}" table "${rt_table}" nhid "${nhid}"
774 ns=""; fam=""; addr=""; nhid=""
/linux-6.15/arch/arc/kernel/
H A Dsetup.c119 bpu_full = bpu.fam ? 1 : 0; in arcompact_mumbojumbo()
/linux-6.15/include/net/
H A Dneighbour.h393 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst131 thread, depending on the microarchitecture (not necessary on fam 0x19)
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi1084 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
1103 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";