Searched refs:irdma_hw (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/irdma/ |
| D | osdep.h | 36 struct irdma_hw; 80 void wr32(struct irdma_hw *hw, u32 reg, u32 val); 81 u32 rd32(struct irdma_hw *hw, u32 reg); 82 u64 rd64(struct irdma_hw *hw, u32 reg); 83 enum irdma_status_code irdma_map_vm_page_list(struct irdma_hw *hw, void *va, 85 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt);
|
| 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,
|
| D | pble.h | 135 void irdma_prm_rem_bitmapmem(struct irdma_hw *hw, struct irdma_chunk *chunk);
|
| D | verbs.h | 71 struct irdma_hw *hw;
|
| D | type.h | 349 struct irdma_hw *hw; 358 struct irdma_hw { struct 625 struct irdma_hw *hw; 770 struct irdma_hw *hw;
|
| 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() 2378 enum irdma_status_code irdma_map_vm_page_list(struct irdma_hw *hw, void *va, in irdma_map_vm_page_list() 2406 void irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t *pg_dma, u32 pg_cnt) in irdma_unmap_vm_page_list()
|
| D | main.h | 299 struct irdma_hw hw;
|
| D | hmc.c | 480 enum irdma_status_code irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()
|