Searched refs:bf_comp (Results 1 – 4 of 4) sorted by relevance
977 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_form_aggr()
3220 bf->bf_comp = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked()3271 tbf->bf_comp = bf->bf_comp; in ath_buf_clone()4411 if (bf->bf_comp == NULL) { in ath_tx_process_buf_completion()4430 bf->bf_comp(sc, bf, 0); in ath_tx_process_buf_completion()5068 if (bf->bf_comp) in ath_tx_draintxq()5069 bf->bf_comp(sc, bf, 1); in ath_tx_draintxq()
1534 bf->bf_comp = ath_tx_normal_comp; in ath_tx_xmit_normal()3115 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_xmit_aggr()4349 bf->bf_comp = ath_tx_normal_comp; in ath_tx_tid_cleanup_frame()5608 bf->bf_comp = ath_tx_aggr_comp;5700 bf->bf_comp = ath_tx_normal_comp;
256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); member