Searched refs:tx_desc_count (Results 1 – 6 of 6) sorted by relevance
225 int tx_desc_count; member726 while (pep->tx_desc_count > 0) { in txq_reclaim()739 pep->tx_desc_count--; in txq_reclaim()766 dev->name, pep->tx_desc_count); in pxa168_eth_tx_timeout()1086 pep->tx_desc_count = 0; in txq_init()1219 pep->tx_desc_count++; in eth_alloc_tx_desc_index()1242 && pep->tx_ring_size - pep->tx_desc_count > 1) { in pxa168_rx_poll()1280 if (pep->tx_ring_size - pep->tx_desc_count <= 1) { in pxa168_eth_start_xmit()
372 int tx_desc_count; member519 if (txq->tx_ring_size - txq->tx_desc_count >= MAX_SKB_FRAGS + 1) in txq_maybe_wake()861 txq->tx_desc_count += nr_frags + 1; in txq_submit_skb()884 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) { in mv643xx_eth_xmit()899 entries_left = txq->tx_ring_size - txq->tx_desc_count; in mv643xx_eth_xmit()943 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim()964 txq->tx_desc_count--; in txq_reclaim()1967 txq->tx_desc_count = 0; in txq_init()
232 int tx_desc_count; member
375 while (priv->tx_desc_count < priv->tx_ring_size) { in bcm_enet_tx_reclaim()402 priv->tx_desc_count++; in bcm_enet_tx_reclaim()525 if (unlikely(!priv->tx_desc_count)) { in bcm_enet_start_xmit()551 priv->tx_desc_count--; in bcm_enet_start_xmit()564 if (!priv->tx_desc_count) in bcm_enet_start_xmit()897 priv->tx_desc_count = priv->tx_ring_size; in bcm_enet_open()
486 u16 tx_desc_count; member689 i < priv->host_info.tx_desc_count; in tx_done_irq()705 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()792 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1)) in tx_update_descriptor()3696 iface->tx_desc_count = le16_to_cpu(iface->tx_desc_count); in atmel_wakeup_firmware()4017 priv->tx_desc_free = priv->host_info.tx_desc_count; in reset_atmel_card()
5513 int i, tx_desc_count = 0, rx_desc_count = 0; in s2io_ethtool_gringparam() local5531 tx_desc_count += sp->config.tx_cfg[i].fifo_len; in s2io_ethtool_gringparam()5532 ering->tx_pending = tx_desc_count; in s2io_ethtool_gringparam()