Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_switch.c125 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
149 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
186 rswitch->entry2pcifunc = kcalloc(alloc_req.count, sizeof(u16), in rvu_switch_enable()
188 if (!rswitch->entry2pcifunc) in rvu_switch_enable()
209 kfree(rswitch->entry2pcifunc); in rvu_switch_enable()
269 kfree(rswitch->entry2pcifunc); in rvu_switch_disable()
285 if (rswitch->entry2pcifunc[entry] == pcifunc) in rvu_switch_update_rules()
H A Drvu_rep.c334 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_rep_install_mcam_rules()
340 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_rep_install_mcam_rules()
361 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_rep_install_mcam_rules()
368 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_rep_install_mcam_rules()
405 if (rswitch->entry2pcifunc[entry] == pcifunc) in rvu_rep_update_rules()
H A Drvu.h513 u16 *entry2pcifunc; member