Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_vcap.c1021 ANA_PORT_VCAP_S2_CFG_S2_ARP_DIS(BIT(lookup)) | in ocelot_match_all_as_mac_etype()
1028 ANA_PORT_VCAP_S2_CFG_S2_ARP_DIS(BIT(lookup)) | in ocelot_match_all_as_mac_etype()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot_ana.h350 #define ANA_PORT_VCAP_S2_CFG_S2_ARP_DIS(x) (((x) << 10) & GENMASK(11, 10)) macro