Searched refs:c_xmit_rm (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsend.c64 if (conn->c_xmit_rm) {
69 rds_message_unmapped(conn->c_xmit_rm);
70 rds_message_put(conn->c_xmit_rm);
71 conn->c_xmit_rm = NULL;
166 rm = conn->c_xmit_rm;
170 conn->c_xmit_rm = NULL;
197 conn->c_xmit_rm = rm;
203 * c_xmit_rm holds a ref while we're sending this message down
263 conn->c_xmit_rm = rm;
H A Dconnection.c290 if (conn->c_xmit_rm)
291 rds_message_put(conn->c_xmit_rm);
H A Diw_send.c914 send->s_sge[0].addr = conn->c_xmit_rm->m_rs->rs_user_addr;
915 send->s_sge[0].length = conn->c_xmit_rm->m_rs->rs_user_bytes;
944 op->r_count, sent, conn->c_xmit_rm->m_rs->rs_user_addr);
H A Drds.h88 struct rds_message *c_xmit_rm; member in struct:rds_connection

Completed in 38 milliseconds