Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dxmit.c351 struct list_head bf_head, bf_pending; in ath_tx_complete_aggr() local
424 INIT_LIST_HEAD(&bf_pending); in ath_tx_complete_aggr()
541 list_splice_tail_init(&bf_head, &bf_pending); in ath_tx_complete_aggr()
548 if (!list_empty(&bf_pending)) { in ath_tx_complete_aggr()
550 list_splice(&bf_pending, &tid->buf_q); in ath_tx_complete_aggr()