Home
last modified time | relevance | path

Searched refs:rx_error_check (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dtxrx.c993 if (unlikely(wil->txrx_ops.rx_error_check(wil, skb, stats))) { in wil_netif_rx_any()
2588 wil->txrx_ops.rx_error_check = wil_rx_error_check; in wil_init_txrx_ops_legacy_dma()
Dwil6210.h622 int (*rx_error_check)(struct wil6210_priv *wil, struct sk_buff *skb, member
Dtxrx_edma.c1641 wil->txrx_ops.rx_error_check = wil_rx_error_check_edma; in wil_init_txrx_ops_edma()