Lines Matching refs:pd
654 info->pd = ib_alloc_pd(info->id->device, 0); in smbd_ia_open()
655 if (IS_ERR(info->pd)) { in smbd_ia_open()
656 rc = PTR_ERR(info->pd); in smbd_ia_open()
710 request->sge[0].lkey = info->pd->local_dma_lkey; in smbd_post_send_negotiate_req()
927 request->sge[0].lkey = info->pd->local_dma_lkey; in smbd_post_send_sgl()
942 request->sge[i+1].lkey = info->pd->local_dma_lkey; in smbd_post_send_sgl()
1053 response->sge.lkey = info->pd->local_dma_lkey; in smbd_post_recv()
1392 ib_dealloc_pd(info->pd); in smbd_destroy()
1610 rc = rdma_create_qp(info->id, info->pd, &qp_attr); in _smbd_get_connection()
1729 ib_dealloc_pd(info->pd); in _smbd_get_connection()
2193 info->pd, info->mr_type, in smbd_mr_recovery_work()
2259 smbdirect_mr->mr = ib_alloc_mr(info->pd, info->mr_type, in allocate_mr_list()