Lines Matching refs:ret_einval
1604 u32 ret_einval, end; in adjust_head() local
1630 ret_einval = nfp_prog_current_offset(nfp_prog) + 14; in adjust_head()
1631 end = ret_einval + 2; in adjust_head()
1640 emit_br(nfp_prog, BR_BLO, ret_einval, 0); in adjust_head()
1643 emit_br(nfp_prog, BR_BLO, ret_einval, 0); in adjust_head()
1650 emit_br(nfp_prog, BR_BMI, ret_einval, 0); in adjust_head()
1668 if (!nfp_prog_confirm_current_offset(nfp_prog, ret_einval)) in adjust_head()
1682 u32 ret_einval, end; in adjust_tail() local
1690 ret_einval = nfp_prog_current_offset(nfp_prog) + 9; in adjust_tail()
1698 emit_br(nfp_prog, BR_BCC, ret_einval, 0); in adjust_tail()
1702 emit_br(nfp_prog, BR_BMI, ret_einval, 0); in adjust_tail()
1713 if (!nfp_prog_confirm_current_offset(nfp_prog, ret_einval)) in adjust_tail()