Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_mbx.c28 uint32_t *mbx_sts) in qla4xxx_mailbox_command() argument
38 if (!mbx_cmd || !mbx_sts) { in qla4xxx_mailbox_command()
224 mbx_sts[0] = (-1); in qla4xxx_mailbox_command()
235 mbx_sts[i] = ha->mbox_status[i]; in qla4xxx_mailbox_command()
256 mbx_cmd[0], mbx_sts[0])); in qla4xxx_mailbox_command()
Dql4_glbl.h80 uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts);