Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c356 if (bitmap_weight(&pf->flow_cfg->dmacflt_bmap, in otx2_add_macfilter()
439 bitmap_weight(&flow_cfg->dmacflt_bmap, in otx2_get_maxflows()
984 set_bit(0, &pfvf->flow_cfg->dmacflt_bmap); in otx2_add_flow_with_pfmac()
1038 if (bitmap_full(&flow_cfg->dmacflt_bmap, in otx2_add_flow()
1052 if (!test_bit(0, &flow_cfg->dmacflt_bmap)) in otx2_add_flow()
1056 flow->entry = find_first_zero_bit(&flow_cfg->dmacflt_bmap, in otx2_add_flow()
1062 set_bit(flow->entry, &flow_cfg->dmacflt_bmap); in otx2_add_flow()
1128 clear_bit(0, &pfvf->flow_cfg->dmacflt_bmap); in otx2_update_rem_pfmac()
1168 clear_bit(flow->entry, &flow_cfg->dmacflt_bmap); in otx2_remove_flow()
1173 if (bitmap_weight(&flow_cfg->dmacflt_bmap, in otx2_remove_flow()
Dotx2_common.h296 unsigned long dmacflt_bmap; member
Dotx2_pf.c1110 if (enable && bitmap_weight(&pf->flow_cfg->dmacflt_bmap, in otx2_cgx_config_loopback()