Searched refs:tx_bd_w_index (Results 1 – 2 of 2) sorted by relevance
258 priv->tx_bd_w_index = 0; in pearl_alloc_bd_table()520 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()524 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()558 i = priv->tx_bd_w_index; in qtnf_pcie_skb_send()593 priv->tx_bd_w_index = i; in qtnf_pcie_skb_send()890 seq_printf(s, "tx_bd_w_index(%u)\n", priv->tx_bd_w_index); in qtnf_dbg_hdp_stats()892 CIRC_CNT(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_dbg_hdp_stats()
57 u32 tx_bd_w_index; member