Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.h30 #define SPARX5_VCAP_CID_IS2_L2 VCAP_CID_INGRESS_STAGE2_L2 /* IS2 lookup 2 */ macro
H A Dsparx5_vcap_impl.c108 .last_cid = SPARX5_VCAP_CID_IS2_L2 - 1,
119 .first_cid = SPARX5_VCAP_CID_IS2_L2,
297 ((rule->vcap_chain_id >= SPARX5_VCAP_CID_IS2_L2 && in sparx5_vcap_is2_is_first_chain()
384 if (cid >= SPARX5_VCAP_CID_IS2_L1 && cid < SPARX5_VCAP_CID_IS2_L2) in sparx5_vcap_is2_cid_to_lookup()
386 else if (cid >= SPARX5_VCAP_CID_IS2_L2 && cid < SPARX5_VCAP_CID_IS2_L3) in sparx5_vcap_is2_cid_to_lookup()