/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 21 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ 22 module_param_array_named(prefix ## name, params.name, type, \ 23 &prefix ## params.name ## _count, \ 25 MODULE_PARM_DESC(prefix ## name, desc) 27 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ 28 module_param_named(prefix ## name, params.name, type, \ 30 MODULE_PARM_DESC(prefix ## name, desc) 32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ 33 _FSG_MODULE_PARAM_ARRAY(prefix, params, file, charp, \ 35 _FSG_MODULE_PARAM_ARRAY(prefix, param [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 21 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ 22 module_param_array_named(prefix ## name, params.name, type, \ 23 &prefix ## params.name ## _count, \ 25 MODULE_PARM_DESC(prefix ## name, desc) 27 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ 28 module_param_named(prefix ## name, params.name, type, \ 30 MODULE_PARM_DESC(prefix ## name, desc) 32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ 33 _FSG_MODULE_PARAM_ARRAY(prefix, params, file, charp, \ 35 _FSG_MODULE_PARAM_ARRAY(prefix, param [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | mc13xxx.h | 55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ 56 [prefix ## _name] = { \ 63 .id = prefix ## _name, \ 66 .reg = prefix ## _reg, \ 67 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \ 68 .vsel_reg = prefix ## _vsel_reg, \ 69 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\ 70 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\ 73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ 74 [prefix ## _nam [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | mc13xxx.h | 55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ 56 [prefix ## _name] = { \ 63 .id = prefix ## _name, \ 66 .reg = prefix ## _reg, \ 67 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \ 68 .vsel_reg = prefix ## _vsel_reg, \ 69 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\ 70 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\ 73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ 74 [prefix ## _nam [all...] |
/kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 36 static void create_key(const char *prefix, const char *postfix, in create_key() argument 39 if (prefix && postfix) in create_key() 40 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key() 41 else if (prefix) in create_key() 42 snprintf(buf, len, "%s%s", prefix, name); in create_key() 49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument 55 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var() 58 if (fallback && err == -ENOENT && prefix) { in get_nvram_var() 66 static void nvram_read_ ## type(const char *prefix, \ 74 err = get_nvram_var(prefix, postfi 96 nvram_read_u32_2(const char *prefix, const char *name, u16 *val_lo, u16 *val_hi, bool fallback) nvram_read_u32_2() argument 116 nvram_read_leddc(const char *prefix, const char *name, u8 *leddc_on_time, u8 *leddc_off_time, bool fallback) nvram_read_leddc() argument 141 nvram_read_macaddr(const char *prefix, const char *name, u8 val[6], bool fallback) nvram_read_macaddr() argument 156 nvram_read_alpha2(const char *prefix, const char *name, char val[2], bool fallback) nvram_read_alpha2() argument 188 bcm47xx_sprom_fill_auto(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_sprom_fill_auto() argument 409 bcm47xx_fill_sprom_path_r4589(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r4589() argument 460 bcm47xx_fill_sprom_path_r45(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r45() argument 510 bcm47xx_fill_sprom_ethernet(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_ethernet() argument 555 bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_board_data() argument 564 bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom() argument 596 char prefix[10]; bcm47xx_get_sprom_ssb() local 624 bcm47xx_sprom_apply_prefix_alias(char *prefix, size_t prefix_size) bcm47xx_sprom_apply_prefix_alias() argument 654 char *prefix; bcm47xx_get_sprom_bcma() local [all...] |
/kernel/linux/linux-6.6/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 36 static void create_key(const char *prefix, const char *postfix, in create_key() argument 39 if (prefix && postfix) in create_key() 40 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key() 41 else if (prefix) in create_key() 42 snprintf(buf, len, "%s%s", prefix, name); in create_key() 49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument 55 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var() 58 if (fallback && err == -ENOENT && prefix) { in get_nvram_var() 66 static void nvram_read_ ## type(const char *prefix, \ 74 err = get_nvram_var(prefix, postfi 96 nvram_read_u32_2(const char *prefix, const char *name, u16 *val_lo, u16 *val_hi, bool fallback) nvram_read_u32_2() argument 116 nvram_read_leddc(const char *prefix, const char *name, u8 *leddc_on_time, u8 *leddc_off_time, bool fallback) nvram_read_leddc() argument 141 nvram_read_macaddr(const char *prefix, const char *name, u8 val[6], bool fallback) nvram_read_macaddr() argument 156 nvram_read_alpha2(const char *prefix, const char *name, char val[2], bool fallback) nvram_read_alpha2() argument 188 bcm47xx_sprom_fill_auto(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_sprom_fill_auto() argument 409 bcm47xx_fill_sprom_path_r4589(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r4589() argument 460 bcm47xx_fill_sprom_path_r45(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r45() argument 510 bcm47xx_fill_sprom_ethernet(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_ethernet() argument 555 bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_board_data() argument 564 bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom() argument 596 char prefix[10]; bcm47xx_get_sprom_ssb() local 624 bcm47xx_sprom_apply_prefix_alias(char *prefix, size_t prefix_size) bcm47xx_sprom_apply_prefix_alias() argument 654 char *prefix; bcm47xx_get_sprom_bcma() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | btf_ids.h | 51 #define __ID(prefix) \ 52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) 58 #define BTF_ID(prefix, name) \ 59 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), "") 61 #define ____BTF_ID_FLAGS(prefix, name, flags) \ 62 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), ".long " #flags "\n") 63 #define __BTF_ID_FLAGS(prefix, name, flags, ...) \ 64 ____BTF_ID_FLAGS(prefix, name, flags) 65 #define BTF_ID_FLAGS(prefix, name, ...) \ 66 __BTF_ID_FLAGS(prefix, nam [all...] |
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ 56 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ 90 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \ 91 atomic##prefix##_t *v) \ 102 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ 115 c_type atomic##prefix## [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat+std_output.sh | 31 local prefix=1 34 in "--interval") prefix=2 35 ;; "--per-thread") prefix=2 36 ;; "--system-wide-no-aggr") prefix=2 37 ;; "--per-core") prefix=3 38 ;; "--per-socket") prefix=3 39 ;; "--per-node") prefix=3 40 ;; "--per-die") prefix=3 41 ;; "--per-cache") prefix=3 57 main_body=$(echo $line | cut -d' ' -f$prefix [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 168 static void trace_print_header(int seq, int prefix) in trace_print_header() argument 170 printf("%*s[%d]: ", prefix, "", seq); in trace_print_header() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() argument 239 trace_print_header(seq, *prefix); in trace_print_entry() 243 trace_print_header(seq, *prefix); in trace_print_entry() 247 trace_print_header(seq, *prefix); in trace_print_entry() 251 trace_print_header(seq, *prefix); in trace_print_entry() 253 *prefix += PREFIX_DELTA; in trace_print_entry() 256 *prefix -= PREFIX_DELTA; in trace_print_entry() 257 if (*prefix < BASE_PREFI in trace_print_entry() 272 int i, prefix; trace_buffer_print() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 168 static void trace_print_header(int seq, int prefix) in trace_print_header() argument 170 printf("%*s[%d]: ", prefix, "", seq); in trace_print_header() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() argument 239 trace_print_header(seq, *prefix); in trace_print_entry() 243 trace_print_header(seq, *prefix); in trace_print_entry() 247 trace_print_header(seq, *prefix); in trace_print_entry() 251 trace_print_header(seq, *prefix); in trace_print_entry() 253 *prefix += PREFIX_DELTA; in trace_print_entry() 256 *prefix -= PREFIX_DELTA; in trace_print_entry() 257 if (*prefix < BASE_PREFI in trace_print_entry() 272 int i, prefix; trace_buffer_print() local [all...] |
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | btf_ids.h | 49 #define __ID(prefix) \ 50 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) 56 #define BTF_ID(prefix, name) \ 57 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__)) 91 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ 93 BTF_ID(prefix, typename) 94 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ 96 BTF_ID(prefix, typename) 159 #define BTF_ID(prefix, name) 162 #define BTF_ID_LIST_SINGLE(name, prefix, typenam [all...] |
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | lcc-msm8960.c | 92 #define CLK_AIF_OSR_SRC(prefix, _ns, _md) \ 93 static struct clk_rcg prefix##_osr_src = { \ 117 .name = #prefix "_osr_src", \ 126 #define CLK_AIF_OSR_CLK(prefix, _ns, hr, en_bit) \ 127 static struct clk_branch prefix##_osr_clk = { \ 135 .name = #prefix "_osr_clk", \ 137 &prefix##_osr_src.clkr.hw, \ 146 #define CLK_AIF_OSR_DIV_CLK(prefix, _ns, _width) \ 147 static struct clk_regmap_div prefix##_div_clk = { \ 153 .name = #prefix "_div_cl [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrlabel.c | 33 struct in6_addr prefix; member 45 * prefix addr_type label 67 const struct in6_addr *prefix; member 72 .prefix = &in6addr_any, 75 .prefix = &(struct in6_addr){ { { 0xfc } } } , 79 .prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } }, 83 .prefix = &(struct in6_addr){ { { 0x20, 0x02 } } }, 87 .prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } }, 91 .prefix = &(struct in6_addr){ { { 0x20, 0x01 } } }, 95 .prefix 160 ip6addrlbl_alloc(const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label) ip6addrlbl_alloc() argument 242 ip6addrlbl_add(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label, int replace) ip6addrlbl_add() argument 265 __ip6addrlbl_del(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex) __ip6addrlbl_del() argument 289 ip6addrlbl_del(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex) ip6addrlbl_del() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrlabel.c | 33 struct in6_addr prefix; member 45 * prefix addr_type label 67 const struct in6_addr *prefix; member 72 .prefix = &in6addr_any, 75 .prefix = &(struct in6_addr){ { { 0xfc } } } , 79 .prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } }, 83 .prefix = &(struct in6_addr){ { { 0x20, 0x02 } } }, 87 .prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } }, 91 .prefix = &(struct in6_addr){ { { 0x20, 0x01 } } }, 95 .prefix 160 ip6addrlbl_alloc(const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label) ip6addrlbl_alloc() argument 242 ip6addrlbl_add(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label, int replace) ip6addrlbl_add() argument 265 __ip6addrlbl_del(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex) __ip6addrlbl_del() argument 289 ip6addrlbl_del(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex) ip6addrlbl_del() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-display.c | 145 const char *prefix; member 165 fputs(os->prefix, os->fh); in do_new_line_std() 205 if (os->prefix) in new_line_csv() 206 fprintf(os->fh, "%s", os->prefix); in new_line_csv() 398 char *prefix, u64 run, u64 ena, double noise, in printout() 404 .prefix = prefix ? prefix : "", in printout() 626 char *prefix, bool metric_only, in print_counter_aggrdata() 649 if (prefix in print_counter_aggrdata() 396 printout(struct perf_stat_config *config, int id, int nr, struct evsel *counter, double uval, char *prefix, u64 run, u64 ena, double noise, struct runtime_stat *st) printout() argument 624 print_counter_aggrdata(struct perf_stat_config *config, struct evsel *counter, int s, char *prefix, bool metric_only, bool *first, int cpu) print_counter_aggrdata() argument 659 print_aggr(struct perf_stat_config *config, struct evlist *evlist, char *prefix) print_aggr() argument 748 print_aggr_thread(struct perf_stat_config *config, struct target *_target, struct evsel *counter, char *prefix) print_aggr_thread() argument 803 print_counter_aggr(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_counter_aggr() argument 839 print_counter(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_counter() argument 867 print_no_aggr_metric(struct perf_stat_config *config, struct evlist *evlist, char *prefix) print_no_aggr_metric() argument 918 print_metric_headers(struct perf_stat_config *config, struct evlist *evlist, const char *prefix, bool no_indent) print_metric_headers() argument 956 print_interval(struct perf_stat_config *config, struct evlist *evlist, char *prefix, struct timespec *ts) print_interval() argument 1141 print_percore_thread(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_percore_thread() argument 1161 print_percore(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_percore() argument 1198 char buf[64], *prefix = NULL; perf_evlist__print_counters() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_syncmap.c | 74 u64 prefix; member 163 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later() 172 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later() 185 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later() 210 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf() 244 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set() 246 /* Climb back up the tree until we find a common prefix */ in __sync_set() 253 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set() 266 * Starting at the top, we check whether the current prefix matches. If in __sync_set() 271 * The matching prefix mean in __sync_set() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_syncmap.c | 74 u64 prefix; member 163 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later() 172 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later() 185 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later() 210 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf() 244 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set() 246 /* Climb back up the tree until we find a common prefix */ in __sync_set() 253 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set() 266 * Starting at the top, we check whether the current prefix matches. If in __sync_set() 271 * The matching prefix mean in __sync_set() [all...] |
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | simple-card-utils.c | 37 char *prefix, in asoc_simple_parse_convert() 42 if (!prefix) in asoc_simple_parse_convert() 43 prefix = ""; in asoc_simple_parse_convert() 46 snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-rate"); in asoc_simple_parse_convert() 50 snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-channels"); in asoc_simple_parse_convert() 58 char *prefix, in asoc_simple_parse_daifmt() 65 daifmt = snd_soc_of_parse_daifmt(node, prefix, in asoc_simple_parse_daifmt() 121 char *prefix) in asoc_simple_parse_card_name() 125 if (!prefix) in asoc_simple_parse_card_name() 126 prefix in asoc_simple_parse_card_name() 35 asoc_simple_parse_convert(struct device *dev, struct device_node *np, char *prefix, struct asoc_simple_data *data) asoc_simple_parse_convert() argument 55 asoc_simple_parse_daifmt(struct device *dev, struct device_node *node, struct device_node *codec, char *prefix, unsigned int *retfmt) asoc_simple_parse_daifmt() argument 120 asoc_simple_parse_card_name(struct snd_soc_card *card, char *prefix) asoc_simple_parse_card_name() argument 447 asoc_simple_parse_routing(struct snd_soc_card *card, char *prefix) asoc_simple_parse_routing() argument 465 asoc_simple_parse_widgets(struct snd_soc_card *card, char *prefix) asoc_simple_parse_widgets() argument 484 asoc_simple_parse_pin_switches(struct snd_soc_card *card, char *prefix) asoc_simple_parse_pin_switches() argument 541 asoc_simple_init_jack(struct snd_soc_card *card, struct asoc_simple_jack *sjack, int is_hp, char *prefix, char *pin) asoc_simple_init_jack() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_rx.c | 21 /* Get the value of a field in the RX prefix */ 34 bool ef100_rx_buf_hash_valid(const u8 *prefix) in ef100_rx_buf_hash_valid() argument 36 return PREFIX_FIELD(prefix, RSS_HASH_VALID); in ef100_rx_buf_hash_valid() 39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix) in ef100_has_fcs_error() argument 44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error() 62 u32 *prefix; in __ef100_rx_packet() local 64 prefix = (u32 *)(eh - ESE_GZ_RX_PKT_PREFIX_LEN); in __ef100_rx_packet() 66 if (ef100_has_fcs_error(channel, prefix) && in __ef100_rx_packet() 70 rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGTH)); in __ef100_rx_packet() 80 if (PREFIX_FIELD(prefix, NT_OR_INNER_L3_CLAS in __ef100_rx_packet() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_xattr.c | 63 .prefix = XATTR_USER_PREFIX, 70 .prefix = XATTR_TRUSTED_PREFIX, 77 .prefix = XATTR_SECURITY_PREFIX, 97 char *prefix, in __xfs_xattr_put_listent() 118 strncpy(offset, prefix, prefix_len); in __xfs_xattr_put_listent() 137 char *prefix; in xfs_xattr_put_listent() local 170 prefix = XATTR_TRUSTED_PREFIX; in xfs_xattr_put_listent() 173 prefix = XATTR_SECURITY_PREFIX; in xfs_xattr_put_listent() 176 prefix = XATTR_USER_PREFIX; in xfs_xattr_put_listent() 180 __xfs_xattr_put_listent(context, prefix, prefix_le in xfs_xattr_put_listent() 95 __xfs_xattr_put_listent( struct xfs_attr_list_context *context, char *prefix, int prefix_len, unsigned char *name, int namelen) __xfs_xattr_put_listent() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_rx.c | 21 /* Get the value of a field in the RX prefix */ 34 bool ef100_rx_buf_hash_valid(const u8 *prefix) in ef100_rx_buf_hash_valid() argument 36 return PREFIX_FIELD(prefix, RSS_HASH_VALID); in ef100_rx_buf_hash_valid() 39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix) in ef100_has_fcs_error() argument 44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error() 66 u32 *prefix; in __ef100_rx_packet() local 68 prefix = (u32 *)(eh - ESE_GZ_RX_PKT_PREFIX_LEN); in __ef100_rx_packet() 71 u32 mark = PREFIX_FIELD(prefix, USER_MARK); in __ef100_rx_packet() 77 if (ef100_has_fcs_error(channel, prefix) && in __ef100_rx_packet() 81 rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGT in __ef100_rx_packet() [all...] |
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ 56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ 90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ 91 atomic##prefix##_t *v) \ 102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ 115 c_type arch_atomic##prefix## [all...] |
/kernel/linux/linux-5.10/tools/lib/ |
H A D | string.c | 196 unsigned int words, prefix; in memchr_inv() local 206 prefix = (unsigned long)start % 8; in memchr_inv() 207 if (prefix) { in memchr_inv() 210 prefix = 8 - prefix; in memchr_inv() 211 r = check_bytes8(start, value, prefix); in memchr_inv() 214 start += prefix; in memchr_inv() 215 bytes -= prefix; in memchr_inv()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | btf_ids.h | 40 #define __ID(prefix) \ 41 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) 47 #define BTF_ID(prefix, name) \ 48 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__)) 82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ 84 BTF_ID(prefix, typename) 147 #define BTF_ID(prefix, name) 150 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 name[1];
|