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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c207 uint_t simul; /* #requests currently outstanding */ member in struct:ibcm_flow_s
1557 flow->simul = 0;
1642 if (flow->list == NULL && flow->simul < flow->simul_max) {
1643 flow->simul++;
1665 if (--flow->simul < flow->lowat) {
1675 flow->simul += flow1->waiters;

Completed in 69 milliseconds