Searched refs:tx_q_count (Results 1 – 8 of 8) sorted by relevance
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 …]
129 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()
146 channel->tx_count = pdata->tx_q_count; in xlgmac_ethtool_get_channels()
570 unsigned int tx_q_count; member
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()
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()2259 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_flush_tx_queues()2263 for (i = 0; i < pdata->tx_q_count; i++) { in xgbe_flush_tx_queues()2606 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_fifo_size()2668 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()2750 while ((queue < pdata->tx_q_count) && in xgbe_config_tc()3352 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_enable_tx()3365 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_disable_tx()3372 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_disable_tx()[all …]
1157 unsigned int tx_q_count; member
1277 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_alloc_memory()
Completed in 37 milliseconds