Lines Matching defs:engine
5386 * Return the SDMA engine error interrupt name.
5449 * Return the SDMA engine interrupt name.
5455 /* which engine */
5789 * Input value is a bit position of one of the SDMA engine disallowed
5790 * packet errors. Return which engine. Use of this must be guarded by
5799 * Translate an SDMA engine to a VL. Return -1 if the tranlation cannot
5802 static int engine_to_vl(struct hfi1_devdata *dd, int engine)
5808 if (engine < 0 || engine >= TXE_NUM_SDMA_ENGINES)
5813 vl = m->engine_to_vl[engine];
8180 /* which engine */
8387 dd_dev_info_ratelimited(dd, "SDMA engine %u interrupt, but no status bits set\n",
13328 void remap_sdma_interrupts(struct hfi1_devdata *dd, int engine, int msix_intr)
13331 * SDMA engine interrupt sources grouped by type, rather than
13332 * engine. Per-engine interrupts are as follows:
13337 remap_intr(dd, IS_SDMA_START + engine, msix_intr);
13338 remap_intr(dd, IS_SDMA_PROGRESS_START + engine, msix_intr);
13339 remap_intr(dd, IS_SDMA_IDLE_START + engine, msix_intr);
13727 /* init RSA engine to clear lingering errors */
14787 /* enable all per-context and per-SDMA engine errors */