Home
last modified time | relevance | path

Searched refs:qp_indx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c203 uint32_t qp_indx; in hermon_fcoib_qpn_to_mkey() local
207 qp_indx = qpnum - fcoib->hfc_fexch_base[i]; in hermon_fcoib_qpn_to_mkey()
208 if (qp_indx < fcoib->hfc_fexch_qps_per_port) in hermon_fcoib_qpn_to_mkey()
209 return ((qp_indx + fcoib->hfc_mpt_base[i]) << 8); in hermon_fcoib_qpn_to_mkey()
220 uint32_t qp_indx) in hermon_fcoib_fexch_relative_qpn() argument
224 qp_indx -= state->hs_fcoib.hfc_fexch_base[port]; in hermon_fcoib_fexch_relative_qpn()
225 return (qp_indx); in hermon_fcoib_fexch_relative_qpn()
234 uint8_t port, uint32_t qp_indx, uint_t sleep) in hermon_fcoib_fexch_mkey_init() argument
245 qp_indx -= fcoib->hfc_fexch_base[port]; /* relative to FEXCH base */ in hermon_fcoib_fexch_mkey_init()
246 if (qp_indx > fcoib->hfc_fexch_qps_per_port) in hermon_fcoib_fexch_mkey_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fcoib.h91 uint8_t port, uint32_t qp_indx, uint_t sleep);