Lines Matching defs:rds_message
288 struct rds_message { struct
289 atomic_t m_refcount;
290 struct list_head m_sock_item;
291 struct list_head m_conn_item;
292 struct rds_incoming m_inc;
293 u64 m_ack_seq;
294 __be32 m_daddr;
295 unsigned long m_flags;
302 spinlock_t m_rs_lock;
303 wait_queue_head_t m_flush_wait;
305 struct rds_sock *m_rs;
308 rds_rdma_cookie_t m_rdma_cookie;
310 unsigned int m_used_sgs;
311 unsigned int m_total_sgs;
313 void *m_final_op;
315 struct {