Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c451 if (hca->hca_ports) { in umad_release_hca_info()
453 port = &(hca->hca_ports[j]); in umad_release_hca_info()
457 kmem_free(hca->hca_ports, hca->hca_nports * in umad_release_hca_info()
459 hca->hca_ports = NULL; in umad_release_hca_info()
519 hca->hca_ports = in umad_init_hca_info()
524 port = &hca->hca_ports[j]; in umad_init_hca_info()
670 umad_port_info_t *port = &hca->hca_ports[j]; in umad_context_destroy()
869 umad_port_info_t *port = &hca.hca_ports[j]; in umad_attach()
1424 port = &hca->hca_ports[port_num]; in umad_open()
1537 port = &hca->hca_ports[port_num]; in umad_close()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h89 umad_port_info_t *hca_ports; member
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h233 ibt_hca_portinfo_t *hca_ports; member
H A Drpcib.c854 hca->hca_ports = pinfop; in rpcib_open_hcas()
971 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz); in rpcib_open_hcas()
975 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz); in rpcib_open_hcas()
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h47 ibt_hca_portinfo_t *hca_ports; member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c739 hca->hca_ports = pinfop; in daplka_init_hca()
819 if (hca->hca_ports != NULL) in daplka_fini_hca()
820 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz); in daplka_fini_hca()