Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c131 struct bcmasp_net_filter *nfilt) in bcmasp_netfilt_hw_en_wake() argument
134 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
140 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
142 rx_filter_core_wl(priv, ASP_RX_FILTER_NET_CFG_CH(nfilt->port + 8) | in bcmasp_netfilt_hw_en_wake()
149 ASP_RX_FILTER_NET_CFG_UMC(nfilt->port), in bcmasp_netfilt_hw_en_wake()
150 ASP_RX_FILTER_NET_CFG(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
152 rx_filter_core_wl(priv, ASP_RX_FILTER_NET_CFG_CH(nfilt->port + 8) | in bcmasp_netfilt_hw_en_wake()
159 ASP_RX_FILTER_NET_CFG_UMC(nfilt->port), in bcmasp_netfilt_hw_en_wake()
160 ASP_RX_FILTER_NET_CFG(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
171 struct bcmasp_net_filter *nfilt, in bcmasp_netfilt_get_reg_offset() argument
[all …]
H A Dbcmasp.h576 struct bcmasp_net_filter *nfilt);