Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_switch.c125 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
149 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
184 rswitch->entry2pcifunc = kcalloc(alloc_req.count, sizeof(u16), in rvu_switch_enable()
186 if (!rswitch->entry2pcifunc) in rvu_switch_enable()
202 kfree(rswitch->entry2pcifunc); in rvu_switch_enable()
258 kfree(rswitch->entry2pcifunc); in rvu_switch_disable()
271 if (rswitch->entry2pcifunc[entry] == pcifunc) in rvu_switch_update_rules()
Drvu.h470 u16 *entry2pcifunc; member