Searched refs:tx_queue_count (Results 1 – 8 of 8) sorted by relevance
63 int tx_queue_count; member
498 wl->tx_queue_count[i] <= WL1271_TX_QUEUE_LOW_WATERMARK) { in wl1271_handle_tx_low_watermark()552 wl->tx_queue_count[q]--; in wl12xx_lnk_skb_dequeue()627 wl->tx_queue_count[q]--; in wl1271_skb_dequeue()652 wl->tx_queue_count[q]++; in wl1271_skb_queue_head()951 wl->tx_queue_count[i] -= total[i]; in wl1271_tx_reset_link_queues()984 wl->tx_queue_count[i] = 0; in wl12xx_tx_reset()
201 count += wl->tx_queue_count[i]; in wl1271_tx_total_queue_count()
349 DRIVER_STATE_PRINT_INT(tx_queue_count[0]); in driver_state_read()350 DRIVER_STATE_PRINT_INT(tx_queue_count[1]); in driver_state_read()351 DRIVER_STATE_PRINT_INT(tx_queue_count[2]); in driver_state_read()352 DRIVER_STATE_PRINT_INT(tx_queue_count[3]); in driver_state_read()
231 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
353 int tx_queue_count[NUM_TX_QUEUES]; member
1463 wl->tx_queue_count[q]++; in wl1271_op_tx()1469 if (wl->tx_queue_count[q] >= WL1271_TX_QUEUE_HIGH_WATERMARK) { in wl1271_op_tx()1501 wl->tx_queue_count[q]++; in wl1271_tx_dummy_packet()
2758 mp->txq_count = pd->tx_queue_count ? : 1; in set_params()