Home
last modified time | relevance | path

Searched refs:QueueIndex (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DTransmit.c92 u16 QueueIndex = skb_get_queue_mapping(Packet); in SetupNextSend() local
104 bHeaderSupressionEnabled = Adapter->PackInfo[QueueIndex].bHeaderSuppressionEnabled in SetupNextSend()
114 (UINT *)&Packet->len, Adapter->PackInfo[QueueIndex].bEthCSSupport); in SetupNextSend()
129 if(Adapter->PackInfo[QueueIndex].bEthCSSupport) in SetupNextSend()
161 Adapter->PackInfo[QueueIndex].uiTotalTxBytes += Leader.PLength; in SetupNextSend()
166 Adapter->PackInfo[QueueIndex].uiCurrentTokenCount -= Leader.PLength << 3; in SetupNextSend()
167 Adapter->PackInfo[QueueIndex].uiSentBytes += (Packet->len); in SetupNextSend()
168 Adapter->PackInfo[QueueIndex].uiSentPackets++; in SetupNextSend()
169 Adapter->PackInfo[QueueIndex].NumOfPacketsSent++; in SetupNextSend()
171 atomic_dec(&Adapter->PackInfo[QueueIndex].uiPerSFTxResourceCount); in SetupNextSend()
[all …]
DInterfaceRx.c42 int QueueIndex = NO_OF_QUEUES + 1; in read_bulk_callback() local
106 QueueIndex = SearchVcid( Adapter,pLeader->Vcid); in read_bulk_callback()
107 if(QueueIndex < NO_OF_QUEUES) in read_bulk_callback()
110 Adapter->PackInfo[QueueIndex].bHeaderSuppressionEnabled; in read_bulk_callback()
152 Adapter->PackInfo[QueueIndex].uiTotalRxBytes+=pLeader->PLength; in read_bulk_callback()
153 Adapter->PackInfo[QueueIndex].uiThisPeriodRxBytes+= pLeader->PLength; in read_bulk_callback()
163 if(!Adapter->PackInfo[QueueIndex].bEthCSSupport) in read_bulk_callback()