Searched refs:mailbox_wait (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dqla1280.c732 complete(ha->mailbox_wait);
2424 if (ha->mailbox_wait) {
2427 ha->mailbox_wait = &wait;
2461 ha->mailbox_wait = NULL;
2515 if (!ha->mailbox_wait) {
3476 if(ha->mailbox_wait != NULL)
3477 complete(ha->mailbox_wait);
3489 if (!(ha->flags.online && !ha->mailbox_wait)) {
H A Dqla1280.h1049 struct completion *mailbox_wait; member in struct:scsi_qla_host

Completed in 167 milliseconds