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()
3212 bf->bf_comp = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked()3263 tbf->bf_comp = bf->bf_comp; in ath_buf_clone()4403 if (bf->bf_comp == NULL) { in ath_tx_process_buf_completion()4422 bf->bf_comp(sc, bf, 0); in ath_tx_process_buf_completion()5060 if (bf->bf_comp) in ath_tx_draintxq()5061 bf->bf_comp(sc, bf, 1); in ath_tx_draintxq()
1533 bf->bf_comp = ath_tx_normal_comp; in ath_tx_xmit_normal()3095 bf->bf_comp = ath_tx_aggr_comp; in ath_tx_xmit_aggr()4329 bf->bf_comp = ath_tx_normal_comp; in ath_tx_tid_cleanup_frame()5588 bf->bf_comp = ath_tx_aggr_comp;5680 bf->bf_comp = ath_tx_normal_comp;
256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); member