Searched refs:_gpr_add (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_parser_rt.c | 381 static void _gpr_add(struct ice_parser_rt *rt, int idx, u16 val) in _gpr_add() function 394 _gpr_add(rt, GPR_NP_IDX, rt->action->next_pc); in _pg_exe() 395 _gpr_add(rt, GPR_NN_IDX, rt->action->next_node); in _pg_exe() 536 _gpr_add(rt, alu->dst_reg_id, dst); in _alu_exe() 540 _gpr_add(rt, alu->dst_reg_id, dst); in _alu_exe() 545 _gpr_add(rt, GPR_NP_IDX, alu->branch_addr); in _alu_exe() 550 _gpr_add(rt, GPR_NP_IDX, alu->branch_addr); in _alu_exe() 557 _gpr_add(rt, GPR_NP_IDX, alu->branch_addr); in _alu_exe() 561 _gpr_add(rt, alu->dst_reg_id, dst); in _alu_exe()
|