Searched refs:rds_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdssubr.c | 131 sizeof (rds_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in rds_init() 170 rds_free(rds_t *rds) in rds_free() 178 rds_t * 181 rds_t *rds; in rds_create() 191 bzero(rds, sizeof (rds_t)); in rds_create() 207 rds_bind_hash_remove(rds_t *rds, boolean_t caller_holds_lock) in rds_bind_hash_remove() 209 rds_t *rdsnext; in rds_bind_hash_remove() 245 rds_bind_hash_insert(rds_bf_t *rdsbf, rds_t *rds) in rds_bind_hash_insert() 247 rds_t **rdsp; in rds_bind_hash_insert() 248 rds_t *rdsnext; in rds_bind_hash_insert() [all …]
|
H A D | rdsddi.c | 175 rds_t *rds; in rds_open() 238 rds_t *rdsp = (rds_t *)q->q_ptr; in rds_close() 285 rds_t *rds; in rds_deliver_new_msg() 418 rds_t *rds = (rds_t *)q->q_ptr; in rds_info_req() 442 rds_t *rds; in rds_bind() 451 rds = (rds_t *)q->q_ptr; in rds_bind() 521 rds_t *rds1; in rds_bind() 743 rds_t *rds; in rds_wput_data() 752 rds = (rds_t *)q->q_ptr; in rds_wput_data() 869 rds_t *rds = (rds_t *)q->q_ptr; in rds_rsrv()
|
H A D | rds_ioctl.c | 241 rds_t *rds; in rds_ioctl_copyin_done() 250 rds = (rds_t *)q->q_ptr; in rds_ioctl_copyin_done()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rds.h | 88 } rds_t; typedef 119 rds_t *rds_bf_rds; 143 extern void rds_free(rds_t *rds); 144 extern rds_t *rds_create(void *rds_ulpd, cred_t *credp); 146 extern void rds_bind_hash_remove(rds_t *rds, boolean_t); 147 extern void rds_bind_hash_insert(rds_bf_t *, rds_t *); 148 extern rds_t *rds_fanout(ipaddr_t, ipaddr_t, in_port_t, in_port_t, zoneid_t);
|