| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_policer.c | 30 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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_policer.c | 30 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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/ |
| D | Kconfig.platforms | 9 This enables support for the Actions Semiconductor S900 SoC family. 12 bool "Intel's Agilex SoCFPGA Family" 14 This enables support for Intel's Agilex SoCFPGA Family. 17 bool "Allwinner sunxi 64-bit SoC Family" 30 Soc family. 33 bool "Broadcom BCM2835 family" 47 bool "Broadcom iProc SoC Family" 55 bool "Marvell Berlin SoC Family" 61 This enables support for Marvell Berlin SoC Family 66 This enables support for the Bitmain SoC Family. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
| D | nft_audit.sh | 46 "table=$table family=2 entries=1 op=nft_register_table" 49 "table=$table family=2 entries=1 op=nft_register_chain" 52 "table=$table family=2 entries=2 op=nft_register_chain" 57 "table=$table family=2 entries=1 op=nft_register_rule" 60 "table=$table family=2 entries=2 op=nft_register_rule" 71 "table=$table family=2 entries=6 op=nft_register_rule" 78 'table=t2 family=2 entries=500 op=nft_register_rule' 86 "table=t1 family=2 entries=4 op=nft_register_set" 89 "table=t1 family=2 entries=5 op=nft_register_set" 92 "table=t1 family=2 entries=3 op=nft_register_setelem" [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/ |
| D | Kconfig.platforms | 9 This enables support for the Actions Semiconductor S900 SoC family. 12 bool "Allwinner sunxi 64-bit SoC Family" 27 Soc family. 30 bool "Apple Silicon SoC family" 33 This enables support for Apple's in-house ARM SoC family, starting 42 bool "Broadcom BCM2835 family" 56 bool "Broadcom iProc SoC Family" 71 including the DSL, PON and Wireless family of chips. 84 bool "Marvell Berlin SoC Family" 90 This enables support for Marvell Berlin SoC Family [all …]
|
| /kernel/linux/linux-6.6/net/netlink/ |
| D | genetlink.c | 3 * NETLINK Generic Netlink Family 55 static void genl_op_lock(const struct genl_family *family) in genl_op_lock() argument 57 if (!family->parallel_ops) in genl_op_lock() 61 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock() argument 63 if (!family->parallel_ops) in genl_op_unlock() 82 * also abused this API and relied on family == group ID, we 83 * cater to that by giving it a static family and group ID. 99 static int genl_ctrl_event(int event, const struct genl_family *family, 104 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy() argument 109 if (op->policy || op->cmd < family->resv_start_op) in genl_op_fill_in_reject_policy() [all …]
|
| /kernel/linux/linux-5.10/net/netlink/ |
| D | genetlink.c | 3 * NETLINK Generic Netlink Family 78 * also abused this API and relied on family == group ID, we 79 * cater to that by giving it a static family and group ID. 89 static int genl_ctrl_event(int event, const struct genl_family *family, 100 const struct genl_family *family; in genl_family_find_byname() local 103 idr_for_each_entry(&genl_fam_idr, family, id) in genl_family_find_byname() 104 if (strcmp(family->name, name) == 0) in genl_family_find_byname() 105 return family; in genl_family_find_byname() 110 static int genl_get_cmd_cnt(const struct genl_family *family) in genl_get_cmd_cnt() argument 112 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() [all …]
|
| /kernel/linux/linux-5.10/include/net/ |
| D | genetlink.h | 13 * @name: name of the multicast group, names are per-family 26 * struct genl_family - generic netlink family 27 * @id: protocol family identifier (private) 29 * @name: name of family 33 * @netnsok: set to true if the family can handle network 41 * @mcgrps: multicast groups used by this family 43 * @mcgrp_offset: starting number of multicast group IDs in this family 45 * @ops: the operations supported by this family 46 * @n_ops: number of operations supported by this family 47 * @small_ops: the small-struct operations supported by this family [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | genetlink.h | 13 * @name: name of the multicast group, names are per-family 27 * struct genl_family - generic netlink family 29 * @name: name of family 33 * @netnsok: set to true if the family can handle network 42 * @mcgrps: multicast groups used by this family 47 * @ops: the operations supported by this family 48 * @n_ops: number of operations supported by this family 49 * @small_ops: the small-struct operations supported by this family 50 * @n_small_ops: number of small-struct operations supported by this family 56 * can be attached at the family level or at the operation level. [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | k10temp.rst | 6 * 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 …]
|
| D | peci-dimmtemp.rst | 9 Intel Xeon E5-14xx v3 family 10 Intel Xeon E5-24xx v3 family 11 Intel Xeon E5-16xx v3 family 12 Intel Xeon E5-26xx v3 family 13 Intel Xeon E5-46xx v3 family 14 Intel Xeon E7-48xx v3 family 15 Intel Xeon E7-88xx v3 family 17 Intel Xeon E5-16xx v4 family 18 Intel Xeon E5-26xx v4 family 19 Intel Xeon E5-46xx v4 family [all …]
|
| D | peci-cputemp.rst | 9 Intel Xeon E5-14xx v3 family 10 Intel Xeon E5-24xx v3 family 11 Intel Xeon E5-16xx v3 family 12 Intel Xeon E5-26xx v3 family 13 Intel Xeon E5-46xx v3 family 14 Intel Xeon E7-48xx v3 family 15 Intel Xeon E7-88xx v3 family 17 Intel Xeon E5-16xx v4 family 18 Intel Xeon E5-26xx v4 family 19 Intel Xeon E5-46xx v4 family [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/netlink/ |
| D | c-code-gen.rst | 14 of ``name`` in an attribute, and ``$family`` is the name of the 15 family (the global ``name`` property). 17 The upper case is used to denote literal values, e.g. ``$family-CMD`` 18 means the concatenation of ``$family``, a dash character, and the literal 30 ``c-family-name`` controls the name of the ``#define`` for the family 31 name, default is ``$family-FAMILY-NAME``. 34 of the family, default is ``$family-FAMILY-VERSION``. 46 The name of the constant is ``$family-$constant`` and the value 52 Enums are named ``$family-$enum``. The full name can be set directly 54 Default entry name is ``$family-$enum-$entry``. [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | k10temp.rst | 6 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/soc/renesas/ |
| D | renesas-soc.c | 66 const struct renesas_family *family; member 71 .family = &fam_rza1, 75 .family = &fam_rza2, 80 .family = &fam_rmobile, 85 .family = &fam_rmobile, 90 .family = &fam_rzg1, 95 .family = &fam_rzg1, 100 .family = &fam_rzg1, 105 .family = &fam_rzg1, 110 .family = &fam_rzg1, [all …]
|
| /kernel/linux/linux-6.6/drivers/soc/renesas/ |
| D | renesas-soc.c | 90 const struct renesas_family *family; member 95 .family = &fam_rza1, 99 .family = &fam_rza2, 104 .family = &fam_rmobile, 109 .family = &fam_rmobile, 114 .family = &fam_rzfive, 119 .family = &fam_rzg1, 124 .family = &fam_rzg1, 129 .family = &fam_rzg1, 134 .family = &fam_rzg1, [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | sockmap_listen.c | 33 int family, int sotype, int mapfd) in test_insert_invalid() argument 51 int family, int sotype, int mapfd) in test_insert_opened() argument 57 s = xsocket(family, sotype, 0); in test_insert_opened() 73 int family, int sotype, int mapfd) in test_insert_bound() argument 81 init_addr_loopback(family, &addr, &len); in test_insert_bound() 83 s = xsocket(family, sotype, 0); in test_insert_bound() 101 int family, int sotype, int mapfd) in test_insert() argument 107 s = socket_loopback(family, sotype); in test_insert() 118 int family, int sotype, int mapfd) in test_delete_after_insert() argument 124 s = socket_loopback(family, sotype); in test_delete_after_insert() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | sockmap_listen.c | 131 #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 …]
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | cpu_device_id.h | 14 #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 …]
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | cpu_device_id.h | 14 #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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/omap/ |
| D | l4.txt | 6 - 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/ |
| D | l4.txt | 6 - 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 …]
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
| D | octeon-model.c | 61 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 …]
|
| /kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
| D | octeon-model.c | 61 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 …]
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | xfrm_state.c | 42 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() 94 x->props.reqid, x->props.family, in xfrm_hash_transfer() 99 x->props.family, in xfrm_hash_transfer() 105 x->id.proto, x->props.family, in xfrm_hash_transfer() [all …]
|