IB/srp: Use new verbs IB DMA mapping functions
Convert SRP to use the new verbs DMA mapping functions for kernel verbs consumers. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:

committed by
Roland Dreier

parent
37ccf9df97
commit
85507bcce0
@@ -161,7 +161,7 @@ struct srp_target_port {
|
||||
};
|
||||
|
||||
struct srp_iu {
|
||||
dma_addr_t dma;
|
||||
u64 dma;
|
||||
void *buf;
|
||||
size_t size;
|
||||
enum dma_data_direction direction;
|
||||
|
Reference in New Issue
Block a user