Linux Kernel
3.7.1
|
#include <ib_verbs.h>
Definition at line 1030 of file ib_verbs.h.
Definition at line 1064 of file ib_verbs.h.
u64(* dma_address)(struct ib_device *dev, struct scatterlist *sg) |
Definition at line 1052 of file ib_verbs.h.
Definition at line 1054 of file ib_verbs.h.
Definition at line 1068 of file ib_verbs.h.
u64(* map_page)(struct ib_device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction direction) |
Definition at line 1039 of file ib_verbs.h.
int(* map_sg)(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction) |
Definition at line 1046 of file ib_verbs.h.
Definition at line 1033 of file ib_verbs.h.
Definition at line 1031 of file ib_verbs.h.
void(* sync_single_for_cpu)(struct ib_device *dev, u64 dma_handle, size_t size, enum dma_data_direction dir) |
Definition at line 1056 of file ib_verbs.h.
void(* sync_single_for_device)(struct ib_device *dev, u64 dma_handle, size_t size, enum dma_data_direction dir) |
Definition at line 1060 of file ib_verbs.h.
Definition at line 1043 of file ib_verbs.h.
void(* unmap_sg)(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction) |
Definition at line 1049 of file ib_verbs.h.
void(* unmap_single)(struct ib_device *dev, u64 addr, size_t size, enum dma_data_direction direction) |
Definition at line 1036 of file ib_verbs.h.