Home
last modified time | relevance | path

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

12

/linux/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/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";
H A Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c2472 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 Didpf_lan_txrx.h282 u8 flex; member
291 u8 flex[6]; member
H A Dvirtchnl2_lan_desc.h363 } flex; member
/linux/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/tools/build/
H A DMakefile.build108 # bison and flex files are generated in the OUTPUT directory
114 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/linux/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/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/linux/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/scripts/
H A DMakefile.host9 $(call if_changed,flex)
/linux/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/fs/nfsd/
H A DKconfig132 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 DMakefile6 LEX = flex
/linux/drivers/net/ethernet/intel/iavf/
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/scripts/package/
H A Dkernel.spec21 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
H A DPKGBUILD25 flex
H A Dmkdebian208 Build-Depends-Arch: bc, bison, flex,
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3609 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 DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux/Documentation/bpf/
H A Ds390.rst46 flex \
/linux/tools/perf/
H A DMakefile.perf218 FLEX ?= flex
893 $(OUTPUT)%-flex.o: %.c prepare FORCE
1266 $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux/rust/
H A DMakefile242 -fstrict-flex-arrays=% -fmin-function-alignment=% \
/linux/
H A DMakefile530 LEX = flex
1051 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)

12