Home
last modified time | relevance | path

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; in hermon_fcoib_check_exch_base_off() local
155 exch_base_off = fcp->fc_exch_base_off; in hermon_fcoib_check_exch_base_off()
156 if (exch_base_off >= fcoib->hfc_fexch_qps_per_port) in hermon_fcoib_check_exch_base_off()
157 exch_base_off = -1; in hermon_fcoib_check_exch_base_off()
159 return (exch_base_off); in hermon_fcoib_check_exch_base_off()