Home
last modified time | relevance | path

Searched refs:AggrTxq (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c321 MVPP2_TX_QUEUE *AggrTxq; in Pp2DxeSetupAggrTxqs() local
323 AggrTxq = Mvpp2Shared->AggrTxqs; in Pp2DxeSetupAggrTxqs()
324 AggrTxq->DescsPhys = (DmaAddrT)AggrTxq->Descs; in Pp2DxeSetupAggrTxqs()
325 if (AggrTxq->Descs == NULL) { in Pp2DxeSetupAggrTxqs()
329 Mvpp2AggrTxqHwInit(AggrTxq, AggrTxq->Size, 0, Mvpp2Shared); in Pp2DxeSetupAggrTxqs()
853 MVPP2_TX_QUEUE *AggrTxq = Mvpp2Shared->AggrTxqs; in Pp2SnpTransmit() local
898 TxDesc = Mvpp2TxqNextDescGet(AggrTxq); in Pp2SnpTransmit()
DMvpp2Lib.h255 IN MVPP2_TX_QUEUE *AggrTxq,
311 IN OUT MVPP2_TX_QUEUE *AggrTxq,
DMvpp2Lib.c3248 IN MVPP2_TX_QUEUE *AggrTxq, in Mvpp2AggrDescNumCheck() argument
3255 if ((AggrTxq->count + Num) > AggrTxq->Size) { in Mvpp2AggrDescNumCheck()
3258 AggrTxq->count = Val & MVPP2_AGGR_TXQ_PENDING_MASK; in Mvpp2AggrDescNumCheck()
3261 if ((AggrTxq->count + Num) > AggrTxq->Size) { in Mvpp2AggrDescNumCheck()
3601 IN OUT MVPP2_TX_QUEUE *AggrTxq, in Mvpp2AggrTxqHwInit() argument
3607 AggrTxq->LastDesc = AggrTxq->Size - 1; in Mvpp2AggrTxqHwInit()
3610 AggrTxq->NextDescToProc = Mvpp2Read (Priv, MVPP2_AGGR_TXQ_INDEX_REG(Cpu)); in Mvpp2AggrTxqHwInit()
3613 …Mvpp2Write (Priv, MVPP2_AGGR_TXQ_DESC_ADDR_REG(Cpu), AggrTxq->DescsPhys >> MVPP22_DESC_ADDR_SHIFT); in Mvpp2AggrTxqHwInit()