/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 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/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";
|
H A D | imx7d-flex-concentrator.dts | 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 2472 struct flex { struct 2481 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 2493 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex() 2495 *cs++ = flex->value; in gen8_store_flex() 2496 } while (flex++, --count); in gen8_store_flex() 2506 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 2518 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2519 *cs++ = flex in gen8_load_flex() 2529 gen8_modify_context(struct intel_context * ce,const struct flex * flex,unsigned int count) gen8_modify_context() argument 2549 gen8_modify_self(struct intel_context * ce,const struct flex * flex,unsigned int count,struct i915_active * active) gen8_modify_self() argument 2578 gen8_configure_context(struct i915_perf_stream * stream,struct i915_gem_context * ctx,struct flex * flex,unsigned int count) gen8_configure_context() argument [all...] |
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lan_txrx.h | 282 u8 flex; member 291 u8 flex[6]; member
|
H A D | virtchnl2_lan_desc.h | 363 } flex; member
|
/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/tools/build/ |
H A D | Makefile.build | 108 # bison and flex files are generated in the OUTPUT directory 114 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
|
/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/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/scripts/ |
H A D | Makefile.host | 9 $(call if_changed,flex)
|
/linux/Documentation/ |
H A D | Changes | 39 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/fs/nfsd/ |
H A D | Kconfig | 132 draft-ietf-nfsv4-flex-files for more details. 135 to be a flex file server - it is for testing the client,
|
/linux/tools/bpf/ |
H A D | Makefile | 6 LEX = flex
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 856 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/scripts/package/ |
H A D | kernel.spec | 21 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
H A D | PKGBUILD | 25 flex
|
H A D | mkdebian | 208 Build-Depends-Arch: bc, bison, flex,
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 3609 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument 3616 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field() 3625 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field() 3630 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field() 3678 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local 3695 flex.index = index; in igc_add_flex_filter() 3696 flex.length = 32; in igc_add_flex_filter() 3697 flex.rx_queue = rule->action; in igc_add_flex_filter() 3705 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter() 3710 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter() [all …]
|
/linux/tools/build/Documentation/ |
H A D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
/linux/Documentation/bpf/ |
H A D | s390.rst | 46 flex \
|
/linux/tools/perf/ |
H A D | Makefile.perf | 218 FLEX ?= flex 893 $(OUTPUT)%-flex.o: %.c prepare FORCE 1266 $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
|
/linux/rust/ |
H A D | Makefile | 242 -fstrict-flex-arrays=% -fmin-function-alignment=% \
|
/linux/ |
H A D | Makefile | 530 LEX = flex 1051 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)
|