Searched refs:mailbox_wait (Results 1 – 2 of 2) sorted by relevance
732 complete(ha->mailbox_wait); in qla1280_mailbox_timeout()2424 if (ha->mailbox_wait) { in qla1280_mailbox_command()2427 ha->mailbox_wait = &wait; in qla1280_mailbox_command()2461 ha->mailbox_wait = NULL; in qla1280_mailbox_command()2515 if (!ha->mailbox_wait) { in qla1280_poll()3476 if(ha->mailbox_wait != NULL) in qla1280_isr()3477 complete(ha->mailbox_wait); in qla1280_isr()3489 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr()
1049 struct completion *mailbox_wait; member