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