Searched refs:ath_rxbuf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 21 #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) * nbuf in ath_rx_edma_init() [all...] |
H A D | ath9k.h | 187 struct ath_rxbuf { struct 312 struct ath_rxbuf *buf_hold;
|
H A D | init.c | 372 struct ath_rxbuf *bf; in ath_descdma_setup() 374 bsize = sizeof(struct ath_rxbuf) * nbuf; in ath_descdma_setup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 21 #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) * nbuf in ath_rx_edma_init() [all...] |
H A D | ath9k.h | 188 struct ath_rxbuf { struct 313 struct ath_rxbuf *buf_hold;
|
H A D | init.c | 372 struct ath_rxbuf *bf; in ath_descdma_setup() 374 bsize = sizeof(struct ath_rxbuf) * nbuf; in ath_descdma_setup()
|
Completed in 12 milliseconds