Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1687 aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_DSTA_ADR(location), 0U); in hw_atl_rpfl3l4_ipv4_dest_addr_clear()
1706 HW_ATL_RPF_L3_DSTA_ADR(location + i), in hw_atl_rpfl3l4_ipv6_dest_addr_clear()
1723 aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_DSTA_ADR(location), in hw_atl_rpfl3l4_ipv4_dest_addr_set()
1758 HW_ATL_RPF_L3_DSTA_ADR(location + i), in hw_atl_rpfl3l4_ipv6_dest_addr_set()
H A Dhw_atl_llh_internal.h1394 #define HW_ATL_RPF_L3_DSTA_ADR(filter) (0x000053D0 + (filter) * 0x4) macro