Go to the documentation of this file.
42 #ifndef __EHCA_IVERBS_H__
43 #define __EHCA_IVERBS_H__
82 int mr_access_flags,
u64 *iova_start);
85 u64 virt,
int mr_access_flags,
92 int num_phys_buf,
int mr_access_flags,
u64 *iova_start);
202 #ifdef CONFIG_PPC_64K_PAGES
206 #define ehca_alloc_fw_ctrlblock(flags) ((void *)get_zeroed_page(flags))
207 #define ehca_free_fw_ctrlblock(ptr) free_page((unsigned long)(ptr))