Searched refs:mwork (Results 1 – 1 of 1) sorted by relevance
1416 static void __rvu_mbox_handler(struct rvu_work *mwork, int type) in __rvu_mbox_handler() argument1418 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() local1490 __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() local1497 __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() argument1502 struct rvu *rvu = mwork->rvu; in __rvu_mbox_up_handler()1521 devid = mwork - mw->mbox_wrk_up; in __rvu_mbox_up_handler()[all …]