Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c260 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tsf_mode()
282 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_threshold()
506 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_disable_tx_flow_control()
531 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_enable_tx_flow_control()
1870 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_flush_tx_queues()
1874 for (i = 0; i < pdata->tx_q_count; i++) { in xgbe_flush_tx_queues()
2024 pdata->tx_q_count); in xgbe_config_tx_fifo_size()
2026 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_fifo_size()
2031 pdata->tx_q_count, ((fifo_size + 1) * 256)); in xgbe_config_tx_fifo_size()
2061 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
[all …]
Dxgbe.h693 unsigned int tx_q_count; member
Dxgbe-main.c422 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_probe()
Dxgbe-drv.c1709 while ((queue < pdata->tx_q_count) && in xgbe_setup_tc()