Lines Matching refs:ath_rxbuf

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) * nbufs; in ath_rx_edma_init()
275 struct ath_rxbuf *bf; in ath_rx_init()
336 struct ath_rxbuf *bf; in ath_rx_cleanup()
444 struct ath_rxbuf *bf, *tbf; in ath_startrecv()
464 bf = list_first_entry(&sc->rx.rxbuf, struct ath_rxbuf, list); in ath_startrecv()
630 struct ath_rxbuf **dest) in ath_edma_get_buffers()
636 struct ath_rxbuf *bf; in ath_edma_get_buffers()
680 static struct ath_rxbuf *ath_edma_get_next_rx_buf(struct ath_softc *sc, in ath_edma_get_next_rx_buf()
684 struct ath_rxbuf *bf = NULL; in ath_edma_get_next_rx_buf()
695 static struct ath_rxbuf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
701 struct ath_rxbuf *bf; in ath_get_next_rx_buf()
709 bf = list_first_entry(&sc->rx.rxbuf, struct ath_rxbuf, list); in ath_get_next_rx_buf()
729 struct ath_rxbuf *tbf; in ath_get_next_rx_buf()
738 tbf = list_entry(bf->list.next, struct ath_rxbuf, list); in ath_get_next_rx_buf()
1062 struct ath_rxbuf *bf; in ath_rx_tasklet()