Searched refs:family (Results 1 - 25 of 975) sorted by path

1234567891011>>

/linux-master/arch/mips/cavium-octeon/executive/
H A Docteon-model.c61 const char *family; local
191 /* Now figure out the family, the first two digits */
200 family = "37";
202 family = "36";
204 family = "38";
226 family = "30";
228 family = "31";
246 family = "30";
267 family = "58";
293 family
[all...]
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c15 boot_cpu_data.family = CPU_FAMILY_SH2A;
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dprobe.c107 boot_cpu_data.family = CPU_FAMILY_SH3;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dprobe.c57 boot_cpu_data.family = CPU_FAMILY_SH4A;
61 boot_cpu_data.family = CPU_FAMILY_SH4AL_DSP;
72 boot_cpu_data.family = CPU_FAMILY_SH4;
/linux-master/arch/x86/kernel/cpu/
H A Dumc.c15 { .family = 4, .model_names =
/linux-master/drivers/gpu/drm/radeon/
H A Dci_smc.c208 switch (rdev->family) {
H A Drv6xx_dpm.c1856 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) {
1971 if (rdev->family >= CHIP_RV670)
H A Dsi_smc.c233 switch (rdev->family) {
/linux-master/include/linux/netfilter/
H A Dnfnetlink_osf.h29 bool nf_osf_match(const struct sk_buff *skb, u_int8_t family,
/linux-master/include/net/
H A Daf_ieee802154.h41 sa_family_t family; /* AF_IEEE802154 */ member in struct:sockaddr_ieee802154
H A Dinetpeer.h33 __u16 family; member in struct:inetpeer_addr
77 iaddr->family = AF_INET;
89 iaddr->family = AF_INET6;
110 daddr.family = AF_INET;
121 daddr.family = AF_INET6;
130 if (a->family == AF_INET)
/linux-master/include/uapi/linux/
H A Dfib_rules.h20 __u8 family; member in struct:fib_rule_hdr
/linux-master/net/bridge/netfilter/
H A Debt_among.c261 .family = NFPROTO_BRIDGE,
H A Debt_arp.c118 .family = NFPROTO_BRIDGE,
H A Debt_arpreply.c81 .family = NFPROTO_BRIDGE,
H A Debt_ip.c149 .family = NFPROTO_BRIDGE,
H A Debt_ip6.c143 .family = NFPROTO_BRIDGE,
H A Debt_log.c206 .family = NFPROTO_BRIDGE,
H A Debt_nflog.c54 .family = NFPROTO_BRIDGE,
H A Debt_pkttype.c37 .family = NFPROTO_BRIDGE,
H A Debt_vlan.c154 .family = NFPROTO_BRIDGE,
/linux-master/net/ipv4/netfilter/
H A Darpt_mangle.c74 .family = NFPROTO_ARP,
H A Dipt_ECN.c114 .family = NFPROTO_IPV4,
H A Dipt_ah.c69 .family = NFPROTO_IPV4,
/linux-master/net/ipv4/
H A Dnetlink.c10 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, u8 family, argument
20 if (family != AF_INET)
25 if (family != AF_INET6)

Completed in 230 milliseconds

1234567891011>>