Home
last modified time | relevance | path

Searched refs:irdma_hw (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dosdep.h37 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 Dhmc.h144 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 Dpble.h131 void irdma_prm_rem_bitmapmem(struct irdma_hw *hw, struct irdma_chunk *chunk);
H A Dtype.h304 struct irdma_hw *hw;
313 struct irdma_hw { struct
585 struct irdma_hw *hw;
732 struct irdma_hw *hw;
H A Dverbs.h78 struct irdma_hw *hw;
H A Dutils.c104 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()
2216 int irdma_map_vm_page_list(struct irdma_hw *hw, void *va, dma_addr_t *pg_dma, in irdma_map_vm_page_list()
2244 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 Dmain.h302 struct irdma_hw hw;
H A Dhmc.c473 int irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()