Searched refs:mboxlog (Results 1 – 1 of 1) sorted by relevance
3071 struct cudbg_mbox_log *mboxlog = NULL; in collect_mbox_log() local3097 mboxlog = (struct cudbg_mbox_log *)scratch_buff.data; in collect_mbox_log()3109 memcpy(&mboxlog->entry, entry, sizeof(struct mbox_cmd)); in collect_mbox_log()3113 mboxlog->hi[i] = (u32)(flit >> 32); in collect_mbox_log()3114 mboxlog->lo[i] = (u32)flit; in collect_mbox_log()3117 mboxlog++; in collect_mbox_log()