Home
last modified time | relevance | path

Searched refs:bf_comp (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ath/
H A Dif_ath_tx_ht.c953 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_form_aggr()
H A Dif_ath.c3215 bf->bf_comp = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked()
3266 tbf->bf_comp = bf->bf_comp; in ath_buf_clone()
4406 if (bf->bf_comp == NULL) { in ath_tx_process_buf_completion()
4425 bf->bf_comp(sc, bf, 0); in ath_tx_process_buf_completion()
5063 if (bf->bf_comp) in ath_tx_draintxq()
5064 bf->bf_comp(sc, bf, 1); in ath_tx_draintxq()
H A Dif_ath_tx.c1539 bf->bf_comp = ath_tx_normal_comp; in ath_tx_xmit_normal()
3113 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_xmit_aggr()
4347 bf->bf_comp = ath_tx_normal_comp; in ath_tx_tid_cleanup_frame()
5606 bf->bf_comp = ath_tx_aggr_comp;
5698 bf->bf_comp = ath_tx_normal_comp;
H A Dif_athvar.h256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); member