Searched refs:rds_hca_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h169 } rds_hca_t; typedef in typeref:struct:rds_hca_s
180 * nhcas - Number of HCAs initialized. This is also the number of rds_hca_t
182 * hcalistp - list of rds_hca_t.
192 rds_hca_t *rds_hcalistp;
205 rds_hca_t *rds_gid_to_hcap(rds_state_t *statep, ib_gid_t gid);
206 rds_hca_t *rds_get_hcap(rds_state_t *statep, ib_guid_t guid);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c172 rds_hca_t *
175 rds_hca_t *hcap;
194 void rds_randomize_qps(rds_hca_t *hcap);
196 static rds_hca_t *
199 rds_hca_t *hcap;
220 hcap = (rds_hca_t *)kmem_zalloc(sizeof (rds_hca_t), KM_SLEEP);
237 kmem_free(hcap, sizeof (rds_hca_t));
249 kmem_free(hcap, sizeof (rds_hca_t));
266 kmem_free(hcap, sizeof (rds_hca_t));
[all...]
H A Drdsib_buf.c115 rds_hca_t *hcap;
175 rds_hca_t *hcap;
331 rds_hca_t *rds_lkup_hca(ib_guid_t hca_guid);
337 rds_hca_t *hcap;
389 rds_hca_t *hcap;
560 rds_hca_t *hcap;
H A Drdsib_cm.c791 rds_hca_t *hcap;
H A Drdsib_ep.c467 rds_hca_t *hcap;
522 rds_hca_t *hcap, *hcap1;

Completed in 73 milliseconds