Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c956 mutex_enter(&fptr->fcip_sendup_mutex); in fcip_port_attach()
960 mutex_exit(&fptr->fcip_sendup_mutex); in fcip_port_attach()
969 mutex_exit(&fptr->fcip_sendup_mutex); in fcip_port_attach()
3022 mutex_enter(&fptr->fcip_sendup_mutex); in fcip_sendup_alloc_enque()
3031 mutex_exit(&fptr->fcip_sendup_mutex); in fcip_sendup_alloc_enque()
3107 mutex_enter(&fptr->fcip_sendup_mutex); in fcip_sendup_thr()
3114 &fptr->fcip_sendup_mutex); in fcip_sendup_thr()
3116 &fptr->fcip_sendup_mutex); in fcip_sendup_thr()
3126 mutex_exit(&fptr->fcip_sendup_mutex); in fcip_sendup_thr()
3167 mutex_exit(&fptr->fcip_sendup_mutex); in fcip_sendup_thr()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h220 kmutex_t fcip_sendup_mutex; /* for upstream data */ member