Searched defs:hns_roce_hem_table (Results 1 – 1 of 1) sorted by relevance
250 struct hns_roce_hem_table { struct252 u32 type;254 unsigned long num_hem;256 unsigned long obj_size;257 unsigned long table_chunk_size;258 struct mutex mutex;259 struct hns_roce_hem **hem;260 u64 **bt_l1;261 dma_addr_t *bt_l1_dma_addr;262 u64 **bt_l0;[all …]