Lines Matching defs:agRoot

235   agsaRoot_t          *agRoot=circularQ->agRoot;
252 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->consumerIdx, circularQ->ciPointer, 0);
262 ossaHwRegRead(agRoot, MSGU_HOST_SCRATCH_PAD_0);
312 //OSSA_READ_LE_32(circularQ->agRoot, &circularQ->consumerIdx, circularQ->ciPointer, 0);
402 ossaCachePreFlush(circularQ->agRoot,
405 OSSA_WRITE_LE_32(circularQ->agRoot, msgHeader, OSSA_OFFSET_OF(mpiMsgHeader_t,
408 ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle,
417 ossaLogIomb(circularQ->agRoot,
442 ossaHwRegWriteExt(circularQ->agRoot,
452 ossaHwRegWriteExt(circularQ->agRoot,
489 agsaRoot_t *agRoot=circularQ->agRoot;
492 saRoot = agRoot->sdkData;
530 ossaCachePreFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, circularQ->elementSize * bc);
531 OSSA_WRITE_LE_32(circularQ->agRoot, msgHeader, OSSA_OFFSET_OF(mpiMsgHeader_t, Header), Header);
533 ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, circularQ->elementSize * bc);
541 ossaLogIomb(circularQ->agRoot,
588 ossaHwRegWriteExt(circularQ->agRoot,
625 ossaHwRegWriteExt(circularQ->agRoot,
690 ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, circularQ->elementSize);
694 OSSA_READ_LE_32(circularQ->agRoot, &msgHeader_tmp, msgHeader, 0);
706 ossaHwRegWriteExt(circularQ->agRoot,
730 ossaCacheInvalidate(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle, (void *)msgHeader, (*pBC - 1) * circularQ->elementSize);
745 /*ossaSingleThreadedEnter(agRoot, LL_IOREQ_OBQ_LOCK);*/
747 OSSA_WRITE_LE_32(circularQ->agRoot, msgHeader, OSSA_OFFSET_OF(mpiMsgHeader_t, Header), msgHeader_tmp);
750 ossaHwRegWriteExt(circularQ->agRoot,
755 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->producerIdx, circularQ->piPointer, 0);
756 /*ossaSingleThreadedLeave(agRoot, LL_IOREQ_OBQ_LOCK); */
763 agsaRoot_t *agRoot=circularQ->agRoot;
775 OSSA_WRITE_LE_32(circularQ->agRoot, msgHeader, OSSA_OFFSET_OF(mpiMsgHeader_t, Header), msgHeader_tmp);
776 ossaHwRegWriteExt(agRoot,
782 SA_DBG1(("mpiMsgConsume: V bit is not set!!!!! HW CI=%d\n", ossaHwRegReadExt(circularQ->agRoot, circularQ->CIPCIBar, circularQ->CIPCIOffset) ));
790 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->producerIdx, circularQ->piPointer, 0);
843 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->producerIdx, circularQ->piPointer, 0);
864 ossaHwRegWriteExt(circularQ->agRoot,
870 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->producerIdx, circularQ->piPointer, 0);
879 GLOBAL bit32 mpiRotateQnumber(agsaRoot_t *agRoot)
881 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData);
954 //ossaCachePreFlush(circularQ->agRoot,
957 OSSA_WRITE_LE_32(circularQ->agRoot, msgHeader, OSSA_OFFSET_OF(mpiMsgHeader_t,
961 //ossaCacheFlush(circularQ->agRoot, (void *)circularQ->memoryRegion.appHandle,
970 ossaLogIomb(circularQ->agRoot,