Searched refs:bf_comp (Results 1 – 4 of 4) sorted by relevance
953 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_form_aggr()
3215 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()
1539 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;
256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); member