Home
last modified time | relevance | path

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

/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()
3738 .hfb_filter_cnt = 16,
3752 .hfb_filter_cnt = 16,
3769 .hfb_filter_cnt = 48,
3788 .hfb_filter_cnt = 48,
3807 .hfb_filter_cnt = 48,
3916 params->hfb_filter_cnt, params->qtag_mask, in bcmgenet_set_hw_params()
H A Dbcmgenet.h490 u8 hfb_filter_cnt; member