Lines Matching refs:ret_einval
1569 u32 ret_einval, end; in adjust_head() local
1595 ret_einval = nfp_prog_current_offset(nfp_prog) + 14; in adjust_head()
1596 end = ret_einval + 2; in adjust_head()
1605 emit_br(nfp_prog, BR_BLO, ret_einval, 0); in adjust_head()
1608 emit_br(nfp_prog, BR_BLO, ret_einval, 0); in adjust_head()
1615 emit_br(nfp_prog, BR_BMI, ret_einval, 0); in adjust_head()
1633 if (!nfp_prog_confirm_current_offset(nfp_prog, ret_einval)) in adjust_head()
1647 u32 ret_einval, end; in adjust_tail() local
1655 ret_einval = nfp_prog_current_offset(nfp_prog) + 9; in adjust_tail()
1663 emit_br(nfp_prog, BR_BCC, ret_einval, 0); in adjust_tail()
1667 emit_br(nfp_prog, BR_BMI, ret_einval, 0); in adjust_tail()
1678 if (!nfp_prog_confirm_current_offset(nfp_prog, ret_einval)) in adjust_tail()