Searched refs:rds_path_record_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_sc.c | 66 } rds_path_record_t; typedef 117 rds_path_record_t *p1; in rdsv3_path_up() 135 p1 = (rds_path_record_t *)kmem_alloc( in rdsv3_path_up() 136 sizeof (rds_path_record_t), KM_SLEEP); in rdsv3_path_up() 161 p1 = (rds_path_record_t *)kmem_alloc( in rdsv3_path_up() 162 sizeof (rds_path_record_t), KM_SLEEP); in rdsv3_path_up() 184 rds_path_record_t *p1, *p1up, *p1downp; in rdsv3_path_down() 237 kmem_free(p1, sizeof (rds_path_record_t)); in rdsv3_path_down() 263 rds_path_record_t *p1, *p1downp; in rdsv3_sc_path_lookup() 334 rds_path_record_t *p1; in rdsv3_if_lookup_by_addr() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_sc.c | 68 } rds_path_record_t; typedef 119 rds_path_record_t *p1; in rds_path_up() 137 p1 = (rds_path_record_t *)kmem_alloc( in rds_path_up() 138 sizeof (rds_path_record_t), KM_SLEEP); in rds_path_up() 163 p1 = (rds_path_record_t *)kmem_alloc( in rds_path_up() 164 sizeof (rds_path_record_t), KM_SLEEP); in rds_path_up() 186 rds_path_record_t *p1, *p1up, *p1downp; in rds_path_down() 239 kmem_free(p1, sizeof (rds_path_record_t)); in rds_path_down() 265 rds_path_record_t *p1, *p1downp; in rds_sc_path_lookup() 336 rds_path_record_t *p1; in rds_if_lookup_by_addr()
|