Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.15/tools/perf/util/
H A DBuild81 perf-util-y += parse-events-flex.o
85 perf-util-y += pmu-flex.o
155 perf-util-y += expr-flex.o
263 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
271 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
273 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
281 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
283 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \
293 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/bpf-filter-flex.c \
349 CFLAGS_pmu-flex.o += $(flex_flags)
[all …]
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c309 u32 fdirm = 0, fdirtcpm = 0, flex = 0; in txgbe_fdir_set_input_mask() local
355 flex = rd32(wx, TXGBE_RDB_FDIR_FLEX_CFG(0)); in txgbe_fdir_set_input_mask()
356 flex &= ~TXGBE_RDB_FDIR_FLEX_CFG_FIELD0; in txgbe_fdir_set_input_mask()
357 flex |= (TXGBE_RDB_FDIR_FLEX_CFG_BASE_MAC | in txgbe_fdir_set_input_mask()
363 flex |= TXGBE_RDB_FDIR_FLEX_CFG_MSK; in txgbe_fdir_set_input_mask()
371 wr32(wx, TXGBE_RDB_FDIR_FLEX_CFG(0), flex); in txgbe_fdir_set_input_mask()
519 u32 flex = 0; in txgbe_init_fdir_signature() local
521 flex = rd32(wx, TXGBE_RDB_FDIR_FLEX_CFG(0)); in txgbe_init_fdir_signature()
522 flex &= ~TXGBE_RDB_FDIR_FLEX_CFG_FIELD0; in txgbe_init_fdir_signature()
524 flex |= (TXGBE_RDB_FDIR_FLEX_CFG_BASE_MAC | in txgbe_init_fdir_signature()
[all …]
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lan_txrx.h282 u8 flex; member
291 u8 flex[6]; member
H A Dvirtchnl2_lan_desc.h363 } flex; member
/linux-6.15/tools/build/
H A DMakefile.build114 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h205 } flex; member
241 } flex; member
281 } flex; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf.c2475 struct flex { struct
2484 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2498 *cs++ = flex->value; in gen8_store_flex()
2499 } while (flex++, --count); in gen8_store_flex()
2509 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2522 *cs++ = flex->value; in gen8_load_flex()
2532 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2552 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2581 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2686 struct flex *regs, in oa_configure_all_contexts()
[all …]
/linux-6.15/tools/scripts/
H A Dutilities.mak186 # was to check the flex version to see if we can use compiler warnings as
187 # errors for one of the cases flex generates code C compilers complains about.
196 # check the flex version to see if we can use compiler warnings as errors for
197 # one of the cases flex generates code C compilers complains about.
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c24 static bool iavf_is_descriptor_done(u64 qw1, bool flex) in iavf_is_descriptor_done() argument
26 if (flex) in iavf_is_descriptor_done()
1134 bool flex) in iavf_process_skb_fields() argument
1145 if (flex) { in iavf_process_skb_fields()
1364 bool flex) in iavf_extract_rx_fields() argument
1366 if (flex) in iavf_extract_rx_fields()
1386 bool flex = rx_ring->rxdid == VIRTCHNL_RXDID_2_FLEX_SQ_NIC; in iavf_clean_rx_irq() local
1417 if (!iavf_is_descriptor_done(qw1, flex)) in iavf_clean_rx_irq()
1420 fields = iavf_extract_rx_fields(rx_ring, rx_desc, flex); in iavf_clean_rx_irq()
1465 iavf_process_skb_fields(rx_ring, rx_desc, skb, fields.ptype, flex); in iavf_clean_rx_irq()
H A Diavf_ethtool.c856 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
880 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
881 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
882 flex->offset = FIELD_GET(IAVF_USERDEF_FLEX_OFFS_M, value); in iavf_parse_rx_flow_user_data()
883 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/linux-6.15/tools/perf/
H A D.gitignore31 *-flex.*
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst440 While the script handles expansion into an existing flex array, it does
441 still flag initial migration to flex arrays from 1-element fake flex
446 - __u32 flex[1]; /* fake flex */
447 + __u32 flex[]; /* real flex */
455 type of '__u32 flex[1]' changed:
/linux-6.15/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/linux-6.15/tools/lib/bpf/
H A Drelo_core.c367 bool flex; in bpf_core_parse_spec() local
373 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
374 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
643 bool flex; in bpf_core_spec_match() local
649 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
650 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/linux-6.15/Documentation/filesystems/ext4/
H A Dgroup_descr.rst17 property to group several block groups into a flex group and lay out all
19 group of the flex group.
/linux-6.15/scripts/
H A DMakefile.host9 $(call if_changed,flex)
/linux-6.15/Documentation/
H A DChanges39 flex 2.5.35 flex --version
133 during build. This requires flex 2.5.35 or later.
449 - <https://github.com/westes/flex/releases>
/linux-6.15/Documentation/translations/it_IT/process/
H A Dchanges.rst42 flex 2.5.35 flex --version
135 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo.
435 - <https://github.com/westes/flex/releases>
/linux-6.15/Documentation/process/
H A Dchanges.rst39 flex 2.5.35 flex --version
133 during build. This requires flex 2.5.35 or later.
449 - <https://github.com/westes/flex/releases>
/linux-6.15/tools/bpf/
H A DMakefile6 LEX = flex
/linux-6.15/fs/nfsd/
H A DKconfig133 draft-ietf-nfsv4-flex-files for more details.
136 to be a flex file server - it is for testing the client,
/linux-6.15/scripts/package/
H A DPKGBUILD25 flex
H A Dmkdebian211 Build-Depends-Arch: bc, bison, flex,
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_main.c3692 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3701 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3706 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3754 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3771 flex.index = index; in igc_add_flex_filter()
3772 flex.length = 32; in igc_add_flex_filter()
3773 flex.rx_queue = rule->action; in igc_add_flex_filter()
3793 igc_flex_filter_add_field(&flex, &vlan_etype, 12, in igc_add_flex_filter()
3818 ret = igc_write_flex_filter_ll(adapter, &flex); in igc_add_flex_filter()
3863 if (rule->flex) { in igc_enable_nfc_rule()
[all …]

12