Searched refs:i_send_hdrs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_cm.c | 640 ic->i_send_hdrs = rds_dma_hdrs_alloc(rds_ibdev, &ic->i_send_hdrs_dma, in rds_ib_setup_qp() 643 if (!ic->i_send_hdrs) { in rds_ib_setup_qp() 706 rds_dma_hdrs_free(rds_ibdev, ic->i_send_hdrs, ic->i_send_hdrs_dma, in rds_ib_setup_qp() 708 ic->i_send_hdrs = NULL; in rds_ib_setup_qp() 1141 if (ic->i_send_hdrs) { in rds_ib_conn_path_shutdown() 1143 ic->i_send_hdrs, in rds_ib_conn_path_shutdown() 1147 ic->i_send_hdrs = NULL; in rds_ib_conn_path_shutdown() 1167 WARN_ON(ic->i_send_hdrs); in rds_ib_conn_path_shutdown()
|
H A D | ib_send.c | 645 memcpy(ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, in rds_ib_xmit() 687 struct rds_header *hdr = ic->i_send_hdrs[pos]; in rds_ib_xmit()
|
H A D | ib.h | 168 struct rds_header **i_send_hdrs; member
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_cm.c | 606 ic->i_send_hdrs = rds_dma_hdrs_alloc(rds_ibdev, &ic->i_send_hdrs_dma, in rds_ib_setup_qp() 609 if (!ic->i_send_hdrs) { in rds_ib_setup_qp() 672 rds_dma_hdrs_free(rds_ibdev, ic->i_send_hdrs, ic->i_send_hdrs_dma, in rds_ib_setup_qp() 674 ic->i_send_hdrs = NULL; in rds_ib_setup_qp() 1108 if (ic->i_send_hdrs) { in rds_ib_conn_path_shutdown() 1110 ic->i_send_hdrs, in rds_ib_conn_path_shutdown() 1114 ic->i_send_hdrs = NULL; in rds_ib_conn_path_shutdown() 1134 WARN_ON(ic->i_send_hdrs); in rds_ib_conn_path_shutdown()
|
H A D | ib_send.c | 644 memcpy(ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, in rds_ib_xmit() 686 struct rds_header *hdr = ic->i_send_hdrs[pos]; in rds_ib_xmit()
|
H A D | ib.h | 168 struct rds_header **i_send_hdrs; member
|
Completed in 9 milliseconds