Searched defs:mailbox_channel (Results 1 – 1 of 1) sorted by relevance
55 struct mailbox_channel { struct56 struct mailbox *mb;57 struct xdna_mailbox_chann_res res[CHAN_RES_NUM];58 int msix_irq;59 u32 iohub_int_addr;60 struct xarray chan_xa;61 u32 next_msgid;62 u32 x2i_tail;65 struct workqueue_struct *work_q;66 struct work_struct rx_work;[all …]