Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
771 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2471 if (ha->mailbox_wait) { in qla1280_mailbox_command()2474 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2508 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2563 if (!ha->mailbox_wait) { in qla1280_poll()3551 if(ha->mailbox_wait != NULL) in qla1280_isr()3552 complete(ha->mailbox_wait); in qla1280_isr()3564 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1057 struct completion *mailbox_wait; member