Home | History | Annotate | Download | only in Test

Lines Matching refs:rx

73  * Rx
304 /* Rx */
305 pElem->rx.RxOutOfMem = ENDIAN_HANDLE_LONG(pElem->rx.RxOutOfMem );
306 pElem->rx.RxHdrOverflow = ENDIAN_HANDLE_LONG(pElem->rx.RxHdrOverflow );
307 pElem->rx.RxHWStuck = ENDIAN_HANDLE_LONG(pElem->rx.RxHWStuck );
308 pElem->rx.RxDroppedFrame = ENDIAN_HANDLE_LONG(pElem->rx.RxDroppedFrame );
309 pElem->rx.RxCompleteDroppedFrame = ENDIAN_HANDLE_LONG(pElem->rx.RxCompleteDroppedFrame);
310 pElem->rx.RxAllocFrame = ENDIAN_HANDLE_LONG(pElem->rx.RxAllocFrame );
311 pElem->rx.RxDoneQueue = ENDIAN_HANDLE_LONG(pElem->rx.RxDoneQueue );
312 pElem->rx.RxDone = ENDIAN_HANDLE_LONG(pElem->rx.RxDone );
313 pElem->rx.RxDefrag = ENDIAN_HANDLE_LONG(pElem->rx.RxDefrag );
314 pElem->rx.RxDefragEnd = ENDIAN_HANDLE_LONG(pElem->rx.RxDefragEnd );
315 pElem->rx.RxMic = ENDIAN_HANDLE_LONG(pElem->rx.RxMic );
316 pElem->rx.RxMicEnd = ENDIAN_HANDLE_LONG(pElem->rx.RxMicEnd );
317 pElem->rx.RxXfr = ENDIAN_HANDLE_LONG(pElem->rx.RxXfr );
318 pElem->rx.RxXfrEnd = ENDIAN_HANDLE_LONG(pElem->rx.RxXfrEnd );
319 pElem->rx.RxCmplt = ENDIAN_HANDLE_LONG(pElem->rx.RxCmplt );
320 pElem->rx.RxPreCmplt = ENDIAN_HANDLE_LONG(pElem->rx.RxPreCmplt );
321 pElem->rx.RxCmpltTask = ENDIAN_HANDLE_LONG(pElem->rx.RxCmpltTask );
322 pElem->rx.RxPhyHdr = ENDIAN_HANDLE_LONG(pElem->rx.RxPhyHdr );
323 pElem->rx.RxTimeout = ENDIAN_HANDLE_LONG(pElem->rx.RxTimeout );
458 /* Rx */
459 WLAN_OS_REPORT(("------ Rx statistics -------------------\n"));
460 WLAN_OS_REPORT(("RxOutOfMem = %d\n", pElem->rx.RxOutOfMem ));
461 WLAN_OS_REPORT(("RxHdrOverflow = %d\n", pElem->rx.RxHdrOverflow ));
462 WLAN_OS_REPORT(("RxHWStuck = %d\n", pElem->rx.RxHWStuck ));
463 WLAN_OS_REPORT(("RxDroppedFrame = %d\n", pElem->rx.RxDroppedFrame ));
464 WLAN_OS_REPORT(("RxCompleteDroppedFrame = %d\n", pElem->rx.RxCompleteDroppedFrame));
465 WLAN_OS_REPORT(("RxAllocFrame = %d\n", pElem->rx.RxAllocFrame ));
466 WLAN_OS_REPORT(("RxDoneQueue = %d\n", pElem->rx.RxDoneQueue ));
467 WLAN_OS_REPORT(("RxDone = %d\n", pElem->rx.RxDone ));
468 WLAN_OS_REPORT(("RxDefrag = %d\n", pElem->rx.RxDefrag ));
469 WLAN_OS_REPORT(("RxDefragEnd = %d\n", pElem->rx.RxDefragEnd ));
470 WLAN_OS_REPORT(("RxMic = %d\n", pElem->rx.RxMic ));
471 WLAN_OS_REPORT(("RxMicEnd = %d\n", pElem->rx.RxMicEnd ));
472 WLAN_OS_REPORT(("RxXfr = %d\n", pElem->rx.RxXfr ));
473 WLAN_OS_REPORT(("RxXfrEnd = %d\n", pElem->rx.RxXfrEnd ));
474 WLAN_OS_REPORT(("RxCmplt = %d\n", pElem->rx.RxCmplt ));
475 WLAN_OS_REPORT(("RxPreCmplt = %d\n", pElem->rx.RxPreCmplt ));
476 WLAN_OS_REPORT(("RxCmpltTask = %d\n", pElem->rx.RxCmpltTask ));
477 WLAN_OS_REPORT(("RxPhyHdr = %d\n", pElem->rx.RxPhyHdr ));
478 WLAN_OS_REPORT(("RxTimeout = %d\n", pElem->rx.RxTimeout ));
870 * Rx functions
913 WLAN_OS_REPORT(("Rx: \n"));