Home
last modified time | relevance | path

Searched refs:rds_path_record_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c66 } 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 …]
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c70 } rds_path_record_t; typedef
121 rds_path_record_t *p1; in rds_path_up()
139 p1 = (rds_path_record_t *)kmem_alloc( in rds_path_up()
140 sizeof (rds_path_record_t), KM_SLEEP); in rds_path_up()
165 p1 = (rds_path_record_t *)kmem_alloc( in rds_path_up()
166 sizeof (rds_path_record_t), KM_SLEEP); in rds_path_up()
188 rds_path_record_t *p1, *p1up, *p1downp; in rds_path_down()
241 kmem_free(p1, sizeof (rds_path_record_t)); in rds_path_down()
267 rds_path_record_t *p1, *p1downp; in rds_sc_path_lookup()
338 rds_path_record_t *p1; in rds_if_lookup_by_addr()