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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c149 int exch_base_off; local
155 exch_base_off = fcp->fc_exch_base_off;
156 if (exch_base_off >= fcoib->hfc_fexch_qps_per_port)
157 exch_base_off = -1;
159 return (exch_base_off);

Completed in 57 milliseconds