Searched refs:irdma_hw (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/infiniband/hw/irdma/ |
H A D | osdep.h | 37 struct irdma_hw; 76 void wr32(struct irdma_hw *hw, u32 reg, u32 val); 77 u32 rd32(struct irdma_hw *hw, u32 reg); 78 u64 rd64(struct irdma_hw *hw, u32 reg); 79 int irdma_map_vm_page_list(struct irdma_hw *hw, void *va, dma_addr_t *pg_dma, 81 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt);
|
H A D | hmc.h | 144 int irdma_copy_dma_mem(struct irdma_hw *hw, void *dest_buf, 159 int irdma_add_sd_table_entry(struct irdma_hw *hw,
|
H A D | pble.h | 131 void irdma_prm_rem_bitmapmem(struct irdma_hw *hw, struct irdma_chunk *chunk);
|
H A D | type.h | 304 struct irdma_hw *hw; 313 struct irdma_hw { struct 585 struct irdma_hw *hw; 732 struct irdma_hw *hw;
|
H A D | verbs.h | 78 struct irdma_hw *hw;
|
H A D | utils.c | 104 inline void wr32(struct irdma_hw *hw, u32 reg, u32 val) in wr32() 116 inline u32 rd32(struct irdma_hw *hw, u32 reg) in rd32() 128 inline u64 rd64(struct irdma_hw *hw, u32 reg) in rd64() 2211 int irdma_map_vm_page_list(struct irdma_hw *hw, void *va, dma_addr_t *pg_dma, in irdma_map_vm_page_list() 2239 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt) in irdma_unmap_vm_page_list()
|
H A D | main.h | 302 struct irdma_hw hw;
|
H A D | hmc.c | 473 int irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()
|