Searched refs:jump_type (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | jump_cmd.h | 52 enum rta_jump_type jump_type, in rta_jump() argument 60 switch (jump_type) { in rta_jump() 117 if ((jump_type != LOCAL_JUMP_INC) && (jump_type != LOCAL_JUMP_DEC)) { in rta_jump() 138 if ((jump_type == LOCAL_JUMP) || (jump_type == LOCAL_JUMP_INC) || in rta_jump() 139 (jump_type == LOCAL_JUMP_DEC) || (jump_type == GOSUB) || in rta_jump() 140 (jump_type == HALT_STATUS)) in rta_jump() 146 if (jump_type == FAR_JUMP) in rta_jump()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 561 #define JUMP(program, addr, jump_type, test_type, cond) \ argument 562 rta_jump(program, addr, jump_type, test_type, cond, NONE)
|