Searched refs:tx_q_count (Results 1 – 8 of 8) sorted by relevance
236 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 …]
244 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()
1123 unsigned int tx_q_count; member
1258 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_alloc_memory()
516 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 …]
131 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()
146 channel->tx_count = pdata->tx_q_count; in xlgmac_ethtool_get_channels()
569 unsigned int tx_q_count; member
Completed in 30 milliseconds