Lines Matching refs:mwork
2188 static void __rvu_mbox_handler(struct rvu_work *mwork, int type, bool poll) in __rvu_mbox_handler() argument
2190 struct rvu *rvu = mwork->rvu; in __rvu_mbox_handler()
2209 devid = mwork - mw->mbox_wrk; in __rvu_mbox_handler()
2264 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_handler() local
2265 struct rvu *rvu = mwork->rvu; in rvu_afpf_mbox_handler()
2268 __rvu_mbox_handler(mwork, TYPE_AFPF, true); in rvu_afpf_mbox_handler()
2274 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_handler() local
2276 __rvu_mbox_handler(mwork, TYPE_AFVF, false); in rvu_afvf_mbox_handler()
2279 static void __rvu_mbox_up_handler(struct rvu_work *mwork, int type) in __rvu_mbox_up_handler() argument
2281 struct rvu *rvu = mwork->rvu; in __rvu_mbox_up_handler()
2300 devid = mwork - mw->mbox_wrk_up; in __rvu_mbox_up_handler()
2349 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_up_handler() local
2351 __rvu_mbox_up_handler(mwork, TYPE_AFPF); in rvu_afpf_mbox_up_handler()
2356 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_up_handler() local
2358 __rvu_mbox_up_handler(mwork, TYPE_AFVF); in rvu_afvf_mbox_up_handler()
2428 struct rvu_work *mwork; in rvu_mbox_init() local
2518 mwork = &mw->mbox_wrk[i]; in rvu_mbox_init()
2519 mwork->rvu = rvu; in rvu_mbox_init()
2520 INIT_WORK(&mwork->work, mbox_handler); in rvu_mbox_init()
2522 mwork = &mw->mbox_wrk_up[i]; in rvu_mbox_init()
2523 mwork->rvu = rvu; in rvu_mbox_init()
2524 INIT_WORK(&mwork->work, mbox_up_handler); in rvu_mbox_init()