Searched refs:fcip_sendup_mutex (Results 1 – 2 of 2) sorted by relevance
897 mutex_init(&fptr->fcip_sendup_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()956 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()3104 CALLB_CPR_INIT(&fptr->fcip_cpr_info, &fptr->fcip_sendup_mutex, in fcip_sendup_thr()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()[all …]
220 kmutex_t fcip_sendup_mutex; /* for upstream data */ member