Searched refs:write_tpt_entry (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 116 static int write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry, in write_tpt_entry() function 190 return write_tpt_entry(rdev, 1, &stag, 0, 0, 0, 0, 0, 0, 0UL, 0, 0, in dereg_mem() 197 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0, in allocate_window() 203 return write_tpt_entry(rdev, 1, &stag, 0, 0, 0, 0, 0, 0, 0UL, 0, 0, 0, in deallocate_window() 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() 524 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
|