Lines Matching defs:rds_message
289 struct rds_message { struct
290 atomic_t m_refcount;
291 struct list_head m_sock_item;
292 struct list_head m_conn_item;
293 struct rds_incoming m_inc;
294 u64 m_ack_seq;
295 __be32 m_daddr;
296 unsigned long m_flags;
303 spinlock_t m_rs_lock;
304 wait_queue_head_t m_flush_wait;
306 struct rds_sock *m_rs;
309 rds_rdma_cookie_t m_rdma_cookie;
311 unsigned int m_used_sgs;
312 unsigned int m_total_sgs;
314 void *m_final_op;
316 struct {