Searched defs:sends_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c184 uint_t sends_max; member in struct:ibcm_open_s
1580 ibcm_open.sends_max = 0;
1686 if (++ibcm_open.sends > ibcm_open.sends_max) {
1687 ibcm_open.sends_max = ibcm_open.sends;
1689 ibcm_open.sends_max);

Completed in 80 milliseconds