Searched refs:otx2_mbox (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.c | 20 void otx2_mbox_reset(struct otx2_mbox *mbox, int devid) in otx2_mbox_reset() 37 void otx2_mbox_destroy(struct otx2_mbox *mbox) in otx2_mbox_destroy() 47 int otx2_mbox_init(struct otx2_mbox *mbox, void *hwbase, struct pci_dev *pdev, in otx2_mbox_init() 134 int otx2_mbox_wait_for_rsp(struct otx2_mbox *mbox, int devid) in otx2_mbox_wait_for_rsp() 149 int otx2_mbox_busy_poll_for_rsp(struct otx2_mbox *mbox, int devid) in otx2_mbox_busy_poll_for_rsp() 163 void otx2_mbox_msg_send(struct otx2_mbox *mbox, int devid) in otx2_mbox_msg_send() 196 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_alloc_msg_rsp() 231 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_get_rsp() 261 otx2_reply_invalid_msg(struct otx2_mbox *mbox, int devid, u16 pcifunc, u16 id) in otx2_reply_invalid_msg() 277 bool otx2_mbox_nonempty(struct otx2_mbox *mbox, int devid) in otx2_mbox_nonempty()
|
D | mbox.h | 62 struct otx2_mbox { struct 94 void otx2_mbox_reset(struct otx2_mbox *mbox, int devid); argument 95 void otx2_mbox_destroy(struct otx2_mbox *mbox); 96 int otx2_mbox_init(struct otx2_mbox *mbox, void __force *hwbase, 99 void otx2_mbox_msg_send(struct otx2_mbox *mbox, int devid); 100 int otx2_mbox_wait_for_rsp(struct otx2_mbox *mbox, int devid); 101 int otx2_mbox_busy_poll_for_rsp(struct otx2_mbox *mbox, int devid); 102 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, 104 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, 106 int otx2_reply_invalid_msg(struct otx2_mbox *mbox, int devid, [all …]
|
D | rvu.h | 215 struct otx2_mbox mbox; 218 struct otx2_mbox mbox_up;
|
D | rvu.c | 1366 static int rvu_process_mbox_msg(struct otx2_mbox *mbox, int devid, in rvu_process_mbox_msg() 1424 struct otx2_mbox *mbox; in __rvu_mbox_handler() 1507 struct otx2_mbox *mbox; in __rvu_mbox_up_handler() 1688 struct otx2_mbox *mbox; in rvu_queue_work()
|