Searched refs:tbl_hdr (Results 1 – 3 of 3) sorted by relevance
205 __encode_table_header_to_buf(&control->tbl_hdr, buf); in __write_table_header()235 sz = sizeof(control->tbl_hdr) - sizeof(control->tbl_hdr.checksum); in __calc_hdr_byte_sum()236 pp = (u8 *) &control->tbl_hdr; in __calc_hdr_byte_sum()248 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_correct_header_tag()279 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_reset_table()382 if (con->eeprom_control.tbl_hdr.header == RAS_TABLE_HDR_BAD) { in amdgpu_ras_eeprom_check_err_threshold()561 control->tbl_hdr.header = RAS_TABLE_HDR_BAD; in amdgpu_ras_eeprom_update_header()564 control->tbl_hdr.version = RAS_TABLE_VER; in amdgpu_ras_eeprom_update_header()565 control->tbl_hdr.first_rec_offset = RAS_INDEX_TO_OFFSET(control, control->ras_fri); in amdgpu_ras_eeprom_update_header()566 control->tbl_hdr.tbl_size = RAS_TABLE_HEADER_SIZE + control->ras_num_recs * RAS_TABLE_RECORD_SIZE; in amdgpu_ras_eeprom_update_header()[all …]
47 struct amdgpu_ras_eeprom_table_header tbl_hdr; member
768 struct hfi_queue_table_header *tbl_hdr; in venus_interface_queues_init() local804 tbl_hdr = hdev->ifaceq_table.kva; in venus_interface_queues_init()805 tbl_hdr->version = 0; in venus_interface_queues_init()806 tbl_hdr->size = IFACEQ_TABLE_SIZE; in venus_interface_queues_init()807 tbl_hdr->qhdr0_offset = sizeof(struct hfi_queue_table_header); in venus_interface_queues_init()808 tbl_hdr->qhdr_size = sizeof(struct hfi_queue_header); in venus_interface_queues_init()809 tbl_hdr->num_q = IFACEQ_NUM; in venus_interface_queues_init()810 tbl_hdr->num_active_q = IFACEQ_NUM; in venus_interface_queues_init()1727 struct hfi_queue_table_header *tbl_hdr; in venus_hfi_queues_reinit() local1751 tbl_hdr = hdev->ifaceq_table.kva; in venus_hfi_queues_reinit()[all …]