Home
last modified time | relevance | path

Searched refs:src_offset (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmove_cmd.h79 uint64_t src, uint16_t src_offset,
88 uint16_t src_offset, uint64_t dst, in rta_move() argument
122 ret = set_move_offset(program, src, src_offset, dst, dst_offset, in rta_move()
131 opcode |= ((src_offset / 16) << MOVE_AUX_SHIFT) & MOVE_AUX_MASK; in rta_move()
138 offset = src_offset; in rta_move()
231 uint64_t src, uint16_t src_offset, in set_move_offset() argument
242 if ((src_offset) && (dst_offset)) { in set_move_offset()
252 *offset = src_offset; in set_move_offset()
259 (src_offset % 4)) { in set_move_offset()
266 *offset = src_offset; in set_move_offset()
[all …]
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h274 #define MOVE(program, src, src_offset, dst, dst_offset, length, opt) \ argument
275 rta_move(program, __MOVE, src, src_offset, dst, dst_offset, length, opt)
302 #define MOVEB(program, src, src_offset, dst, dst_offset, length, opt) \ argument
303 rta_move(program, __MOVEB, src, src_offset, dst, dst_offset, length, \
331 #define MOVEDW(program, src, src_offset, dst, dst_offset, length, opt) \ argument
332 rta_move(program, __MOVEDW, src, src_offset, dst, dst_offset, length, \
/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c317 if (((flex_cfg->src_offset[0] & 0x1) == 0) && in txgbe_set_fdir_flex_conf()
318 (flex_cfg->src_offset[1] == flex_cfg->src_offset[0] + 1) && in txgbe_set_fdir_flex_conf()
319 flex_cfg->src_offset[0] <= TXGBE_MAX_FLX_SOURCE_OFF) { in txgbe_set_fdir_flex_conf()
322 TXGBE_FDIRFLEXCFG_OFST(flex_cfg->src_offset[0] / 2); in txgbe_set_fdir_flex_conf()
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h388 uint16_t src_offset[RTE_ETH_FDIR_MAX_FLEXLEN];
390 src_offset[i] indicates the flexbyte i's offset in original
456 /** Maximum src_offset in bytes allowed. It indicates that
457 src_offset[i] in struct rte_eth_flex_payload_cfg should be less
392 uint16_t src_offset[RTE_ETH_FDIR_MAX_FLEXLEN]; global() member
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h2557 uint32_t src_offset = ip->hash_func.src.offset; in __instr_hash_func_exec() local
2568 result = func->func(&src_ptr[src_offset], n_src_bytes, 0); in __instr_hash_func_exec()
2609 uint32_t src_offset = ip->rss.src.offset; in __instr_rss_exec() local
2620 result = rss_func(r->key, r->key_size, &src_ptr[src_offset], n_src_bytes); in __instr_rss_exec()
H A Drte_swx_pipeline.c7264 uint32_t src_field_id, src_offset, i; in instr_pattern_validate_mov_all_replace() local
7271 src_offset = instr[1].mov.src.offset; in instr_pattern_validate_mov_all_replace()
7274 if (src_offset == a->st->fields[src_field_id].offset / 8) in instr_pattern_validate_mov_all_replace()
7281 instr[0].dma.src.offset[0] = (uint8_t)src_offset; in instr_pattern_validate_mov_all_replace()
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h4729 uint8_t src_offset; member