Searched refs:filter_sel (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 175 u32 block_index, filter_sel; in bcmasp_netfilt_get_reg_offset() local 179 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset() 182 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset() 185 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset() 188 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset() 191 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset() 194 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset() 197 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset() 200 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset() 207 return ASP_RX_FILTER_NET_PAT(filter_sel, block_index, in bcmasp_netfilt_get_reg_offset() [all …]
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 576 enum cmn_filter_select filter_sel; member 1580 int wp_idx, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_val_add_event() 1628 int wp_idx, wp_cmb, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_validate_group() 1710 hw->filter_sel = arm_cmn_filter_sel(cmn, type, eventid); in arm_cmn_event_init() 1756 if (hw->filter_sel > SEL_NONE) in arm_cmn_event_clear() 1757 hw->dn[i].occupid[hw->filter_sel].count--; in arm_cmn_event_clear() 1839 if (arm_cmn_set_event_sel_hi(dn, hw->filter_sel, CMN_EVENT_OCCUPID(event))) in arm_cmn_event_add()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1886 int t4_filter_field_shift(const struct adapter *adap, int filter_sel);
|
H A D | t4_hw.c | 9517 int t4_filter_field_shift(const struct adapter *adap, int filter_sel) in t4_filter_field_shift() argument 9523 if ((filter_mode & filter_sel) == 0) in t4_filter_field_shift() 9526 for (sel = 1, field_shift = 0; sel < filter_sel; sel <<= 1) { in t4_filter_field_shift()
|