Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DTransmit.c99 struct bcm_packet_info *curr_packet_info = in SetupNextSend() local
112 bHeaderSupressionEnabled = curr_packet_info->bHeaderSuppressionEnabled & in SetupNextSend()
123 curr_packet_info->bEthCSSupport); in SetupNextSend()
138 if (curr_packet_info->bEthCSSupport) { in SetupNextSend()
171 curr_packet_info->uiTotalTxBytes += Leader.PLength; in SetupNextSend()
176 curr_packet_info->uiCurrentTokenCount -= Leader.PLength << 3; in SetupNextSend()
177 curr_packet_info->uiSentBytes += (Packet->len); in SetupNextSend()
178 curr_packet_info->uiSentPackets++; in SetupNextSend()
179 curr_packet_info->NumOfPacketsSent++; in SetupNextSend()
181 atomic_dec(&curr_packet_info->uiPerSFTxResourceCount); in SetupNextSend()
[all …]
DQos.c535 struct bcm_packet_info *curr_packet_info; in flush_all_queues() local
547 curr_packet_info = &Adapter->PackInfo[iQIndex]; in flush_all_queues()
549 spin_lock_bh(&curr_packet_info->SFQueueLock); in flush_all_queues()
550 while (curr_packet_info->FirstTxQueue) { in flush_all_queues()
551 PacketToDrop = curr_packet_info->FirstTxQueue; in flush_all_queues()
558 DEQUEUEPACKET(curr_packet_info->FirstTxQueue, in flush_all_queues()
559 curr_packet_info->LastTxQueue); in flush_all_queues()
565 curr_packet_info->uiCurrentBytesOnHost -= uiTotalPacketLength; in flush_all_queues()
566 curr_packet_info->uiCurrentPacketsOnHost--; in flush_all_queues()
569 curr_packet_info->uiDroppedCountBytes += uiTotalPacketLength; in flush_all_queues()
[all …]