Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c214 priv->tx_bd_w_index = 0; in topaz_alloc_bd_table()
407 if (CIRC_CNT(priv->tx_bd_w_index, tx_done_index, priv->tx_bd_num)) in qtnf_topaz_data_tx_reclaim()
486 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()
490 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready()
521 i = priv->tx_bd_w_index; in qtnf_pcie_data_tx()
548 priv->tx_bd_w_index = i; in qtnf_pcie_data_tx()
779 seq_printf(s, "tx_bd_w_index(%u)\n", priv->tx_bd_w_index); in qtnf_dbg_pkt_stats()
782 CIRC_CNT(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_dbg_pkt_stats()
788 CIRC_CNT(priv->tx_bd_w_index, tx_done_index, in qtnf_dbg_pkt_stats()
H A Dpearl_pcie.c258 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()
H A Dpcie_priv.h57 u32 tx_bd_w_index; member