Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dmac_flt.c86 dmacindex = &pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_add()
137 u32 dmacindex = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_remove()
198 req->index = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_update()
213 pf->flow_cfg->bmap_to_dmacindex[bit_pos] = rsp->index; in otx2_dmacflt_update()
H A Dotx2_flows.c336 pf->flow_cfg->bmap_to_dmacindex = in otx2_mcam_flow_init()
341 if (!pf->flow_cfg->bmap_to_dmacindex) in otx2_mcam_flow_init()
H A Dotx2_common.h361 u32 *bmap_to_dmacindex; member