Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
771 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2472 if (ha->mailbox_wait) { in qla1280_mailbox_command()2475 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2512 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2567 if (!ha->mailbox_wait) { in qla1280_poll()3555 if(ha->mailbox_wait != NULL) in qla1280_isr()3556 complete(ha->mailbox_wait); in qla1280_isr()3568 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1057 struct completion *mailbox_wait; member