Searched refs:tx_desc_count (Results 1 – 12 of 12) sorted by relevance
109 pdata->tx_desc_count = XLGMAC_TX_DESC_CNT; in xlgmac_init()110 if (pdata->tx_desc_count & (pdata->tx_desc_count - 1)) { in xlgmac_init()112 pdata->tx_desc_count); in xlgmac_init()
185 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce()
568 unsigned int tx_desc_count; member
184 pdata->tx_desc_count); in xlgmac_alloc_rings()
227 int tx_desc_count; member710 while (pep->tx_desc_count > 0) { in txq_reclaim()723 pep->tx_desc_count--; in txq_reclaim()749 netdev_info(dev, "TX timeout desc_count %d\n", pep->tx_desc_count); in pxa168_eth_tx_timeout()1091 pep->tx_desc_count = 0; in txq_init()1219 pep->tx_desc_count++; in eth_alloc_tx_desc_index()1238 && pep->tx_ring_size - pep->tx_desc_count > 1) { in pxa168_rx_poll()1278 if (pep->tx_ring_size - pep->tx_desc_count <= 1) { in pxa168_eth_start_xmit()
266 int tx_desc_count; member
436 while (priv->tx_desc_count < priv->tx_ring_size) { in bcm_enet_tx_reclaim()463 priv->tx_desc_count++; in bcm_enet_tx_reclaim()590 if (unlikely(!priv->tx_desc_count)) { in bcm_enet_start_xmit()635 priv->tx_desc_count--; in bcm_enet_start_xmit()646 if (!netdev_xmit_more() || !priv->tx_desc_count) in bcm_enet_start_xmit()651 if (!priv->tx_desc_count) in bcm_enet_start_xmit()990 priv->tx_desc_count = priv->tx_ring_size; in bcm_enet_open()2158 priv->tx_desc_count = priv->tx_ring_size; in bcm_enetsw_open()
474 ring->tx_pending = adapter->tx_desc_count; in iavf_get_ringparam()519 if ((new_tx_count == adapter->tx_desc_count) && in iavf_set_ringparam()525 if (new_tx_count != adapter->tx_desc_count) { in iavf_set_ringparam()527 adapter->tx_desc_count, new_tx_count); in iavf_set_ringparam()528 adapter->tx_desc_count = new_tx_count; in iavf_set_ringparam()
277 u32 tx_desc_count; member
196 pdata->tx_desc_count = XGBE_TX_DESC_CNT; in xgbe_config_netdev()
149 pdata->tx_desc_count); in xgbe_alloc_ring_resources()
1088 unsigned int tx_desc_count; member