Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
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()
415 rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] + alu->proto_offset); in ice_po_update()
417 rt->po = (u16)(rt->gpr[ICE_GPR_HO_IDX] - alu->proto_offset); in ice_po_update()
419 rt->po = rt->gpr[ICE_GPR_HO_IDX]; in ice_po_update()
624 ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] + rt->action->ho_inc); in ice_alu_pg_exe()
626 ice_rt_ho_set(rt, rt->gpr[ICE_GPR_HO_IDX] - rt->action->ho_inc); in ice_alu_pg_exe()
851 if (rt->gpr[ICE_GPR_HO_IDX] >= rt->pkt_len) { in ice_parser_rt_execute()
[all …]
Dice_parser.h396 #define ICE_GPR_HO_IDX 110 /* HO: Next Parsing Cycle hdr Offset */ macro