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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h195 uint32_t fcip_ub_upstream; /* no ubufs in use */ member in struct:fcip
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c922 fptr->fcip_ub_upstream = 0;
2449 while (fptr->fcip_ub_upstream) {
3020 fptr->fcip_ub_upstream++;
3037 fptr->fcip_ub_upstream++;
3231 ASSERT(fptr->fcip_ub_upstream > 0);
3232 fptr->fcip_ub_upstream--;
3283 ASSERT(fptr->fcip_ub_upstream > 0);
3284 fptr->fcip_ub_upstream--;

Completed in 75 milliseconds