Searched refs:is_peer_txq (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_queue.h | 78 int tid, int frms, int bytes, bool is_peer_txq); 98 int tid, int frms, int bytes, bool is_peer_txq) in ol_tx_queue_log_free() argument 169 int tid, bool is_peer_txq); 217 int tid, bool is_peer_txq) in ol_tx_queue_free() argument
|
H A D | ol_tx_queue.c | 360 int tid, bool is_peer_txq) in ol_tx_queue_free() argument 383 ol_tx_queue_log_free(pdev, txq, tid, frms, bytes, is_peer_txq); in ol_tx_queue_free() 385 ol_tx_queue_log_free(pdev, txq, tid, frms, bytes, is_peer_txq); in ol_tx_queue_free() 1585 int tid, int frms, int bytes, bool is_peer_txq) in ol_tx_queue_log_free() argument 1598 if ((tid < OL_TX_NUM_TIDS) && is_peer_txq) { in ol_tx_queue_log_free()
|