Searched refs:tbl_hdr (Results 1 – 2 of 2) sorted by relevance
789 struct hfi_queue_table_header *tbl_hdr; in venus_interface_queues_init() local 825 tbl_hdr = hdev->ifaceq_table.kva; in venus_interface_queues_init() 826 tbl_hdr->version = 0; in venus_interface_queues_init() 827 tbl_hdr->size = IFACEQ_TABLE_SIZE; in venus_interface_queues_init() 828 tbl_hdr->qhdr0_offset = sizeof(struct hfi_queue_table_header); in venus_interface_queues_init() 829 tbl_hdr->qhdr_size = sizeof(struct hfi_queue_header); in venus_interface_queues_init() 830 tbl_hdr->num_q = IFACEQ_NUM; in venus_interface_queues_init() 831 tbl_hdr->num_active_q = IFACEQ_NUM; in venus_interface_queues_init() 1721 struct hfi_queue_table_header *tbl_hdr; in venus_hfi_queues_reinit() local 1745 tbl_hdr in venus_hfi_queues_reinit() [all...]
1788 return sysfs_emit(buf, "table version: 0x%x\n", con->eeprom_control.tbl_hdr.version); in amdgpu_ras_sysfs_version_show() 2968 if (control->tbl_hdr.version < RAS_TABLE_VER_V3) { in amdgpu_ras_add_bad_pages() 3097 if (control->tbl_hdr.version < RAS_TABLE_VER_V3) { in amdgpu_ras_load_bad_pages() 3536 control->tbl_hdr.version < RAS_TABLE_VER_V3) in amdgpu_ras_init_badpage_info()