Searched defs:rdsv3_connection (Results 1 – 2 of 2) sorted by relevance
113 struct rdsv3_connection { struct119 struct rdsv3_connection *c_passive; argument121 struct rdsv3_cong_map *c_lcong;122 struct rdsv3_cong_map *c_fcong;124 struct mutex c_send_lock; /* protect send ring */125 atomic_t c_send_generation;126 atomic_t c_senders;128 struct rdsv3_message *c_xmit_rm;129 unsigned long c_xmit_sg;130 unsigned int c_xmit_hdr_off;[all …]
489 int (*visitor)(struct rdsv3_connection *, void *), in rdsv3_for_each_conn_info()