Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H 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()
1204 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xlgmac_disable_tx_flow_control()
1236 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xlgmac_enable_tx_flow_control()
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()
[all …]
H A Ddwc-xlgmac-common.c129 pdata->tx_q_count = pdata->tx_ring_count; in xlgmac_init()
130 ret = netif_set_real_num_tx_queues(netdev, pdata->tx_q_count); in xlgmac_init()
H A Ddwc-xlgmac-ethtool.c146 channel->tx_count = pdata->tx_q_count; in xlgmac_ethtool_get_channels()
H A Ddwc-xlgmac.h570 unsigned int tx_q_count; member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c134 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_set_counts()
148 pdata->tx_q_count, pdata->rx_q_count); in xgbe_set_counts()
H A Dxgbe.h1079 unsigned int tx_q_count; member
H A Dxgbe-drv.c1205 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_alloc_memory()