Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_devlink.c75 pfvf->flow_cfg->ucast_flt_cnt = ctx->val.vu8; in otx2_dl_ucast_flt_cnt_set()
91 ctx->val.vu8 = pfvf->flow_cfg ? pfvf->flow_cfg->ucast_flt_cnt : 0; in otx2_dl_ucast_flt_cnt_get()
Dotx2_flows.c173 count = flow_cfg->ucast_flt_cnt + in otx2_mcam_entry_init()
215 flow_cfg->ucast_flt_cnt; in otx2_mcam_entry_init()
304 pf->flow_cfg->ucast_flt_cnt = OTX2_DEFAULT_UNICAST_FLOWS; in otx2_mcam_flow_init()
318 * pf->flow_cfg->ucast_flt_cnt, GFP_KERNEL); in otx2_mcam_flow_init()
360 if (netdev_uc_count(pf->netdev) > pf->flow_cfg->ucast_flt_cnt) in otx2_do_add_macfilter()
371 for (i = 0; i < pf->flow_cfg->ucast_flt_cnt; i++) { in otx2_do_add_macfilter()
414 for (i = 0; i < pf->flow_cfg->ucast_flt_cnt; i++) { in otx2_get_mcamentry_for_mac()
Dotx2_common.h365 u8 ucast_flt_cnt; member
Dotx2_pf.c1717 (netdev_uc_count(netdev) > pf->flow_cfg->ucast_flt_cnt)) { in otx2_do_set_rx_mode()