RDMA/nes: Correct fast memory registration implementation
authorChien Tung <chien.tin.tung@intel.com>
Wed, 9 Dec 2009 23:21:54 +0000 (15:21 -0800)
committerRoland Dreier <rolandd@cisco.com>
Wed, 9 Dec 2009 23:21:54 +0000 (15:21 -0800)
commite293a26fe97c8598a96562c1c9376d9ae6cb96dd
tree5dab2c24d0e5df36ba022c8b83111b76e10dd52f
parent649fe4aeab8c9b90eb31c899791534add0c78e04
RDMA/nes: Correct fast memory registration implementation

Replace alloc_fmr, unmap_fmr, dealloc_fmr and map_phys_fmr with
alloc_fast_reg_mr, alloc_fast_reg_page_list, free_fast_reg_page_list.

Signed-off-by: Chien Tung <chien.tin.tung@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/nes/nes_hw.c
drivers/infiniband/hw/nes/nes_hw.h
drivers/infiniband/hw/nes/nes_user.h
drivers/infiniband/hw/nes/nes_verbs.c