Lines Matching defs:qid_base
6831 * @qid_base: first QID of the QMAN (out of 4 streams)
6837 static void gaudi_handle_last_pqes_on_err(struct hl_device *hdev, u32 qid_base,
6847 q = &hdev->kernel_queues[qid_base + stream];
6894 undef_opcode->engine_id = gaudi_queue_id_to_engine_id[qid_base];
6908 * @qid_base: first QID of the QMAN (out of 4 streams)
6917 static void handle_qman_data_on_err(struct hl_device *hdev, u32 qid_base,
6923 gaudi_handle_last_pqes_on_err(hdev, qid_base, stream,
6932 gaudi_handle_last_pqes_on_err(hdev, qid_base, i,
6939 u32 qid_base,
6985 handle_qman_data_on_err(hdev, qid_base, i, qman_base, *event_mask);
7138 u32 qid_base;
7144 qid_base = GAUDI_QUEUE_ID_TPC_0_0 + index * QMAN_STREAMS;
7151 qid_base = GAUDI_QUEUE_ID_MME_0_0;
7154 qid_base = GAUDI_QUEUE_ID_MME_1_0;
7161 qid_base = GAUDI_QUEUE_ID_DMA_0_0 + index * QMAN_STREAMS;
7164 qid_base++;
7169 qid_base = GAUDI_QUEUE_ID_NIC_0_0;
7174 qid_base = GAUDI_QUEUE_ID_NIC_1_0;
7179 qid_base = GAUDI_QUEUE_ID_NIC_2_0;
7184 qid_base = GAUDI_QUEUE_ID_NIC_3_0;
7189 qid_base = GAUDI_QUEUE_ID_NIC_4_0;
7194 qid_base = GAUDI_QUEUE_ID_NIC_5_0;
7199 qid_base = GAUDI_QUEUE_ID_NIC_6_0;
7204 qid_base = GAUDI_QUEUE_ID_NIC_7_0;
7209 qid_base = GAUDI_QUEUE_ID_NIC_8_0;
7214 qid_base = GAUDI_QUEUE_ID_NIC_9_0;
7222 gaudi_handle_qman_err_generic(hdev, desc, qman_base, qid_base, event_mask);