Searched refs:tx_desc_count (Results 1 – 3 of 3) sorted by relevance
344 int tx_desc_count; member488 if (txq->tx_ring_size - txq->tx_desc_count >= MAX_SKB_FRAGS + 1) in txq_maybe_wake()786 txq->tx_desc_count += nr_frags + 1; in txq_submit_skb()810 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) { in mv643xx_eth_xmit()824 entries_left = txq->tx_ring_size - txq->tx_desc_count; in mv643xx_eth_xmit()868 while (reclaimed < budget && txq->tx_desc_count > 0) { in txq_reclaim()889 txq->tx_desc_count--; in txq_reclaim()1742 txq->tx_desc_count = 0; in txq_init()
5528 int i,tx_desc_count=0,rx_desc_count=0; in s2io_ethtool_gringparam() local5537 tx_desc_count += sp->config.tx_cfg[i].fifo_len; in s2io_ethtool_gringparam()5540 ering->tx_pending = tx_desc_count; in s2io_ethtool_gringparam()
470 u16 tx_desc_count; member673 i < priv->host_info.tx_desc_count; in tx_done_irq()689 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()776 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1)) in tx_update_descriptor()3639 iface->tx_desc_count = le16_to_cpu(iface->tx_desc_count); in atmel_wakeup_firmware()3958 priv->tx_desc_free = priv->host_info.tx_desc_count; in reset_atmel_card()