Home
last modified time | relevance | path

Searched refs:txhpring (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8187se/
Dr8180_core.c524 for (tmp = priv->txhpring, i = 0; in fix_tx_fifo()
556 priv->txhpringtail = priv->txhpring; in fix_tx_fifo()
557 priv->txhpringhead = priv->txhpring; in fix_tx_fifo()
821 priv->txhpring = desc; in alloc_tx_desc_ring()
860 priv->txhpring, priv->txhpringdma); in free_tx_desc_rings()
1742 begin = priv->txhpring; in rtl8180_tx()
2019 for (d = priv->txhpring; in rtl8180_is_tx_queue_empty()
2020 d < priv->txhpring + priv->txringcount; d += 8) in rtl8180_is_tx_queue_empty()
3441 begin = priv->txhpring; in rtl8180_tx_isr()
Dr8180.h417 u32 *txhpring; member