Searched refs:cv_mbx_wait (Results 1 – 3 of 3) sorted by relevance
115 cv_stat = cv_reltimedwait_sig(&ha->cv_mbx_wait, in ql_mailbox_command()125 cv_broadcast(&ha->cv_mbx_wait); in ql_mailbox_command()272 cv_broadcast(&ha->cv_mbx_wait); in ql_mailbox_command()
11880 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex, in ql_binary_fw_dump()15924 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex, in ql_suspend_adapter()15964 cv_broadcast(&ha->cv_mbx_wait); in ql_suspend_adapter()16931 cv_init(&ha->cv_mbx_wait, NULL, CV_DRIVER, NULL); in ql_init_mutex()16990 cv_destroy(&ha->cv_mbx_wait); in ql_destroy_mutex()
1483 kcondvar_t cv_mbx_wait; member