Home
last modified time | relevance | path

Searched refs:physshadow (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_file_ops.c392 dd->physshadow[ctxttid + tid] = daddr; in qib_tid_update()
397 physaddr = dd->physshadow[ctxttid + tid]; in qib_tid_update()
424 phys = dd->physshadow[ctxttid + tid]; in qib_tid_update()
425 dd->physshadow[ctxttid + tid] = dd->tidinvalid; in qib_tid_update()
540 phys = dd->physshadow[ctxttid + tid]; in qib_tid_free()
541 dd->physshadow[ctxttid + tid] = dd->tidinvalid; in qib_tid_free()
1809 phys = dd->physshadow[i]; in unlock_expected_tids()
1810 dd->physshadow[i] = dd->tidinvalid; in unlock_expected_tids()
Dqib_init.c400 dd->physshadow = addrs; in init_shadow_tids()
1382 dma_addr_t *tmpd = dd->physshadow; in cleanup_device_data()
1401 dd->physshadow = NULL; in cleanup_device_data()
Dqib.h913 dma_addr_t *physshadow; member
/drivers/staging/rdma/hfi1/
Dfile_ops.c1255 uctxt->physshadow = vzalloc(uctxt->expected_count * in setup_ctxt()
1256 sizeof(*uctxt->physshadow)); in setup_ctxt()
1257 if (!uctxt->physshadow) { in setup_ctxt()
1670 phys = uctxt->physshadow + offset; in exp_tid_setup()
1829 phys = uctxt->physshadow + offset; in exp_tid_free()
1874 phys = uctxt->physshadow[tid]; in unlock_exp_tids()
1875 uctxt->physshadow[tid] = 0; in unlock_exp_tids()
Dhfi.h236 dma_addr_t *physshadow; member
Dinit.c945 vfree(rcd->physshadow); in hfi1_free_ctxtdata()