Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tx_rx.c966 uint32_t num_tx_queues = 0; in wlan_hdd_update_queue_history_state() local
969 num_tx_queues = qdf_min(dev->num_tx_queues, (uint32_t)NUM_TX_QUEUES); in wlan_hdd_update_queue_history_state()
971 for (i = 0; i < num_tx_queues; i++) { in wlan_hdd_update_queue_history_state()
1299 for (i = 0; i < dev->num_tx_queues; i++) { in hdd_print_netdev_txq_status()