Home
last modified time | relevance | path

Searched refs:cudbg_mbox_log (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h191 struct cudbg_mbox_log { struct
H A Dcudbg_lib.c3030 struct cudbg_mbox_log *mboxlog = NULL; in collect_mbox_log()
3051 size = sizeof(struct cudbg_mbox_log) * mbox_cmds; in collect_mbox_log()
3057 mboxlog = (struct cudbg_mbox_log *)scratch_buff.data; in collect_mbox_log()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c3674 struct cudbg_mbox_log *mboxlog = NULL; in view_mbox_log()
3683 mbox_cmds = (u16)dc_buff.size / sizeof(struct cudbg_mbox_log); in view_mbox_log()
3684 mboxlog = (struct cudbg_mbox_log *)dc_buff.data; in view_mbox_log()