| /linux/tools/perf/util/ |
| H A D | Build | 85 perf-util-y += parse-events-flex.o 89 perf-util-y += pmu-flex.o 163 perf-util-y += expr-flex.o 180 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-flex.o 276 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 278 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 279 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $< 286 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c 288 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 289 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $< [all …]
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_fdir.c | 309 u32 fdirm = 0, fdirtcpm = 0, flex = 0; in txgbe_fdir_set_input_mask() local 358 flex = rd32(wx, TXGBE_RDB_FDIR_FLEX_CFG(index)); in txgbe_fdir_set_input_mask() 359 flex &= ~(TXGBE_RDB_FDIR_FLEX_CFG_FIELD0 << (offset * 8)); in txgbe_fdir_set_input_mask() 360 flex |= (TXGBE_RDB_FDIR_FLEX_CFG_BASE_MAC | in txgbe_fdir_set_input_mask() 366 flex |= TXGBE_RDB_FDIR_FLEX_CFG_MSK << (offset * 8); in txgbe_fdir_set_input_mask() 374 wr32(wx, TXGBE_RDB_FDIR_FLEX_CFG(index), flex); in txgbe_fdir_set_input_mask() 524 u32 flex = 0; in txgbe_init_fdir_signature() local 526 flex = rd32(wx, TXGBE_RDB_FDIR_FLEX_CFG(index)); in txgbe_init_fdir_signature() 527 flex &= ~(TXGBE_RDB_FDIR_FLEX_CFG_FIELD0 << (offset * 8)); in txgbe_init_fdir_signature() 529 flex |= (TXGBE_RDB_FDIR_FLEX_CFG_BASE_MAC | in txgbe_init_fdir_signature() [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7d-flex-concentrator-mfg.dts | 12 #include "imx7d-flex-concentrator.dts" 16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 2476 struct flex { struct 2485 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 2497 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex() 2499 *cs++ = flex->value; in gen8_store_flex() 2500 } while (flex++, --count); in gen8_store_flex() 2510 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 2522 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2523 *cs++ = flex->value; in gen8_load_flex() 2524 } while (flex++, --count); in gen8_load_flex() 2533 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
| /linux/tools/scripts/ |
| H A D | utilities.mak | 186 # 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/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lan_tx_rx.h | 205 } flex; member 241 } flex; member 281 } flex; member
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lan_txrx.h | 286 u8 flex; member 306 u8 flex[6]; member
|
| H A D | virtchnl2_lan_desc.h | 363 } flex; member
|
| /linux/tools/build/ |
| H A D | Makefile.build | 130 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 24 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() 1366 bool flex) in iavf_extract_rx_fields() argument 1368 if (flex) in iavf_extract_rx_fields() 1388 bool flex = rx_ring->rxdid == VIRTCHNL_RXDID_2_FLEX_SQ_NIC; in iavf_clean_rx_irq() local 1419 if (!iavf_is_descriptor_done(qw1, flex)) in iavf_clean_rx_irq() 1422 fields = iavf_extract_rx_fields(rx_ring, rx_desc, flex); in iavf_clean_rx_irq() 1467 iavf_process_skb_fields(rx_ring, rx_desc, skb, fields.ptype, flex); in iavf_clean_rx_irq()
|
| H A D | iavf_ethtool.c | 854 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local 878 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data() 879 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data() 880 flex->offset = FIELD_GET(IAVF_USERDEF_FLEX_OFFS_M, value); in iavf_parse_rx_flow_user_data() 881 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 440 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/drivers/scsi/aic7xxx/aicasm/ |
| H A D | Makefile | 20 LEX= flex
|
| /linux/tools/perf/ |
| H A D | .gitignore | 31 *-flex.*
|
| /linux/tools/lib/bpf/ |
| H A D | relo_core.c | 366 bool flex; in bpf_core_parse_spec() local 372 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec() 373 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec() 642 bool flex; in bpf_core_spec_match() local 648 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match() 649 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 17 property to group several block groups into a flex group and lay out all 19 group of the flex group.
|
| /linux/Documentation/ |
| H A D | Changes | 39 flex 2.5.35 flex --version 132 during build. This requires flex 2.5.35 or later. 447 - <https://github.com/westes/flex/releases>
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | changes.rst | 42 flex 2.5.35 flex --version 134 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo. 426 - <https://github.com/westes/flex/releases>
|
| /linux/scripts/ |
| H A D | Makefile.host | 9 $(call if_changed,flex)
|
| /linux/tools/bpf/ |
| H A D | Makefile | 6 LEX = flex
|
| /linux/scripts/package/ |
| H A D | PKGBUILD | 25 flex
|
| H A D | mkdebian | 211 Build-Depends-Arch: bc, bison, flex,
|
| H A D | kernel.spec | 20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 133 draft-ietf-nfsv4-flex-files for more details. 136 to be a flex file server - it is for testing the client,
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 3708 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument 3715 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field() 3724 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field() 3729 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field() 3777 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local 3794 flex.index = index; in igc_add_flex_filter() 3795 flex.length = 32; in igc_add_flex_filter() 3796 flex.rx_queue = rule->action; in igc_add_flex_filter() 3804 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter() 3809 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter() [all …]
|