Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c188 struct bcmasp_net_filter *nfilt, in bcmasp_netfilt_get_reg_offset() argument
196 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
199 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
202 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
205 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
208 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
211 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
214 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
217 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
398 if (!nfilt->wake_filter) in bcmasp_netfilt_wr_to_hw()
[all …]
H A Dbcmasp.h593 struct bcmasp_net_filter *nfilt);