Searched refs:RX_DMA_ERROR_L4_ERR (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ | ||
H A D | txrx.h | 405 #define RX_DMA_ERROR_L4_ERR BIT(5) macro |
H A D | txrx.c | 572 if (likely((d->dma.error & RX_DMA_ERROR_L4_ERR) == 0)) in wil_vring_reap_rx() |