Lines Matching defs:gaudi2_device
509 struct gaudi2_device { struct
510 int (*cpucp_info_get)(struct hl_device *hdev);
512 struct user_mapped_block mapped_blocks[NUM_USER_MAPPED_BLOCKS];
513 int lfsr_rand_seeds[MME_NUM_OF_LFSR_SEEDS];
515 spinlock_t hw_queues_lock;
517 void *scratchpad_kernel_address;
518 dma_addr_t scratchpad_bus_address;
520 void *virt_msix_db_cpu_addr;
521 dma_addr_t virt_msix_db_dma_addr;
523 u64 dram_bar_cur_addr;
524 u64 hw_cap_initialized;
525 u64 active_hw_arc;
526 u64 dec_hw_cap_initialized;
527 u64 tpc_hw_cap_initialized;
528 u64 active_tpc_arc;
529 u64 nic_hw_cap_initialized;
530 u64 active_nic_arc;
531 u32 hw_events[GAUDI2_EVENT_SIZE];
532 u32 events_stat[GAUDI2_EVENT_SIZE];
533 u32 events_stat_aggregate[GAUDI2_EVENT_SIZE];
534 u32 num_of_valid_hw_events;