Searched refs:qp_indx (Results 1 – 2 of 2) sorted by relevance
203 uint32_t qp_indx; in hermon_fcoib_qpn_to_mkey() local207 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() argument224 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() argument245 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 …]
91 uint8_t port, uint32_t qp_indx, uint_t sleep);