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

/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c244 pdata->tx_q_count = pdata->tx_ring_count;
258 pdata->tx_q_count, pdata->rx_q_count);
H A Dxgbe-dev.c236 for (i = 0; i < pdata->tx_q_count; i++)
258 for (i = 0; i < pdata->tx_q_count; i++)
535 return min_t(unsigned int, pdata->tx_q_count, max_q_count);
2259 for (i = 0; i < pdata->tx_q_count; i++)
2263 for (i = 0; i < pdata->tx_q_count; i++) {
2604 xgbe_calculate_equal_fifo(fifo_size, pdata->tx_q_count, fifo);
2606 for (i = 0; i < pdata->tx_q_count; i++)
2611 pdata->tx_q_count, ((fifo[0] + 1) * XGMAC_FIFO_UNIT));
2668 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt;
2669 qptc_extra = pdata->tx_q_count
[all...]
H A Dxgbe.h1157 unsigned int tx_q_count; member in struct:xgbe_prv_data
H A Dxgbe-drv.c1277 pdata->tx_q_count = pdata->tx_ring_count;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c516 for (i = 0; i < pdata->tx_q_count; i++) {
553 for (i = 0; i < pdata->tx_q_count; i++) {
1204 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
1236 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
1515 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt;
1516 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt;
1638 pdata->tx_q_count);
1640 for (i = 0; i < pdata->tx_q_count; i++) {
1649 pdata->tx_q_count, ((fifo_size + 1) * 256));
1697 for (i = 0; i < pdata->tx_q_count;
[all...]
H A Ddwc-xlgmac-ethtool.c146 channel->tx_count = pdata->tx_q_count;
H A Ddwc-xlgmac-common.c131 pdata->tx_q_count = pdata->tx_ring_count;
132 ret = netif_set_real_num_tx_queues(netdev, pdata->tx_q_count);
H A Ddwc-xlgmac.h570 unsigned int tx_q_count; member in struct:xlgmac_pdata

Completed in 134 milliseconds