Searched refs:__cxio_tpt_op (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 697 static int __cxio_tpt_op(struct cxio_rdev *rdev_p, u32 reset_tpt_entry, in __cxio_tpt_op() function 795 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm, in cxio_register_phys_mem() 803 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm, in cxio_reregister_phys_mem() 810 return __cxio_tpt_op(rdev_p, 1, &stag, 0, 0, 0, 0, 0, 0ULL, 0, 0, in cxio_dereg_mem() 817 return __cxio_tpt_op(rdev_p, 0, stag, 0, pdid, TPT_MW, 0, 0, 0ULL, 0, 0, in cxio_allocate_window() 823 return __cxio_tpt_op(rdev_p, 1, &stag, 0, 0, 0, 0, 0, 0ULL, 0, 0, in cxio_deallocate_window() 830 return __cxio_tpt_op(rdev_p, 0, stag, 0, pdid, TPT_NON_SHARED_MR, in cxio_allocate_stag()
|