Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c281 pfvf->flow_cfg->dmacflt_bmap = devm_kcalloc(pfvf->dev, in otx2vf_mcam_flow_init()
284 if (!pfvf->flow_cfg->dmacflt_bmap) in otx2vf_mcam_flow_init()
305 pf->flow_cfg->dmacflt_bmap = devm_kcalloc(pf->dev, in otx2_mcam_flow_init()
308 if (!pf->flow_cfg->dmacflt_bmap) in otx2_mcam_flow_init()
408 if (!bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_add_macfilter()
491 !bitmap_empty(flow_cfg->dmacflt_bmap, in otx2_get_maxflows()
1088 set_bit(0, pfvf->flow_cfg->dmacflt_bmap); in otx2_add_flow_with_pfmac()
1157 if (bitmap_full(flow_cfg->dmacflt_bmap, in otx2_add_flow()
1171 if (!test_bit(0, flow_cfg->dmacflt_bmap)) in otx2_add_flow()
1175 flow->entry = find_first_zero_bit(flow_cfg->dmacflt_bmap, in otx2_add_flow()
[all …]
H A Dotx2_common.h362 unsigned long *dmacflt_bmap; member
H A Dotx2_pf.c1175 if (enable && !bitmap_empty(pf->flow_cfg->dmacflt_bmap, in otx2_cgx_config_loopback()