Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h56 extern void ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf);
H A Dif_ath_tx.c258 ath_returnbuf_head(sc, bf); in ath_txfrag_cleanup()
2467 ath_returnbuf_head(sc, bf); in ath_raw_xmit()
4580 ath_returnbuf_head(sc, nbf); in ath_tx_retry_clone()
H A Dif_ath.c3453 ath_returnbuf_head(sc, bf);
4755 ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf) function