Searched refs:pdone_q (Results 1 – 1 of 1) sorted by relevance
2132 wait_queue_head_t *pdone_q; in lpfc_sli_wake_mbox_wait() local2141 pdone_q = (wait_queue_head_t *) pmboxq->context1; in lpfc_sli_wake_mbox_wait()2142 if (pdone_q) in lpfc_sli_wake_mbox_wait()2143 wake_up_interruptible(pdone_q); in lpfc_sli_wake_mbox_wait()10282 wait_queue_head_t *pdone_q; in lpfc_sli_wake_iocb_wait() local10318 pdone_q = cmdiocbq->context_un.wait_queue; in lpfc_sli_wake_iocb_wait()10319 if (pdone_q) in lpfc_sli_wake_iocb_wait()10320 wake_up(pdone_q); in lpfc_sli_wake_iocb_wait()