Lines Matching refs:pdid
117 u32 *stag, u8 stag_state, u32 pdid, in write_tpt_entry() argument
141 __func__, stag_state, type, pdid, stag_idx); in write_tpt_entry()
150 V_FW_RI_TPTE_STAGTYPE(type) | V_FW_RI_TPTE_PDID(pdid)); in write_tpt_entry()
194 static int allocate_window(struct c4iw_rdev *rdev, u32 * stag, u32 pdid) in allocate_window() argument
197 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0, in allocate_window()
207 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_stag() argument
211 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0, in allocate_stag()
233 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid, in register_mem()
258 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid, in reregister_mem()
406 mhp->attr.pdid = php->pdid; in c4iw_reregister_phys_mem()
473 mhp->attr.pdid = php->pdid; in c4iw_register_phys_mem()
515 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
524 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
623 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr()
660 ret = allocate_window(&rhp->rdev, &stag, php->pdid); in c4iw_alloc_mw()
666 mhp->attr.pdid = php->pdid; in c4iw_alloc_mw()
718 ret = allocate_stag(&rhp->rdev, &stag, php->pdid, in c4iw_alloc_fast_reg_mr()
722 mhp->attr.pdid = php->pdid; in c4iw_alloc_fast_reg_mr()