Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3624 uint16_t mbox0 = REG_RD16(qlt, REG_MBOX(0)); in qlt_raw_mailbox_command() local
3625 if (mbox0 == QLT_MBX_CMD_SUCCESS) { in qlt_raw_mailbox_command()
3631 return (QLT_MBOX_FAILED | mbox0); in qlt_raw_mailbox_command()
3634 uint16_t mbox0, mbox1, mbox2, mbox3; in qlt_raw_mailbox_command() local
3637 mbox0 = REG_RD16(qlt, REG_MBOX(0)); in qlt_raw_mailbox_command()
3648 qlt->instance, mbox0, mbox1, mbox2, mbox3, in qlt_raw_mailbox_command()
3650 if (mbox0 == 0x8002) { in qlt_raw_mailbox_command()