Home
last modified time | relevance | path

Searched full:family (Results 1 – 25 of 2189) sorted by relevance

12345678910>>...88

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_policer.c30 int (*init)(struct mlxsw_sp_policer_family *family);
31 void (*fini)(struct mlxsw_sp_policer_family *family);
32 int (*policer_index_alloc)(struct mlxsw_sp_policer_family *family,
34 struct mlxsw_sp_policer * (*policer_index_free)(struct mlxsw_sp_policer_family *family,
36 int (*policer_init)(struct mlxsw_sp_policer_family *family,
38 int (*policer_params_check)(const struct mlxsw_sp_policer_family *family,
74 struct mlxsw_sp_policer_family *family = priv; in mlxsw_sp_policer_single_rate_occ_get() local
76 return atomic_read(&family->policers_count); in mlxsw_sp_policer_single_rate_occ_get()
80 mlxsw_sp_policer_single_rate_family_init(struct mlxsw_sp_policer_family *family) in mlxsw_sp_policer_single_rate_family_init() argument
82 struct mlxsw_core *core = family->mlxsw_sp->core; in mlxsw_sp_policer_single_rate_family_init()
[all …]
/Linux-v5.15/arch/arm64/
DKconfig.platforms9 This enables support for the Actions Semiconductor S900 SoC family.
12 bool "Allwinner sunxi 64-bit SoC Family"
28 Soc family.
31 bool "Apple Silicon SoC family"
34 This enables support for Apple's in-house ARM SoC family, starting
38 bool "Broadcom BCM2835 family"
53 bool "Broadcom BCM4908 family"
61 bool "Broadcom iProc SoC Family"
69 bool "Marvell Berlin SoC Family"
75 This enables support for Marvell Berlin SoC Family
[all …]
/Linux-v5.15/net/netlink/
Dgenetlink.c3 * NETLINK Generic Netlink Family
70 * also abused this API and relied on family == group ID, we
71 * cater to that by giving it a static family and group ID.
81 static int genl_ctrl_event(int event, const struct genl_family *family,
92 const struct genl_family *family; in genl_family_find_byname() local
95 idr_for_each_entry(&genl_fam_idr, family, id) in genl_family_find_byname()
96 if (strcmp(family->name, name) == 0) in genl_family_find_byname()
97 return family; in genl_family_find_byname()
102 static int genl_get_cmd_cnt(const struct genl_family *family) in genl_get_cmd_cnt() argument
104 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt()
[all …]
/Linux-v5.15/include/net/
Dgenetlink.h13 * @name: name of the multicast group, names are per-family
24 * struct genl_family - generic netlink family
25 * @id: protocol family identifier (private)
27 * @name: name of family
31 * @netnsok: set to true if the family can handle network
39 * @mcgrps: multicast groups used by this family
41 * @mcgrp_offset: starting number of multicast group IDs in this family
43 * @ops: the operations supported by this family
44 * @n_ops: number of operations supported by this family
45 * @small_ops: the small-struct operations supported by this family
[all …]
/Linux-v5.15/Documentation/hwmon/
Dk10temp.rst6 * AMD Family 10h processors:
16 * AMD Family 11h processors:
20 * AMD Family 12h processors: "Llano" (E2/A4/A6/A8-Series)
22 * AMD Family 14h processors: "Brazos" (C/E/G/Z-Series)
24 * AMD Family 15h processors: "Bulldozer" (FX-Series), "Trinity", "Kaveri",
27 * AMD Family 16h processors: "Kabini", "Mullins"
29 * AMD Family 17h processors: "Zen", "Zen 2"
31 * AMD Family 18h processors: "Hygon Dhyana"
33 * AMD Family 19h processors: "Zen 3"
41 BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h Processors:
[all …]
/Linux-v5.15/drivers/soc/renesas/
Drenesas-soc.c70 const struct renesas_family *family; member
75 .family = &fam_rza1,
79 .family = &fam_rza2,
84 .family = &fam_rmobile,
89 .family = &fam_rmobile,
94 .family = &fam_rzg1,
99 .family = &fam_rzg1,
104 .family = &fam_rzg1,
109 .family = &fam_rzg1,
114 .family = &fam_rzg1,
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c131 #define xsocket(family, sotype, flags) \ argument
133 int __ret = socket(family, sotype, flags); \
252 static void init_addr_loopback(int family, struct sockaddr_storage *ss, in init_addr_loopback() argument
255 switch (family) { in init_addr_loopback()
263 FAIL("unsupported address family %d", family); in init_addr_loopback()
287 static int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport() argument
293 init_addr_loopback(family, &addr, &len); in socket_loopback_reuseport()
295 s = xsocket(family, sotype, 0); in socket_loopback_reuseport()
319 static int socket_loopback(int family, int sotype) in socket_loopback() argument
321 return socket_loopback_reuseport(family, sotype, -1); in socket_loopback()
[all …]
Dselect_reuseport.c50 sa_family_t family; member
150 static void sa46_init_loopback(union sa46 *sa, sa_family_t family) in sa46_init_loopback() argument
153 sa->family = family; in sa46_init_loopback()
154 if (sa->family == AF_INET6) in sa46_init_loopback()
160 static void sa46_init_inany(union sa46 *sa, sa_family_t family) in sa46_init_inany() argument
163 sa->family = family; in sa46_init_inany()
164 if (sa->family == AF_INET6) in sa46_init_inany()
247 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() argument
273 if (family == AF_INET6) { in check_data()
384 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() argument
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dcpu_device_id.h14 #include <asm/intel-family.h>
28 * @_family: The family number or X86_FAMILY_ANY
37 * macros of the X86_MATCH_* family. If there is no matching shorthand
45 .family = _family, \
56 * @_family: The family number or X86_FAMILY_ANY
66 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument
67 X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(vendor, family, model, \
71 * X86_MATCH_VENDOR_FAM_FEATURE - Macro for matching vendor, family and CPU feature
74 * @family: The family number or X86_FAMILY_ANY
83 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/arm/omap/
Dl4.txt6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus
7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus
8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus
9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus
10 Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus
11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus
12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus
13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus
14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus
15 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus
[all …]
/Linux-v5.15/arch/mips/cavium-octeon/executive/
Docteon-model.c61 const char *family; in octeon_model_get_string_buffer() local
191 /* Now figure out the family, the first two digits */ in octeon_model_get_string_buffer()
200 family = "37"; in octeon_model_get_string_buffer()
202 family = "36"; in octeon_model_get_string_buffer()
204 family = "38"; in octeon_model_get_string_buffer()
226 family = "30"; in octeon_model_get_string_buffer()
228 family = "31"; in octeon_model_get_string_buffer()
246 family = "30"; in octeon_model_get_string_buffer()
267 family = "58"; in octeon_model_get_string_buffer()
293 family = "55"; in octeon_model_get_string_buffer()
[all …]
/Linux-v5.15/net/xfrm/
Dxfrm_state.c42 2. Hash table by (daddr,family,reqid) to find what SAs exist for given
61 unsigned short family) in xfrm_dst_hash() argument
63 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
69 unsigned short family) in xfrm_src_hash() argument
71 return __xfrm_src_hash(daddr, saddr, family, net->xfrm.state_hmask); in xfrm_src_hash()
76 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() argument
78 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash()
100 x->props.reqid, x->props.family, in xfrm_hash_transfer()
105 x->props.family, in xfrm_hash_transfer()
111 x->id.proto, x->props.family, in xfrm_hash_transfer()
[all …]
/Linux-v5.15/arch/arm/mach-hisi/
DKconfig17 bool "Hisilicon Hi36xx family"
25 Support for Hisilicon Hi36xx SoC family
28 bool "Hisilicon HIP01 family"
34 Support for Hisilicon HIP01 SoC family
37 bool "Hisilicon HiP04 Cortex A15 family"
45 Support for Hisilicon HiP04 SoC family
48 bool "Hisilicon X5HD2 family"
56 Support for Hisilicon HIX5HD2 SoC family
59 bool "Hisilicon SD5203 family"
63 Support for Hisilicon SD5203 SoC family
/Linux-v5.15/security/selinux/include/
Dnetlabel.h29 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error,
36 u16 family,
40 u16 family,
44 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family);
45 void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family);
47 int selinux_netlbl_socket_post_create(struct sock *sk, u16 family);
50 u16 family,
66 u16 family, in selinux_netlbl_err() argument
86 u16 family, in selinux_netlbl_skbuff_getsid() argument
95 u16 family, in selinux_netlbl_skbuff_setsid() argument
[all …]
/Linux-v5.15/drivers/w1/slaves/
DKconfig9 tristate "Thermal family implementation"
15 tristate "Simple 64bit memory family implementation"
29 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)"
45 tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)"
51 tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)"
67 counter family device (DS2423).
78 tristate "256b EEPROM family support (DS2430)"
81 family device (DS2430).
86 tristate "1kb EEPROM family support (DS2431)"
89 1kb EEPROM family device (DS2431)
[all …]
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_kms.c264 if ((rdev->family >= CHIP_CEDAR) && (rdev->family <= CHIP_HEMLOCK)) in radeon_info_ioctl()
289 if (rdev->family == CHIP_HAWAII) { in radeon_info_ioctl()
303 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl()
305 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl()
307 else if (rdev->family >= CHIP_CAYMAN) in radeon_info_ioctl()
309 else if (rdev->family >= CHIP_CEDAR) in radeon_info_ioctl()
311 else if (rdev->family >= CHIP_RV770) in radeon_info_ioctl()
313 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl()
357 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl()
360 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl()
[all …]
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/
DKconfig28 This adds support for rt2400 wireless chipset family.
40 This adds support for rt2500 wireless chipset family.
55 This adds support for rt2501 wireless chipset family.
72 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family.
84 This adds support for rt33xx wireless chipset family to the
92 This adds support for rt35xx wireless chipset family to the
101 This adds support for rt53xx wireless chipset family to the
109 This adds support for rt3290 wireless chipset family to the
120 This adds support for rt2500 wireless chipset family.
133 This adds support for rt2501 wireless chipset family.
[all …]
/Linux-v5.15/security/selinux/
Dnetnode.c55 * family later */
96 * @family: address family
103 static struct sel_netnode *sel_netnode_find(const void *addr, u16 family) in sel_netnode_find() argument
108 switch (family) { in sel_netnode_find()
121 if (node->nsec.family == family) in sel_netnode_find()
122 switch (family) { in sel_netnode_find()
149 switch (node->nsec.family) { in sel_netnode_insert()
179 * @family: the address family
189 static int sel_netnode_sid_slow(void *addr, u16 family, u32 *sid) in sel_netnode_sid_slow() argument
196 node = sel_netnode_find(addr, family); in sel_netnode_sid_slow()
[all …]
Dnetlabel.c42 u16 family, in selinux_netlbl_sidlookup_cached() argument
52 netlbl_cache_add(skb, family, secattr); in selinux_netlbl_sidlookup_cached()
141 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error, int gateway) in selinux_netlbl_err() argument
143 netlbl_skbuff_err(skb, family, error, gateway); in selinux_netlbl_err()
163 * @family: the socket family
178 * @family: protocol family
189 u16 family, in selinux_netlbl_skbuff_getsid() argument
202 rc = netlbl_skbuff_getattr(skb, family, &secattr); in selinux_netlbl_skbuff_getsid()
204 rc = selinux_netlbl_sidlookup_cached(skb, family, in selinux_netlbl_skbuff_getsid()
217 * @family: protocol family
[all …]
/Linux-v5.15/Documentation/admin-guide/blockdev/drbd/
DDRBD-8.3-data-packets.svg47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
67 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
78 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
86 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
94 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
102 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
110 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
118 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
126 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
143 …style="font-size:318px;font-weight:400;fill:#000080;visibility:visible;font-family:Helvetica embed…
[all …]
DDRBD-data-packets.svg49 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
68 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
76 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
84 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
92 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
100 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
108 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
116 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
124 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
143 …style="font-size:318px;font-weight:400;fill:#000080;visibility:visible;font-family:Helvetica embed…
[all …]
/Linux-v5.15/tools/testing/selftests/netfilter/
Dnft_nat.sh176 local family=$1
180 if [ $family = "inet" ];then
185 table $family nat {
193 echo "SKIP: Could not add add $family dnat hook"
243 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2"
251 local family=$1
255 if [ $family = "inet" ];then
260 table $family nat {
268 if [ $family = "inet" ];then
273 echo "SKIP: Could not add add $family dnat hook"
[all …]
/Linux-v5.15/fs/nls/
DKconfig43 The Microsoft FAT file system family can deal with filenames in
55 The Microsoft FAT file system family can deal with filenames in
67 The Microsoft FAT file system family can deal with filenames in
80 The Microsoft FAT file system family can deal with filenames in
96 The Microsoft FAT file system family can deal with filenames in
111 The Microsoft FAT file system family can deal with filenames in
122 The Microsoft FAT file system family can deal with filenames in
133 The Microsoft FAT file system family can deal with filenames in
144 The Microsoft FAT file system family can deal with filenames in
155 The Microsoft FAT file system family can deal with filenames in
[all …]
/Linux-v5.15/net/netlabel/
Dnetlabel_domainhash.c127 * @family: the address family
131 * entry if found, otherwise NULL is returned. @family may be %AF_UNSPEC
132 * which matches any address family entries. The caller is responsible for
138 u16 family) in netlbl_domhsh_search() argument
150 netlbl_family_match(iter->family, family) && in netlbl_domhsh_search()
161 * @family: the address family
167 * returned. @family may be %AF_UNSPEC which matches any address family
173 u16 family) in netlbl_domhsh_search_def() argument
177 entry = netlbl_domhsh_search(domain, family); in netlbl_domhsh_search_def()
180 if (family == AF_INET || family == AF_UNSPEC) { in netlbl_domhsh_search_def()
[all …]
/Linux-v5.15/include/trace/events/
Dneigh.h32 __field(u32, family)
45 __entry->family = tbl->family;
53 if (tbl->family == AF_INET)
59 if (tbl->family == AF_INET6) {
66 …TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %…
67 __entry->family, __get_str(dev), __entry->entries,
80 __field(u32, family)
105 __entry->family = n->tbl->family;
117 if (n->tbl->family == AF_INET)
123 if (n->tbl->family == AF_INET6) {
[all …]

12345678910>>...88