Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dtxrx.c993 if (unlikely(wil->txrx_ops.rx_error_check(wil, skb, stats))) { in wil_netif_rx_any()
2586 wil->txrx_ops.rx_error_check = wil_rx_error_check; in wil_init_txrx_ops_legacy_dma()
Dwil6210.h624 int (*rx_error_check)(struct wil6210_priv *wil, struct sk_buff *skb, member
Dtxrx_edma.c1643 wil->txrx_ops.rx_error_check = wil_rx_error_check_edma; in wil_init_txrx_ops_edma()