Home
last modified time | relevance | path

Searched refs:ICE_GPR_HO_IDX (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ice/
A Dice_parser_rt.c13 rt->gpr[ICE_GPR_HO_IDX] = ho; in ice_rt_ho_set()
49 if (idx == ICE_GPR_HO_IDX) in ice_rt_gpr_set()
106 u16 ho = rt->gpr[ICE_GPR_HO_IDX]; in ice_parser_rt_pktbuf_set()
118 u16 ho = rt->gpr[ICE_GPR_HO_IDX]; in ice_bst_key_init()
413 rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] + alu->proto_offset); in ice_po_update()
415 rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] - alu->proto_offset); in ice_po_update()
417 rt->po = rt->gpr[ICE_GPR_HO_IDX]; in ice_po_update()
622 ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] + rt->action->ho_inc); in ice_alu_pg_exe()
624 ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] - rt->action->ho_inc); in ice_alu_pg_exe()
849 if (rt->gpr[ICE_GPR_HO_IDX] >= rt->pkt_len) { in ice_parser_rt_execute()
[all …]
A Dice_parser.h395 #define ICE_GPR_HO_IDX 110 /* HO: Next Parsing Cycle hdr Offset */ macro

Completed in 9 milliseconds