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