Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
742 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2431 if (ha->mailbox_wait) { in qla1280_mailbox_command()2434 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2468 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2523 if (!ha->mailbox_wait) { in qla1280_poll()3484 if(ha->mailbox_wait != NULL) in qla1280_isr()3485 complete(ha->mailbox_wait); in qla1280_isr()3497 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1050 struct completion *mailbox_wait; member