Searched refs:irdma_hw (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/infiniband/hw/irdma/ |
A D | osdep.h | 36 struct irdma_hw; 79 void wr32(struct irdma_hw *hw, u32 reg, u32 val); 80 u32 rd32(struct irdma_hw *hw, u32 reg); 81 u64 rd64(struct irdma_hw *hw, u32 reg); 82 enum irdma_status_code irdma_map_vm_page_list(struct irdma_hw *hw, void *va, 84 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt);
|
A D | hmc.h | 144 enum irdma_status_code irdma_copy_dma_mem(struct irdma_hw *hw, void *dest_buf, 164 enum irdma_status_code irdma_add_sd_table_entry(struct irdma_hw *hw,
|
A D | pble.h | 134 void irdma_prm_rem_bitmapmem(struct irdma_hw *hw, struct irdma_chunk *chunk);
|
A D | type.h | 349 struct irdma_hw *hw; 358 struct irdma_hw { struct 625 struct irdma_hw *hw; 770 struct irdma_hw *hw;
|
A D | verbs.h | 71 struct irdma_hw *hw;
|
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() 2328 enum irdma_status_code irdma_map_vm_page_list(struct irdma_hw *hw, void *va, in irdma_map_vm_page_list() 2356 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt) in irdma_unmap_vm_page_list()
|
A D | main.h | 299 struct irdma_hw hw;
|
A D | hmc.c | 480 enum irdma_status_code irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()
|
Completed in 25 milliseconds