Searched refs:i_send_hdrs (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/net/rds/ |
| D | ib_cm.c | 616 ic->i_send_hdrs = rds_dma_hdrs_alloc(dev, pool, &ic->i_send_hdrs_dma, in rds_ib_setup_qp() 618 if (!ic->i_send_hdrs) { in rds_ib_setup_qp() 679 rds_dma_hdrs_free(pool, ic->i_send_hdrs, ic->i_send_hdrs_dma, in rds_ib_setup_qp() 681 ic->i_send_hdrs = NULL; in rds_ib_setup_qp() 1118 if (ic->i_send_hdrs) { in rds_ib_conn_path_shutdown() 1119 rds_dma_hdrs_free(pool, ic->i_send_hdrs, in rds_ib_conn_path_shutdown() 1122 ic->i_send_hdrs = NULL; in rds_ib_conn_path_shutdown() 1139 WARN_ON(ic->i_send_hdrs); in rds_ib_conn_path_shutdown()
|
| D | ib.h | 168 struct rds_header **i_send_hdrs; member
|
| D | ib_send.c | 641 memcpy(ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, in rds_ib_xmit() 683 struct rds_header *hdr = ic->i_send_hdrs[pos]; in rds_ib_xmit()
|