Lines Matching refs:pdn
419 static int efa_pd_dealloc(struct efa_dev *dev, u16 pdn) in efa_pd_dealloc() argument
422 .pdn = pdn, in efa_pd_dealloc()
448 pd->pdn = result.pdn; in efa_alloc_pd()
449 resp.pdn = result.pdn; in efa_alloc_pd()
461 ibdev_dbg(&dev->ibdev, "Allocated pd[%d]\n", pd->pdn); in efa_alloc_pd()
466 efa_pd_dealloc(dev, result.pdn); in efa_alloc_pd()
477 ibdev_dbg(&dev->ibdev, "Dealloc pd[%d]\n", pd->pdn); in efa_dealloc_pd()
478 efa_pd_dealloc(dev, pd->pdn); in efa_dealloc_pd()
691 create_qp_params.pd = to_epd(ibpd)->pdn; in efa_create_qp()
1434 params.pd = to_epd(ibpd)->pdn; in efa_reg_mr()
1675 .pdn = to_epd(ah->ibah.pd)->pdn, in efa_ah_destroy()
1709 params.pdn = to_epd(ibah->pd)->pdn; in efa_create_ah()