i_send_hdrs       168 net/rds/ib.h   	struct rds_header	*i_send_hdrs;
i_send_hdrs       550 net/rds/ib_cm.c 	ic->i_send_hdrs = ib_dma_alloc_coherent(dev,
i_send_hdrs       554 net/rds/ib_cm.c 	if (!ic->i_send_hdrs) {
i_send_hdrs       615 net/rds/ib_cm.c 					ic->i_send_hdrs, ic->i_send_hdrs_dma);
i_send_hdrs      1045 net/rds/ib_cm.c 		if (ic->i_send_hdrs)
i_send_hdrs      1049 net/rds/ib_cm.c 					   ic->i_send_hdrs,
i_send_hdrs      1080 net/rds/ib_cm.c 		ic->i_send_hdrs = NULL;
i_send_hdrs       638 net/rds/ib_send.c 		memcpy(&ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, sizeof(struct rds_header));
i_send_hdrs       677 net/rds/ib_send.c 			struct rds_header *hdr = &ic->i_send_hdrs[pos];