Lines Matching defs:mbox
143 struct mbox { struct
144 struct otx2_mbox mbox; argument
145 struct work_struct mbox_wrk; argument
146 struct otx2_mbox mbox_up; argument
147 struct work_struct mbox_up_wrk; argument
149 void *bbuf_base; /* Bounce buffer for mbox memory */ argument
151 int num_msgs; /* mbox number of messages */ argument
152 int up_num_msgs; /* mbox_up number of messages */ argument
249 struct mbox mbox; member
357 static inline int otx2_mbox_bbuf_init(struct mbox *mbox, struct pci_dev *pdev) in otx2_mbox_bbuf_init()
380 static inline void otx2_sync_mbox_bbuf(struct otx2_mbox *mbox, int devid) in otx2_sync_mbox_bbuf()
469 static inline int otx2_sync_mbox_msg(struct mbox *mbox) in otx2_sync_mbox_msg()
483 static inline int otx2_sync_mbox_up_msg(struct mbox *mbox, int devid) in otx2_sync_mbox_up_msg()
500 static inline int otx2_sync_mbox_msg_busy_poll(struct mbox *mbox) in otx2_sync_mbox_msg_busy_poll()