Searched refs:bf_comp (Results 1 – 4 of 4) sorted by relevance
837 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_form_aggr()
3026 bf->bf_comp = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked()3077 tbf->bf_comp = bf->bf_comp; in ath_buf_clone()4203 if (bf->bf_comp == NULL) { in ath_tx_process_buf_completion()4217 bf->bf_comp(sc, bf, 0); in ath_tx_process_buf_completion()4855 if (bf->bf_comp) in ath_tx_draintxq()4856 bf->bf_comp(sc, bf, 1); in ath_tx_draintxq()
1507 bf->bf_comp = ath_tx_normal_comp; in ath_tx_xmit_normal()3008 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_xmit_aggr()4228 bf->bf_comp = ath_tx_normal_comp; in ath_tx_tid_cleanup_frame()5419 bf->bf_comp = ath_tx_aggr_comp;5512 bf->bf_comp = ath_tx_normal_comp;
254 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); member