Home
last modified time | relevance | path

Searched refs:filter_sel (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c192 u32 block_index, filter_sel; in bcmasp_netfilt_get_reg_offset() local
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()
224 return ASP_RX_FILTER_NET_PAT(filter_sel, block_index, in bcmasp_netfilt_get_reg_offset()
[all …]
/linux/drivers/perf/
H A Darm-cmn.c708 enum cmn_filter_select filter_sel; member
1855 int wp_idx, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_val_add_event()
1908 int wp_idx, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_validate_group()
2014 hw->filter_sel = arm_cmn_event_filter(cmn, type, eventid); in arm_cmn_event_init()
2063 if (hw->filter_sel) in arm_cmn_event_clear()
2064 hw->dn[i].filter[hw->filter_sel].count--; in arm_cmn_event_clear()
2065 if (hw->filter_sel == SEL_EVICT_STATE_SEL) in arm_cmn_event_clear()
2079 enum cmn_filter_select fsel = to_cmn_hw(event)->filter_sel; in arm_cmn_set_event_filter()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c9510 int t4_filter_field_shift(const struct adapter *adap, int filter_sel) in t4_filter_field_shift() argument
9516 if ((filter_mode & filter_sel) == 0) in t4_filter_field_shift()
9519 for (sel = 1, field_shift = 0; sel < filter_sel; sel <<= 1) { in t4_filter_field_shift()