Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-dev.c236 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tsf_mode()
258 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_threshold()
2202 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_flush_tx_queues()
2206 for (i = 0; i < pdata->tx_q_count; i++) { in xgbe_flush_tx_queues()
2549 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_fifo_size()
2611 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
2693 while ((queue < pdata->tx_q_count) && in xgbe_config_tc()
3295 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_enable_tx()
3308 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_disable_tx()
3315 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_disable_tx()
[all …]
A Dxgbe-main.c244 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_set_counts()
258 pdata->tx_q_count, pdata->rx_q_count); in xgbe_set_counts()
A Dxgbe.h1123 unsigned int tx_q_count; member
A Dxgbe-drv.c1258 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_alloc_memory()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-hw.c516 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_enable_tx()
553 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_disable_tx()
1515 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xlgmac_config_queue_mapping()
1516 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt; in xlgmac_config_queue_mapping()
1638 pdata->tx_q_count); in xlgmac_config_tx_fifo_size()
1640 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_config_tx_fifo_size()
1649 pdata->tx_q_count, ((fifo_size + 1) * 256)); in xlgmac_config_tx_fifo_size()
1697 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_config_tx_threshold()
1729 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_config_tsf_mode()
2948 for (i = 0; i < pdata->tx_q_count; i++) { in xlgmac_flush_tx_queues()
[all …]
A Ddwc-xlgmac-common.c131 pdata->tx_q_count = pdata->tx_ring_count; in xlgmac_init()
132 ret = netif_set_real_num_tx_queues(netdev, pdata->tx_q_count); in xlgmac_init()
A Ddwc-xlgmac-ethtool.c146 channel->tx_count = pdata->tx_q_count; in xlgmac_ethtool_get_channels()
A Ddwc-xlgmac.h569 unsigned int tx_q_count; member

Completed in 30 milliseconds