Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
734 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2426 if (ha->mailbox_wait) { in qla1280_mailbox_command()2429 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2463 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2517 if (!ha->mailbox_wait) { in qla1280_poll()3478 if(ha->mailbox_wait != NULL) in qla1280_isr()3479 complete(ha->mailbox_wait); in qla1280_isr()3491 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1049 struct completion *mailbox_wait; member