Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
733 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2422 if (ha->mailbox_wait) { in qla1280_mailbox_command()2425 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2459 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2514 if (!ha->mailbox_wait) { in qla1280_poll()3475 if(ha->mailbox_wait != NULL) in qla1280_isr()3476 complete(ha->mailbox_wait); in qla1280_isr()3488 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1049 struct completion *mailbox_wait; member