Index rtime totalcount-val delta rate/sec symbol-name&device-no&time 0 2697427 8897070 48877 6942 nic_err_tx_dropped interface(0/1) Thu Dec 4 17:06:08 2014 1 7040 8945947 48877 6942 nic_err_tx_dropped interface(0/1) Thu Dec 4 17:06:15 2014 2 7170 8994878 48931 6824 nic_err_tx...
so it callsschedule()to yield, and continues the loop. Since there are no more frames to send (ph==NULL) and non-blocking has been requested (msg->msg_flags ==MSG_DONTWAIT) thedo {...} while (...)loop terminates, andtpacket_sndreturns300, the number of bytes qu...
then procede into ath_tx_send_ampdu() where the packet is queued to a tid selected by looking at the header qos field. Later that packet will be transmitted on the txq corresponding to that tid (tid ->ac ->txq). It comes down to this: either we look at the header qos when we...
The length, in bytes, of the file name contained within theFileNamemember. FileId A file reference number for the file. The file system generates this number and assigns it to the file. For file systems that do not supportFileId, this field is set to 0 and ignored. ...
Indicates the number of transmit requests that can be queued for transmission by the device driver. Valid values range from 512 through 16 384. Media Speed Indicates the speed at which the adapter attempts to operate. The available speeds are 10 Mbps half-duplex, 10 Mbps full-duplex, 100 Mbp...
This may occur if packets queued for transmission were not sent within several seconds. This may be caused by a malfunctioning modem which is not supplying the transmit clock signal, or by a cable problem. If the IOS device notices that the Carrier Detect signal of the serial interface is...
where queue 7 has the highest arbitration priority, and queue 0 has the lowest arbitration priority. Packets are stored into each queue according to the Priority Code Point (PCP) tag value extracted from the packet; for example, a packet with the PCP tag value of 7 is queued into queue 7...
DWORD dwBytesXfered; while(1) { ret=GetQueuedCompletionStatus( hIocp, &dwBytesXfered, (PULONG_PTR)&PerHandleKey, &Overlap, INFINITE); if(ret==0) { //Operation failed continue; } OverlapPlus=CONTAINING_RECORD(Overlap, OVERLAPPEDPLUS, ol); ...
GetOrCreateGauge(`pool_write_to_db_bytes`) pendingSubCounter = metrics.GetOrCreateGauge(`txpool_pending`) queuedSubCounter = metrics.GetOrCreateGauge(`txpool_queued`) 2 changes: 1 addition & 1 deletion 2 txnprovider/txpool/pending_pool.go Original file line numberDiff line numberDiff line ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...