Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.h21 #define SPARX5_VCAP_CID_IS0_L2 VCAP_CID_INGRESS_L2 /* IS0/CLM lookup 2 */ macro
H A Dsparx5_vcap_impl.c72 .last_cid = SPARX5_VCAP_CID_IS0_L2 - 1,
83 .first_cid = SPARX5_VCAP_CID_IS0_L2,
286 ((rule->vcap_chain_id >= SPARX5_VCAP_CID_IS0_L2 && in sparx5_vcap_is0_is_first_chain()
365 if (cid >= SPARX5_VCAP_CID_IS0_L1 && cid < SPARX5_VCAP_CID_IS0_L2) in sparx5_vcap_is0_cid_to_lookup()
367 else if (cid >= SPARX5_VCAP_CID_IS0_L2 && cid < SPARX5_VCAP_CID_IS0_L3) in sparx5_vcap_is0_cid_to_lookup()