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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbcm63xx_enet.h232 int tx_desc_count; member in struct:bcm_enet_priv
H A Dpxa168_eth.c227 int tx_desc_count; member in struct:pxa168_eth_private
727 while (pep->tx_desc_count > 0) {
740 pep->tx_desc_count--;
767 dev->name, pep->tx_desc_count);
1090 pep->tx_desc_count = 0;
1223 pep->tx_desc_count++;
1246 && pep->tx_ring_size - pep->tx_desc_count > 1) {
1281 if (pep->tx_ring_size - pep->tx_desc_count <= 1) {
H A Dbcm63xx_enet.c374 while (priv->tx_desc_count < priv->tx_ring_size) {
401 priv->tx_desc_count++;
524 if (unlikely(!priv->tx_desc_count)) {
550 priv->tx_desc_count--;
563 if (!priv->tx_desc_count)
896 priv->tx_desc_count = priv->tx_ring_size;
H A Dmv643xx_eth.c366 int tx_desc_count; member in struct:tx_queue
513 if (txq->tx_ring_size - txq->tx_desc_count >= MAX_SKB_FRAGS + 1)
853 txq->tx_desc_count += nr_frags + 1;
877 if (txq->tx_ring_size - txq->tx_desc_count < MAX_SKB_FRAGS + 1) {
890 entries_left = txq->tx_ring_size - txq->tx_desc_count;
934 while (reclaimed < budget && txq->tx_desc_count > 0) {
955 txq->tx_desc_count--;
1978 txq->tx_desc_count = 0;
H A Ds2io.c5575 int i, tx_desc_count = 0, rx_desc_count = 0; local
5584 tx_desc_count += sp->config.tx_cfg[i].fifo_len;
5587 ering->tx_pending = tx_desc_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c486 u16 tx_desc_count; member in struct:atmel_private::host_info_struct
689 i < priv->host_info.tx_desc_count;
705 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1))
792 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1))
3697 iface->tx_desc_count = le16_to_cpu(iface->tx_desc_count);
4016 priv->tx_desc_free = priv->host_info.tx_desc_count;

Completed in 202 milliseconds