Home
last modified time | relevance | path

Searched refs:tx_desc_count (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/marvell/
Dpxa168_eth.c225 int tx_desc_count; member
726 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()
Dmv643xx_eth.c372 int tx_desc_count; member
519 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()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h232 int tx_desc_count; member
Dbcm63xx_enet.c375 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()
/linux-3.4.99/drivers/net/wireless/
Datmel.c486 u16 tx_desc_count; member
689 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()
/linux-3.4.99/drivers/net/ethernet/neterion/
Ds2io.c5513 int i, tx_desc_count = 0, rx_desc_count = 0; in s2io_ethtool_gringparam() local
5531 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()