Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_switch.c112 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
136 rswitch->entry2pcifunc[entry++] = pcifunc; in rvu_switch_install_rules()
170 rswitch->entry2pcifunc = kcalloc(alloc_req.count, sizeof(u16), in rvu_switch_enable()
172 if (!rswitch->entry2pcifunc) in rvu_switch_enable()
188 kfree(rswitch->entry2pcifunc); in rvu_switch_enable()
238 kfree(rswitch->entry2pcifunc); in rvu_switch_disable()
251 if (rswitch->entry2pcifunc[entry] == pcifunc) in rvu_switch_update_rules()
Drvu.h442 u16 *entry2pcifunc; member