Searched refs:hca_port_info (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_impl.c | 147 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() 2014 ibcm_port_info_t *portp = &hcap->hca_port_info[port_index]; in ibcm_init_saa_handle() 2064 ibcm_port_info_t *portp = &hcap->hca_port_info[port_index]; in ibcm_get_saa_handle() 2131 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(hcap->hca_port_info)) in ibcm_hca_init_port() 2133 if (hcap->hca_port_info[port_index].port_ibmf_hdl == NULL) { in ibcm_hca_init_port() 2135 ibmf_reg = &hcap->hca_port_info[port_index].port_ibmf_reg; in ibcm_hca_init_port() [all …]
|
H A D | ibcm_utils.c | 1391 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 D | ibcm_ti.c | 402 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()
|
/titanic_41/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 221 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() 980 gid = hca->hca_port_info[event->ev_port - 1].p_sgid_tbl[0]; in iser_ib_handle_portup_event() 1063 gid = hca->hca_port_info[event->ev_port - 1].p_sgid_tbl[0]; in iser_ib_handle_portdown_event() 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() 1330 ibt_free_portinfo(hca->hca_port_info, hca->hca_port_info_sz); 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() [all …]
|
/titanic_41/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_ib.h | 62 ibt_hca_portinfo_t *hca_port_info; member
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 988 ibcm_port_info_t hca_port_info[1]; /* Per portinfo array */ member
|