Home
last modified time | relevance | path

Searched refs:bf_held (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dxmit.c2000 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq() local
2030 bf_held = NULL; in ath_tx_processq()
2032 bf_held = bf; in ath_tx_processq()
2033 if (list_is_last(&bf_held->list, &txq->axq_q)) { in ath_tx_processq()
2037 bf = list_entry(bf_held->list.next, in ath_tx_processq()
2067 if (bf_held) in ath_tx_processq()
2068 list_del(&bf_held->list); in ath_tx_processq()
2075 if (bf_held) in ath_tx_processq()
2076 ath_tx_return_buffer(sc, bf_held); in ath_tx_processq()