Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c499 ((priv->hw_params->hfb_filter_cnt - 1 - f_index) / 4) * in bcmgenet_hfb_set_filter_length()
712 for (i = 0; i < (priv->hw_params->hfb_filter_cnt / 4); i++) in bcmgenet_hfb_clear()
716 for (i = 0; i < priv->hw_params->hfb_filter_cnt; i++) in bcmgenet_hfb_clear()
3760 .hfb_filter_cnt = 16,
3774 .hfb_filter_cnt = 16,
3791 .hfb_filter_cnt = 48,
3810 .hfb_filter_cnt = 48,
3829 .hfb_filter_cnt = 48,
3938 params->hfb_filter_cnt, params->qtag_mask, in bcmgenet_set_hw_params()
H A Dbcmgenet.h490 u8 hfb_filter_cnt; member