Searched refs:rx_qp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | gsi.c | 148 gsi->rx_qp = ib_create_qp(pd, &hw_init_attr); in mlx5_ib_create_gsi() 149 if (IS_ERR(gsi->rx_qp)) { in mlx5_ib_create_gsi() 152 gsi->rx_qp); in mlx5_ib_create_gsi() 153 ret = PTR_ERR(gsi->rx_qp); in mlx5_ib_create_gsi() 177 ret = ib_destroy_qp(gsi->rx_qp); in mlx5_ib_destroy_gsi() 184 gsi->rx_qp = NULL; in mlx5_ib_destroy_gsi() 202 struct ib_pd *pd = gsi->rx_qp->pd; in create_gsi_ud_qp() 204 .event_handler = gsi->rx_qp->event_handler, in create_gsi_ud_qp() 205 .qp_context = gsi->rx_qp->qp_context, in create_gsi_ud_qp() 207 .recv_cq = gsi->rx_qp->recv_cq, in create_gsi_ud_qp() [all …]
|
| H A D | mlx5_ib.h | 484 struct ib_qp *rx_qp; member
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_rx.c | 42 __func__, qp_id(rx_qp(srx)), in siw_rx_umem() 54 siw_dbg_qp(rx_qp(srx), "page %p, bytes=%u\n", p, bytes); in siw_rx_umem() 66 qp_id(rx_qp(srx)), __func__, len, p, rv); in siw_rx_umem() 71 if (rdma_is_kernel_res(&rx_qp(srx)->base_qp.res)) { in siw_rx_umem() 108 siw_dbg_qp(rx_qp(srx), "kva: 0x%p, len: %u\n", kva, len); in siw_rx_kva() 113 qp_id(rx_qp(srx)), __func__, len, kva, rv); in siw_rx_kva() 192 qp_id(rx_qp(srx)), sink_stag, srx->ddp_stag); in siw_rresp_check_ntoh() 198 qp_id(rx_qp(srx)), (unsigned long long)sink_to, in siw_rresp_check_ntoh() 206 qp_id(rx_qp(srx)), in siw_rresp_check_ntoh() 213 siw_init_terminate(rx_qp(srx), TERM_ERROR_LAYER_DDP, in siw_rresp_check_ntoh() [all …]
|
| H A D | siw.h | 470 #define rx_qp(rx) container_of(rx, struct siw_qp, rx_stream) macro
|