Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c1416 static void __rvu_mbox_handler(struct rvu_work *mwork, int type) in __rvu_mbox_handler() argument
1418 struct rvu *rvu = mwork->rvu; in __rvu_mbox_handler()
1437 devid = mwork - mw->mbox_wrk; in __rvu_mbox_handler()
1488 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_handler() local
1490 __rvu_mbox_handler(mwork, TYPE_AFPF); in rvu_afpf_mbox_handler()
1495 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_handler() local
1497 __rvu_mbox_handler(mwork, TYPE_AFVF); in rvu_afvf_mbox_handler()
1500 static void __rvu_mbox_up_handler(struct rvu_work *mwork, int type) in __rvu_mbox_up_handler() argument
1502 struct rvu *rvu = mwork->rvu; in __rvu_mbox_up_handler()
1521 devid = mwork - mw->mbox_wrk_up; in __rvu_mbox_up_handler()
[all …]