Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c236 t_idx += operand; in ulp_mapper_glb_field_tbl_get()
3233 operand); in ulp_mapper_cond_opc_process()
3242 operand); in ulp_mapper_cond_opc_process()
3249 operand); in ulp_mapper_cond_opc_process()
3252 operand); in ulp_mapper_cond_opc_process()
3262 operand); in ulp_mapper_cond_opc_process()
3269 operand); in ulp_mapper_cond_opc_process()
3272 operand); in ulp_mapper_cond_opc_process()
3282 operand); in ulp_mapper_cond_opc_process()
3341 operand); in ulp_mapper_cond_opc_process()
[all …]
H A Dulp_utils.c1030 ulp_operand_read(uint8_t *operand, in ulp_operand_read() argument
1035 if (!operand || !val) { in ulp_operand_read()
1039 memcpy(val, operand, bytes); in ulp_operand_read()
H A Dulp_utils.h502 ulp_operand_read(uint8_t *operand,
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmath_cmd.h237 rta_mathi(struct program *program, uint64_t operand, in rta_mathi() argument
254 ret = __rta_map_opcode((uint32_t)operand, math_op1, in rta_mathi()
257 ret = __rta_map_opcode((uint32_t)operand, math_op2, in rta_mathi()
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h731 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument
732 rta_mathi(program, operand, MATH_FUN_##operator, imm, result, length, \