Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Drecv.c21 #define SKB_CB_ATHBUF(__skb) (*((struct ath_rxbuf **)__skb->cb))
37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link()
71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink()
116 struct ath_rxbuf *bf; in ath_rx_edma_buf_link()
122 bf = list_first_entry(&sc->rx.rxbuf, struct ath_rxbuf, list); in ath_rx_edma_buf_link()
142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma()
158 struct ath_rxbuf *bf; in ath_rx_remove_buffer()
175 struct ath_rxbuf *bf; in ath_rx_edma_cleanup()
203 struct ath_rxbuf *bf; in ath_rx_edma_init()
215 size = sizeof(struct ath_rxbuf) * nbufs; in ath_rx_edma_init()
[all …]
Dath9k.h187 struct ath_rxbuf { struct
312 struct ath_rxbuf *buf_hold;
Dinit.c372 struct ath_rxbuf *bf; in ath_descdma_setup()
374 bsize = sizeof(struct ath_rxbuf) * nbuf; in ath_descdma_setup()