Home
last modified time | relevance | path

Searched refs:fcip_mutex (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c945 mutex_exit(&fptr->fcip_mutex); in fcip_port_attach()
1125 mutex_enter(&fptr->fcip_mutex); in fcip_port_attach_handler()
1136 mutex_exit(&fptr->fcip_mutex); in fcip_port_attach_handler()
1245 mutex_exit(&fptr->fcip_mutex); in fcip_handle_resume()
1686 &fptr->fcip_mutex); in fcip_port_detach()
1837 mutex_exit(&fptr->fcip_mutex); in fcip_handle_suspend()
1962 mutex_exit(&fptr->fcip_mutex); in fcip_handle_suspend()
2262 mutex_exit(&fptr->fcip_mutex); in fcip_statec_cb()
2415 mutex_exit(&fptr->fcip_mutex); in fcip_statec_cb()
2490 mutex_exit(&fptr->fcip_mutex); in fcip_els_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h191 kmutex_t fcip_mutex; /* protect this structure */ member