Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c30 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
186 otx2_mbox_msg_send(&rvu->afpf_wq_info.mbox_up, pfid); in cgx_notify_pfs()
187 err = otx2_mbox_wait_for_rsp(&rvu->afpf_wq_info.mbox_up, pfid); in cgx_notify_pfs()
Drvu.c1522 mbox = &mw->mbox_up; in __rvu_mbox_up_handler()
1646 err = otx2_mbox_init(&mw->mbox_up, hwbase, rvu->pdev, in rvu_mbox_init()
1681 otx2_mbox_destroy(&mw->mbox_up); in rvu_mbox_destroy()
1703 mbox = &mw->mbox_up; in rvu_queue_work()
Drvu.h218 struct otx2_mbox mbox_up; member