Searched refs:i_send_hdrs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_cm.c299 ic->i_send_hdrs = ib_dma_alloc_coherent(dev,
303 if (ic->i_send_hdrs == NULL) {
601 if (ic->i_send_hdrs)
605 ic->i_send_hdrs,
643 ic->i_send_hdrs = NULL;
H A Diw_cm.c286 ic->i_send_hdrs = ib_dma_alloc_coherent(dev,
290 if (ic->i_send_hdrs == NULL) {
601 if (ic->i_send_hdrs)
605 ic->i_send_hdrs,
646 ic->i_send_hdrs = NULL;
H A Dib.h96 struct rds_header *i_send_hdrs; member in struct:rds_ib_connection
H A Diw.h117 struct rds_header *i_send_hdrs; member in struct:rds_iw_connection
H A Dib_send.c666 memcpy(&ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, sizeof(struct rds_header));
669 struct rds_header *hdr = &ic->i_send_hdrs[pos];
677 struct rds_header *hdr = &ic->i_send_hdrs[pos];
H A Diw_send.c697 memcpy(&ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, sizeof(struct rds_header));
700 struct rds_header *hdr = &ic->i_send_hdrs[pos];
708 struct rds_header *hdr = &ic->i_send_hdrs[pos];

Completed in 61 milliseconds