Searched refs:memory_wrapper_idx (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/habanalabs/
H A Dcpucp_if.h81 __u8 memory_wrapper_idx; member in struct:hl_eq_ecc_data
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c6719 u64 *ecc_syndrom, u8 *memory_wrapper_idx)
6736 *memory_wrapper_idx = 0xFF;
6744 *memory_wrapper_idx = err_bit + (32 * i);
6749 if (*memory_wrapper_idx == 0xFF) {
6755 *memory_wrapper_idx);
7044 u8 index, memory_wrapper_idx = 0; local
7123 memory_wrapper_idx = ecc_data->memory_wrapper_idx;
7126 &ecc_syndrom, &memory_wrapper_idx);
7133 ecc_address, ecc_syndrom, memory_wrapper_idx);
6717 gaudi_extract_ecc_info(struct hl_device *hdev, struct ecc_info_extract_params *params, u64 *ecc_address, u64 *ecc_syndrom, u8 *memory_wrapper_idx) argument
[all...]
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c7913 u8 memory_wrapper_idx = 0; local
7922 memory_wrapper_idx = ecc_data->memory_wrapper_idx;
7928 ecc_address, ecc_syndrome, memory_wrapper_idx, block_id,
7933 ecc_address, ecc_syndrome, memory_wrapper_idx, ecc_data->is_critical);

Completed in 212 milliseconds