Home
last modified time | relevance | path

Searched refs:Rxqs (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c270 Rxq = &Pp2Context->Port.Rxqs[Queue]; in Pp2DxeSetupRxqs()
418 Port->Rxqs = AllocateZeroPool (sizeof(MVPP2_RX_QUEUE) * RxqNumber); in Pp2DxeLatePortInitialize()
419 if (Port->Rxqs == NULL) { in Pp2DxeLatePortInitialize()
424 Port->Rxqs[0].Descs = BufferLocation.RxDescs; in Pp2DxeLatePortInitialize()
427 MVPP2_RX_QUEUE *Rxq = &Port->Rxqs[Queue]; in Pp2DxeLatePortInitialize()
986 MVPP2_RX_QUEUE *Rxq = &Port->Rxqs[0]; in Pp2SnpReceive()
DPp2Dxe.h301 MVPP2_RX_QUEUE *Rxqs; member
DMvpp2Lib.h697 return &Port->Rxqs[Queue]; in Mvpp2GetRxQueue()
DMvpp2Lib.c2783 Prxq = Port->Rxqs[Lrxq].Id; in Mvpp2RxqLongPoolSet()
2804 Prxq = Port->Rxqs[Lrxq].Id; in Mvpp2RxqShortPoolSet()
3041 Queue = Port->Rxqs[Lrxq].Id; in Mvpp2IngressEnable()
3057 Queue = Port->Rxqs[Lrxq].Id; in Mvpp2IngressDisable()
4837 Mvpp2RxqHwDeinit (Port, &Port->Rxqs[Queue]); in Mvpp2CleanupRxqs()