Lines Matching refs:pdid
271 u32 *stag, u8 stag_state, u32 pdid, in write_tpt_entry() argument
309 stag_state, type, pdid, stag_idx); in write_tpt_entry()
318 FW_RI_TPTE_STAGTYPE_V(type) | FW_RI_TPTE_PDID_V(pdid)); in write_tpt_entry()
368 static int allocate_window(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_window() argument
372 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0, in allocate_window()
384 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_stag() argument
389 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0, in allocate_stag()
413 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid, in register_mem()
475 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
484 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
587 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr()
638 ret = allocate_window(&rhp->rdev, &stag, php->pdid, mhp->wr_waitp); in c4iw_alloc_mw()
643 mhp->attr.pdid = php->pdid; in c4iw_alloc_mw()
727 ret = allocate_stag(&rhp->rdev, &stag, php->pdid, in c4iw_alloc_mr()
732 mhp->attr.pdid = php->pdid; in c4iw_alloc_mr()