Home
last modified time | relevance | path

Searched refs:hca_port_info (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c147 ibcm_hca_info_s::{hca_port_info.port_ibmf_hdl}))
875 hcap->hca_port_info[i].port_hcap = hcap; in ibcm_hca_attach()
876 hcap->hca_port_info[i].port_num = i+1; in ibcm_hca_attach()
1939 portp = hcap->hca_port_info; in ibt_register_subnet_notices()
1956 portp = hcap->hca_port_info; in ibt_register_subnet_notices()
2155 hcap->hca_port_info[port_index].port_qp1.qp_cm = in ibcm_hca_init_port()
2157 hcap->hca_port_info[port_index].port_qp1.qp_port = in ibcm_hca_init_port()
2158 &(hcap->hca_port_info[port_index]); in ibcm_hca_init_port()
2170 hcap->hca_port_info[port_index].port_ibmf_hdl, in ibcm_hca_init_port()
2177 hcap->hca_port_info[port_index].port_ibmf_hdl); in ibcm_hca_init_port()
[all …]
H A Dibcm_utils.c1391 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()
1407 hcap->hca_port_info[port_no-1].port_ibmf_hdl, pkey, IB_GSI_QKEY, in ibcm_find_qp()
1424 entry->qp_next = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()
1425 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_find_qp()
1429 entry->qp_port = &(hcap->hca_port_info[port_no-1]); in ibcm_find_qp()
1435 hcap->hca_port_info[port_no-1].port_ibmf_hdl, ibmf_qp, in ibcm_find_qp()
1441 ibcm_query_qp(hcap->hca_port_info[port_no-1].port_ibmf_hdl, ibmf_qp); in ibcm_find_qp()
1504 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_free_allqps()
1513 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_free_allqps()
1515 hcap->hca_port_info[port_no-1].port_qplist = NULL; in ibcm_free_allqps()
H A Dibcm_ti.c402 if ((hcap->hca_port_info[port_no - 1].port_ibmf_hdl == NULL) && in ibt_open_rc_channel()
412 ibmf_hdl = hcap->hca_port_info[port_no - 1].port_ibmf_hdl; in ibt_open_rc_channel()
1986 if ((hcap->hca_port_info[port.hp_port - 1].port_ibmf_hdl == NULL) && in ibcm_ud_get_dqpn()
1994 ibmf_hdl = hcap->hca_port_info[port.hp_port - 1].port_ibmf_hdl; in ibcm_ud_get_dqpn()
4382 if ((hcap->hca_port_info[port_no - 1].port_ibmf_hdl == NULL) && in ibt_set_alt_path()
5758 sgid = hcap->hca_port_info[j].port_sgid0; in ibt_gid_to_node_info()
6251 sgid = hcap->hca_port_info[port].port_sgid0; in ibt_get_companion_port_gids()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c221 if (hca->hca_port_info[i].p_linkstate != in iser_ib_bind_service()
232 gid = hca->hca_port_info[i].p_sgid_tbl[0]; in iser_ib_bind_service()
1089 hca->hca_port_info[i].p_sgid_tbl[0]); in iser_ib_handle_hca_detach_event()
1311 &hca->hca_port_info, &hca->hca_num_ports, in iser_ib_alloc_hca()
1345 ibt_hca_portinfo_t *hca_port_info; in iser_ib_free_hca() local
1352 hca_port_info = hca->hca_port_info; in iser_ib_free_hca()
1375 ibt_free_portinfo(hca_port_info, hca_port_info_sz); in iser_ib_free_hca()
1415 oldpinfop = hca->hca_port_info; in iser_ib_update_hcaports()
1417 hca->hca_port_info = pinfop; in iser_ib_update_hcaports()
1442 if ((hca->hca_port_info[i].p_sgid_tbl[0].gid_prefix == in iser_ib_gid2hca()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h62 ibt_hca_portinfo_t *hca_port_info; member
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h988 ibcm_port_info_t hca_port_info[1]; /* Per portinfo array */ member