]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe41502e96dcb5579ef45d3779901c0c294bbf8a
tree5dab2c24d0e5df36ba022c8b83111b76e10dd52f
parentab317608573f00ba4f734698603158d01cecd0b5
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