Lines Matching defs:data

489 static u32 gaudi_gen_signal_cb(struct hl_device *hdev, void *data, u16 sob_id,
1078 memcpy(cpu_addr, fw->data, fw_size);
1232 wait_prop.data = (void *) job->patched_cb;
1282 wait_prop.data = (void *) job->user_cb;
3717 * updated automatically by reading the FW descriptor so data there
4514 /* make sure device CPU will read latest data from host */
6793 * gaudi_handle_sw_config_stream_data - print SW config stream data
6835 * @pr_sw_conf: if true print the SW config stream data (CQ PTR and SIZE)
6905 * handle_qman_data_on_err - extract QMAN data on error
6913 * This function attempt to exatract as much data as possible on QMAN error.
6914 * On upper CP print the SW config stream data and last 8 PQEs.
6915 * On lower CP print SW config data and last PQEs of ALL 4 upper CPs
7289 void *data)
7292 struct eq_nic_sei_event *eq_nic_sei = data;
7345 dev_err(hdev->dev, "No FW ECC data");
7376 dev_info(hdev->dev, "Cannot access MC regs for ECC data while security is enabled\n");
7564 u64 data = le64_to_cpu(eq_entry->data[0]), event_mask = 0;
7795 gaudi_print_nic_axi_irq_info(hdev, event_type, &data);
7821 cause = le64_to_cpu(eq_entry->data[0]) & 0xFF;
8171 static int gaudi_get_eeprom_data(struct hl_device *hdev, void *data,
8179 return hl_fw_get_eeprom_data(hdev, data, max_size);
8182 static int gaudi_get_monitor_dump(struct hl_device *hdev, void *data)
8189 return hl_fw_get_monitor_dump(hdev, data);
8448 static u32 gaudi_gen_signal_cb(struct hl_device *hdev, void *data, u16 sob_id,
8451 struct hl_cb *cb = (struct hl_cb *) data;
8732 struct hl_cb *cb = (struct hl_cb *) prop->data;
8751 static void gaudi_reset_sob(struct hl_device *hdev, void *data)
8753 struct hl_hw_sob *hw_sob = (struct hl_hw_sob *) data;