Searched refs:fcip_cpr_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h231 callb_cpr_t fcip_cpr_info; /* for the sendup thread */ member in struct:fcip
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3179 CALLB_CPR_INIT(&fptr->fcip_cpr_info, &fptr->fcip_sendup_mutex,
3187 CALLB_CPR_SAFE_BEGIN(&fptr->fcip_cpr_info);
3190 CALLB_CPR_SAFE_END(&fptr->fcip_cpr_info,
3243 CALLB_CPR_EXIT(&fptr->fcip_cpr_info);

Completed in 75 milliseconds