Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
743 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2427 if (ha->mailbox_wait) { in qla1280_mailbox_command()2430 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2464 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2519 if (!ha->mailbox_wait) { in qla1280_poll()3480 if(ha->mailbox_wait != NULL) in qla1280_isr()3481 complete(ha->mailbox_wait); in qla1280_isr()3493 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1048 struct completion *mailbox_wait; member