ICE_GPR_HO_IDX
u16 ho = rt->gpr[ICE_GPR_HO_IDX];
u16 ho = rt->gpr[ICE_GPR_HO_IDX];
rt->gpr[ICE_GPR_HO_IDX] = ho;
rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] + alu->proto_offset);
rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] - alu->proto_offset);
rt->po = rt->gpr[ICE_GPR_HO_IDX];
if (idx == ICE_GPR_HO_IDX)
ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] + rt->action->ho_inc);
ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] - rt->action->ho_inc);
if (rt->gpr[ICE_GPR_HO_IDX] >= rt->pkt_len) {
rt->gpr[ICE_GPR_HO_IDX], rt->pkt_len);