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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c876 uint8_t hca_port; local
899 hca_port = pinfo->pi_prim_cep_path.cep_hca_port_num;
901 hdl = rds_ep_alloc_rc_channel(ep, hca_port);
H A Drdsib_ib.c1230 rds_ep_alloc_rc_channel(rds_ep_t *ep, uint8_t hca_port) argument
1240 ep, hca_port);
1346 chanargs.rc_hca_port_num = hca_port;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c169 * hca_port Pointer to ibtl_cm_hca_port_t struct.
179 ibtl_cm_hca_port_t *hca_port)
215 hca_port->hp_base_lid = portinfop->p_base_lid;
216 hca_port->hp_port = portinfop->p_port_num;
217 hca_port->hp_sgid_ix = fast_sgid_ix;
218 hca_port->hp_lmc = portinfop->p_lmc;
219 hca_port->hp_mtu = portinfop->p_mtu;
220 hca_port->hp_hca_guid = fast_node_guid;
221 hca_port->hp_port_guid = fast_port_guid;
255 fast_node_guid = hca_port
178 ibtl_cm_get_hca_port(ib_gid_t gid, ib_guid_t hca_guid, ibtl_cm_hca_port_t *hca_port) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c67 static void iser_ib_setup_chanargs(uint8_t hca_port, ibt_cq_hdl_t scq_hdl,
359 iser_ib_alloc_channel_nopathlookup(ib_guid_t hca_guid, uint8_t hca_port) argument
372 chan = iser_ib_alloc_rc_channel(hca, hca_port);
376 (longlong_t)hca_guid, hca_port);
382 (void *)chan->ic_chanhdl, (longlong_t)hca_guid, hca_port);
401 uint8_t hca_port; /* from path */ local
423 hca_port = ibt_path.pi_prim_cep_path.cep_hca_port_num;
434 chan = iser_ib_alloc_rc_channel(hca, hca_port);
440 (longlong_t)hca->hca_guid, hca_port);
450 (longlong_t)hca->hca_guid, hca_port);
466 iser_ib_alloc_rc_channel(iser_hca_t *hca, uint8_t hca_port) argument
1576 iser_ib_setup_chanargs(uint8_t hca_port, ibt_cq_hdl_t scq_hdl, ibt_cq_hdl_t rcq_hdl, uint_t sq_size, uint_t rq_size, ibt_pd_hdl_t hca_pdhdl, ibt_rc_chan_alloc_args_t *cargs) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c5738 ibdm_port_attr_t *hca_port; local
5745 hca_port = (ibdm_port_attr_t *)callback_arg;
5787 sgid.gid_prefix = hca_port->pa_sn_prefix;
5788 sgid.gid_guid = hca_port->pa_port_guid;
5791 gid_info = ibdm_create_gid_info(hca_port, sgid, dgid);
6028 ibdm_port_attr_t *hca_port, *port = NULL; local
6047 hca_port = (ibdm_port_attr_t *)callback_arg;
6053 if (port == hca_port && port->pa_port_guid ==
6054 hca_port->pa_port_guid) {
6055 if (ibmf_saa_handle == hca_port
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4926 ibtl_cm_hca_port_t hca_port; local
4935 retval = ibtl_cm_get_hca_port(mcg_arg->rgid, 0, &hca_port);
5028 hcap = ibcm_find_hca_entry(hca_port.hp_hca_guid);
5036 saa_handle = ibcm_get_saa_handle(hcap, hca_port.hp_port);
5047 &hca_port);
5093 retval = ibt_pkey2index_byguid(hca_port.hp_hca_guid,
5094 hca_port.hp_port, mcg_resp->P_Key, &mcg_info_p->mc_pkey_ix);
5104 mcg_info_p->mc_adds_vect.av_port_num = hca_port.hp_port;
5105 mcg_info_p->mc_adds_vect.av_sgid_ix = hca_port.hp_sgid_ix;
5192 ibtl_cm_hca_port_t hca_port; local
[all...]

Completed in 71 milliseconds