Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/pearl/
Dpcie_bus_priv.h75 u32 tx_bd_w_index; member
Dpcie.c405 priv->tx_bd_w_index = 0; in alloc_bd_table()
661 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()
665 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()
698 i = priv->tx_bd_w_index; in qtnf_pcie_data_tx()
733 priv->tx_bd_w_index = i; in qtnf_pcie_data_tx()
1023 seq_printf(s, "tx_bd_w_index(%u)\n", priv->tx_bd_w_index); in qtnf_dbg_hdp_stats()
1025 CIRC_CNT(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_dbg_hdp_stats()