Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c271 pfvf->flow_cfg->dmacflt_bmap = devm_kcalloc(pfvf->dev, in otx2vf_mcam_flow_init()
274 if (!pfvf->flow_cfg->dmacflt_bmap) in otx2vf_mcam_flow_init()
295 pf->flow_cfg->dmacflt_bmap = devm_kcalloc(pf->dev, in otx2_mcam_flow_init()
298 if (!pf->flow_cfg->dmacflt_bmap) in otx2_mcam_flow_init()
400 if (!bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_add_macfilter()
483 !bitmap_empty(flow_cfg->dmacflt_bmap, in otx2_get_maxflows()
1080 set_bit(0, pfvf->flow_cfg->dmacflt_bmap); in otx2_add_flow_with_pfmac()
1149 if (bitmap_full(flow_cfg->dmacflt_bmap, in otx2_add_flow()
1163 if (!test_bit(0, flow_cfg->dmacflt_bmap)) in otx2_add_flow()
1167 flow->entry = find_first_zero_bit(flow_cfg->dmacflt_bmap, in otx2_add_flow()
[all …]
Dotx2_common.h359 unsigned long *dmacflt_bmap; member
Dotx2_pf.c1171 if (enable && !bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_cgx_config_loopback()