Searched +defs:val +defs:strategy (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82598.c | 909 static int ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val) in ixgbe_read_analog_reg8_82598() 931 static int ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val) in ixgbe_write_analog_reg8_82598() 1085 u32 headroom, int strategy) in ixgbe_set_rxpba_82598()
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_compress.c | 211 static int ZSTD_rowMatchFinderSupported(const ZSTD_strategy strategy) { in ZSTD_rowMatchFinderSupported() 218 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) { in ZSTD_rowMatchFinderUsed() 250 static int ZSTD_allocateChainTable(const ZSTD_strategy strategy, in ZSTD_allocateChainTable() 570 #define BOUNDCHECK(cParam, val) { \ argument 1181 # define CLAMP_TYPE(cParam, val, type) { \ in ZSTD_clampCParams() argument 1186 # define CLAMP(cParam, val) CLAMP_TYPE(cParam, val, unsigned) in ZSTD_clampCParams() argument 2363 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() 2492 ZSTD_strategy const strategy = cctxParams->cParams.strategy; in ZSTD_entropyCompressSeqStore_internal() local 3089 ZSTD_strategy const strategy = cctxParams->cParams.strategy; in ZSTD_buildBlockEntropyStats_sequences() local
|