Searched refs:tx_q_count (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-hw.c | 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() 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 D | dwc-xlgmac-common.c | 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()
|
H A D | dwc-xlgmac-ethtool.c | 146 channel->tx_count = pdata->tx_q_count; in xlgmac_ethtool_get_channels()
|
H A D | dwc-xlgmac.h | 570 unsigned int tx_q_count; member
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 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()
|
H A D | xgbe-dev.c | 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() 535 return min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_get_fc_queue_count() 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() 2604 xgbe_calculate_equal_fifo(fifo_size, pdata->tx_q_count, fifo); in xgbe_config_tx_fifo_size() 2606 for (i = 0; i < pdata->tx_q_count; i++) in xgbe_config_tx_fifo_size() 2611 pdata->tx_q_count, ((fifo[0] + 1) * XGMAC_FIFO_UNIT)); in xgbe_config_tx_fifo_size() 2668 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping() 2669 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping() [all …]
|
H A D | xgbe.h | 1157 unsigned int tx_q_count; member
|
H A D | xgbe-drv.c | 1277 pdata->tx_q_count = pdata->tx_ring_count; in xgbe_alloc_memory()
|