Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dtxrx.h396 static inline int wil_rxdesc_ftype(struct vring_rx_desc *d) in wil_rxdesc_ftype() function
Dtrace.h178 __entry->type = wil_rxdesc_ftype(d);
Dtxrx.c449 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx()