Home
last modified time | relevance | path

Searched refs:s_rm (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/rds/
Diw_send.c81 struct rds_message *rm = send->s_rm; in rds_iw_send_unmap_rm()
125 send->s_rm = NULL; in rds_iw_send_unmap_rm()
136 send->s_rm = NULL; in rds_iw_send_init_ring()
183 if (send->s_rm) in rds_iw_send_clear_ring()
251 if (send->s_rm) in rds_iw_send_cq_comp_handler()
733 prev->s_rm = ic->i_rm; in rds_iw_xmit()
755 if (prev->s_rm) { in rds_iw_xmit()
756 ic->i_rm = prev->s_rm; in rds_iw_xmit()
757 prev->s_rm = NULL; in rds_iw_xmit()
Diw.h71 struct rds_message *s_rm; member