Searched defs:hns_roce_hem_table (Results 1 – 1 of 1) sorted by relevance
244 struct hns_roce_hem_table { struct246 u32 type;248 unsigned long num_hem;250 unsigned long obj_size;251 unsigned long table_chunk_size;252 struct mutex mutex;253 struct hns_roce_hem **hem;254 u64 **bt_l1;255 dma_addr_t *bt_l1_dma_addr;256 u64 **bt_l0;[all …]