Searched defs:hns_roce_hem_table (Results 1 – 1 of 1) sorted by relevance
237 struct hns_roce_hem_table { struct239 u32 type;241 unsigned long num_hem;243 unsigned long obj_size;244 unsigned long table_chunk_size;245 struct mutex mutex;246 struct hns_roce_hem **hem;247 u64 **bt_l1;248 dma_addr_t *bt_l1_dma_addr;249 u64 **bt_l0;[all …]