Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dmac_flt.c81 dmacindex = &pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_add()
132 u32 dmacindex = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_remove()
193 req->index = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_update()
204 pf->flow_cfg->bmap_to_dmacindex[bit_pos] = rsp->index; in otx2_dmacflt_update()
Dotx2_flows.c301 pf->flow_cfg->bmap_to_dmacindex = in otx2_mcam_flow_init()
306 if (!pf->flow_cfg->bmap_to_dmacindex) in otx2_mcam_flow_init()
Dotx2_common.h337 u32 *bmap_to_dmacindex; member