Lines Matching refs:my_pd
459 struct ehca_pd *my_pd = container_of(pd, struct ehca_pd, ib_pd); in internal_create_qp() local
682 parms.pd = my_pd->fw_pd; in internal_create_qp()
761 shca, my_pd, my_qp, &my_qp->ipz_squeue, 0, in internal_create_qp()
788 shca, my_pd, my_qp, &my_qp->ipz_rqueue, 1, in internal_create_qp()
818 my_qp->ib_srq.pd = &my_pd->ib_pd; in internal_create_qp()
819 my_qp->ib_srq.device = my_pd->ib_pd.device; in internal_create_qp()
825 my_qp->ib_qp.pd = &my_pd->ib_pd; in internal_create_qp()
826 my_qp->ib_qp.device = my_pd->ib_pd.device; in internal_create_qp()
927 ipz_queue_dtor(my_pd, &my_qp->ipz_rqueue); in internal_create_qp()
935 ipz_queue_dtor(my_pd, &my_qp->ipz_squeue); in internal_create_qp()
2135 struct ehca_pd *my_pd = container_of(my_qp->ib_qp.pd, struct ehca_pd, in internal_destroy_qp() local
2214 ipz_queue_dtor(my_pd, &my_qp->ipz_rqueue); in internal_destroy_qp()
2219 ipz_queue_dtor(my_pd, &my_qp->ipz_squeue); in internal_destroy_qp()