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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h89 umad_port_info_t *hca_ports; member in struct:umad_hca_info_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c450 if (hca->hca_ports) {
452 port = &(hca->hca_ports[j]);
456 kmem_free(hca->hca_ports, hca->hca_nports *
458 hca->hca_ports = NULL;
518 hca->hca_ports =
523 port = &hca->hca_ports[j];
669 umad_port_info_t *port = &hca->hca_ports[j];
868 umad_port_info_t *port = &hca.hca_ports[j];
1423 port = &hca->hca_ports[port_num];
1536 port = &hca->hca_ports[port_nu
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h233 ibt_hca_portinfo_t *hca_ports; member in struct:rib_hca_s
H A Drpcib.c854 hca->hca_ports = pinfop;
971 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz);
975 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz);
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h47 ibt_hca_portinfo_t *hca_ports; member in struct:daplka_hca
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c739 hca->hca_ports = pinfop;
819 if (hca->hca_ports != NULL)
820 ibt_free_portinfo(hca->hca_ports, hca->hca_pinfosz);

Completed in 111 milliseconds