Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.c148 struct bcmasp_net_filter *nfilt) in bcmasp_netfilt_hw_en_wake() argument
151 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
157 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
159 rx_filter_core_wl(priv, ASP_RX_FILTER_NET_CFG_CH(nfilt->port + 8) | in bcmasp_netfilt_hw_en_wake()
166 ASP_RX_FILTER_NET_CFG_UMC(nfilt->port), in bcmasp_netfilt_hw_en_wake()
167 ASP_RX_FILTER_NET_CFG(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
169 rx_filter_core_wl(priv, ASP_RX_FILTER_NET_CFG_CH(nfilt->port + 8) | in bcmasp_netfilt_hw_en_wake()
176 ASP_RX_FILTER_NET_CFG_UMC(nfilt->port), in bcmasp_netfilt_hw_en_wake()
177 ASP_RX_FILTER_NET_CFG(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
188 struct bcmasp_net_filter *nfilt, in bcmasp_netfilt_get_reg_offset() argument
[all …]
Dbcmasp.h595 struct bcmasp_net_filter *nfilt);