Searched refs:bf_held (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 2575 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq() local 2605 bf_held = NULL; in ath_tx_processq() 2607 bf_held = bf; in ath_tx_processq() 2608 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq() 2611 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq() 2636 if (bf_held) { in ath_tx_processq() 2637 list_del(&bf_held->list); in ath_tx_processq() 2638 ath_tx_return_buffer(sc, bf_held); in ath_tx_processq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 2634 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq() local 2664 bf_held = NULL; in ath_tx_processq() 2666 bf_held = bf; in ath_tx_processq() 2667 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq() 2670 bf = list_entry(bf_held->list.next, struct ath_buf, in ath_tx_processq() 2695 if (bf_held) { in ath_tx_processq() 2696 list_del(&bf_held->list); in ath_tx_processq() 2697 ath_tx_return_buffer(sc, bf_held); in ath_tx_processq()
|
Completed in 8 milliseconds