Searched refs:bf_held (Results 1 – 1 of 1) sorted by relevance
2560 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq() local2590 bf_held = NULL; in ath_tx_processq()2592 bf_held = bf; in ath_tx_processq()2593 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()2596 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq()2621 if (bf_held) { in ath_tx_processq()2622 list_del(&bf_held->list); in ath_tx_processq()2623 ath_tx_return_buffer(sc, bf_held); in ath_tx_processq()