Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c170 count = flow_cfg->ucast_flt_cnt + in otx2_mcam_entry_init()
216 flow_cfg->ucast_flt_cnt; in otx2_mcam_entry_init()
309 pf->flow_cfg->ucast_flt_cnt = OTX2_DEFAULT_UNICAST_FLOWS; in otx2_mcam_flow_init()
324 * pf->flow_cfg->ucast_flt_cnt, GFP_KERNEL); in otx2_mcam_flow_init()
366 if (netdev_uc_count(pf->netdev) > pf->flow_cfg->ucast_flt_cnt) in otx2_do_add_macfilter()
377 for (i = 0; i < pf->flow_cfg->ucast_flt_cnt; i++) { in otx2_do_add_macfilter()
420 for (i = 0; i < pf->flow_cfg->ucast_flt_cnt; i++) { in otx2_get_mcamentry_for_mac()
H A Dotx2_common.h364 u8 ucast_flt_cnt; member
H A Dotx2_pf.c1855 (netdev_uc_count(netdev) > pf->flow_cfg->ucast_flt_cnt)) { in otx2_do_set_rx_mode()