• Home
  • Raw
  • Download

Lines Matching refs:mwork

1416 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()
1569 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_up_handler() local
1571 __rvu_mbox_up_handler(mwork, TYPE_AFPF); in rvu_afpf_mbox_up_handler()
1576 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_up_handler() local
1578 __rvu_mbox_up_handler(mwork, TYPE_AFVF); in rvu_afvf_mbox_up_handler()
1588 struct rvu_work *mwork; in rvu_mbox_init() local
1652 mwork = &mw->mbox_wrk[i]; in rvu_mbox_init()
1653 mwork->rvu = rvu; in rvu_mbox_init()
1654 INIT_WORK(&mwork->work, mbox_handler); in rvu_mbox_init()
1656 mwork = &mw->mbox_wrk_up[i]; in rvu_mbox_init()
1657 mwork->rvu = rvu; in rvu_mbox_init()
1658 INIT_WORK(&mwork->work, mbox_up_handler); in rvu_mbox_init()