Lines Matching defs:mbox
176 struct mbox { struct
177 struct otx2_mbox mbox; member
178 struct work_struct mbox_wrk; argument
179 struct otx2_mbox mbox_up; argument
180 struct work_struct mbox_up_wrk; argument
182 void *bbuf_base; /* Bounce buffer for mbox memory */ argument
184 int num_msgs; /* mbox number of messages */ argument
185 int up_num_msgs; /* mbox_up number of messages */ argument
478 struct mbox mbox; member
654 static inline int otx2_mbox_bbuf_init(struct mbox *mbox, struct pci_dev *pdev) in otx2_mbox_bbuf_init()
677 static inline void otx2_sync_mbox_bbuf(struct otx2_mbox *mbox, int devid) in otx2_sync_mbox_bbuf()
798 static inline int otx2_sync_mbox_msg(struct mbox *mbox) in otx2_sync_mbox_msg()
812 static inline int otx2_sync_mbox_up_msg(struct mbox *mbox, int devid) in otx2_sync_mbox_up_msg()
829 static inline int otx2_sync_mbox_msg_busy_poll(struct mbox *mbox) in otx2_sync_mbox_msg_busy_poll()