Lines Matching refs:GPR_HO_IDX
12 #define GPR_HO_IDX 110 macro
22 rt->gpr[GPR_HO_IDX] = ho; in _rt_ho_set()
53 if (idx == GPR_HO_IDX) in _rt_gpr_set()
108 u16 ho = rt->gpr[GPR_HO_IDX]; in ice_parser_rt_pktbuf_set()
122 u16 ho = rt->gpr[GPR_HO_IDX]; in _bst_key_init()
436 rt->po = (u16)(rt->gpr[GPR_HO_IDX] + alu->proto_offset); in _po_update()
438 rt->po = (u16)(rt->gpr[GPR_HO_IDX] - alu->proto_offset); in _po_update()
440 rt->po = rt->gpr[GPR_HO_IDX]; in _po_update()
648 _rt_ho_set(rt, rt->gpr[GPR_HO_IDX] + rt->action->ho_inc); in _alu_pg_exe()
650 _rt_ho_set(rt, rt->gpr[GPR_HO_IDX] - rt->action->ho_inc); in _alu_pg_exe()
864 if (rt->gpr[GPR_HO_IDX] >= rt->pkt_len) { in ice_parser_rt_execute()
866 rt->gpr[GPR_HO_IDX], rt->pkt_len); in ice_parser_rt_execute()