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