Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_rx_edma.c515 int ngood = 0; in ath_edma_recv_proc_deferred_queue() local
555 ngood++; in ath_edma_recv_proc_deferred_queue()
558 if (ngood) { in ath_edma_recv_proc_deferred_queue()
564 ngood); in ath_edma_recv_proc_deferred_queue()
576 return (ngood); in ath_edma_recv_proc_deferred_queue()
HDif_ath_rx.c998 int ngood; in ath_rx_proc() local
1020 ngood = 0; in ath_rx_proc()
1102 ngood++; in ath_rx_proc()
1127 if (ngood) in ath_rx_proc()
1130 ATH_KTR(sc, ATH_KTR_RXPROC, 2, "ath_rx_proc: npkts=%d, ngood=%d", npkts, ngood); in ath_rx_proc()