Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c279 if (!pfvf->flow_cfg->dmacflt_bmap) in otx2vf_mcam_flow_init()
300 pf->flow_cfg->dmacflt_bmap = devm_kcalloc(pf->dev, in otx2_mcam_flow_init()
303 if (!pf->flow_cfg->dmacflt_bmap) in otx2_mcam_flow_init()
406 if (!bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_add_macfilter()
489 !bitmap_empty(flow_cfg->dmacflt_bmap, in otx2_get_maxflows()
1086 set_bit(0, pfvf->flow_cfg->dmacflt_bmap); in otx2_add_flow_with_pfmac()
1155 if (bitmap_full(flow_cfg->dmacflt_bmap, in otx2_add_flow()
1169 if (!test_bit(0, flow_cfg->dmacflt_bmap)) in otx2_add_flow()
1179 set_bit(flow->entry, flow_cfg->dmacflt_bmap); in otx2_add_flow()
1248 clear_bit(0, pfvf->flow_cfg->dmacflt_bmap); in otx2_update_rem_pfmac()
[all …]
H A Dotx2_common.h351 unsigned long *dmacflt_bmap; member
H A Dotx2_pf.c1209 if (enable && !bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_cgx_config_loopback()