Lines Matching defs:rds_message
306 struct rds_message { struct
307 atomic_t m_refcount;
308 struct list_head m_sock_item;
309 struct list_head m_conn_item;
310 struct rds_incoming m_inc;
311 u64 m_ack_seq;
312 __be32 m_daddr;
313 unsigned long m_flags;
320 spinlock_t m_rs_lock;
321 wait_queue_head_t m_flush_wait;
323 struct rds_sock *m_rs;
326 rds_rdma_cookie_t m_rdma_cookie;
328 unsigned int m_used_sgs;
329 unsigned int m_total_sgs;
331 void *m_final_op;
333 struct {