Searched refs:hc_cmd_comp_cv (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pciehpc.c | 310 cv_signal(&ctrl_p->hc_cmd_comp_cv); in pciehpc_intr() 953 cv_init(&ctrl_p->hc_cmd_comp_cv, NULL, CV_DRIVER, NULL); in pciehpc_create_controller() 979 cv_destroy(&ctrl_p->hc_cmd_comp_cv); in pciehpc_destroy_controller() 1960 cv_wait(&ctrl_p->hc_cmd_comp_cv, &ctrl_p->hc_mutex); in pciehpc_issue_hpc_command() 1971 if (cv_timedwait(&ctrl_p->hc_cmd_comp_cv, &ctrl_p->hc_mutex, in pciehpc_issue_hpc_command() 1993 cv_signal(&ctrl_p->hc_cmd_comp_cv); in pciehpc_issue_hpc_command()
|
H A D | pcishpc.c | 286 cv_signal(&ctrl_p->hc_cmd_comp_cv); in pcishpc_intr() 846 cv_init(&ctrl_p->hc_cmd_comp_cv, NULL, CV_DRIVER, NULL); in pcishpc_create_controller() 952 cv_destroy(&ctrl_p->hc_cmd_comp_cv); in pcishpc_destroy_controller() 1615 cv_wait(&ctrl_p->hc_cmd_comp_cv, &ctrl_p->hc_mutex); in pcishpc_issue_command()
|
/titanic_41/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcie_hp.h | 233 kcondvar_t hc_cmd_comp_cv; /* Command Completion intr */ member
|