Searched refs:AggrTxqs (Results 1 – 2 of 2) sorted by relevance
323 AggrTxq = Mvpp2Shared->AggrTxqs; in Pp2DxeSetupAggrTxqs()853 MVPP2_TX_QUEUE *AggrTxq = Mvpp2Shared->AggrTxqs; in Pp2SnpTransmit()1212 Mvpp2Shared->AggrTxqs = AllocateZeroPool (sizeof(MVPP2_TX_QUEUE)); in Pp2DxeInitialise()1213 if (Mvpp2Shared->AggrTxqs == NULL) { in Pp2DxeInitialise()1218 Mvpp2Shared->AggrTxqs->Descs = BufferLocation.AggrTxDescs; in Pp2DxeInitialise()1219 Mvpp2Shared->AggrTxqs->Id = 0; in Pp2DxeInitialise()1220 Mvpp2Shared->AggrTxqs->LogId = 0; in Pp2DxeInitialise()1221 Mvpp2Shared->AggrTxqs->Size = MVPP2_AGGR_TXQ_SIZE; in Pp2DxeInitialise()
274 MVPP2_TX_QUEUE *AggrTxqs; member