Home
last modified time | relevance | path

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

/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()
1872 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_flush_tx_queues()
1876 for (i = 0; i < pdata->tx_q_count; i++) { in xgbe_flush_tx_queues()
1973 pdata->tx_q_count); in xgbe_config_tx_fifo_size()
1975 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_fifo_size()
1980 pdata->tx_q_count, ((fifo_size + 1) * 256)); in xgbe_config_tx_fifo_size()
2010 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
[all …]
Dxgbe.h811 unsigned int tx_q_count; member
Dxgbe-main.c678 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_probe()
Dxgbe-drv.c1643 while ((queue < pdata->tx_q_count) && in xgbe_setup_tc()