Searched refs:tx_bd_w_index (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
H A D | topaz_pcie.c | 214 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 D | pearl_pcie.c | 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()
|
H A D | pcie_priv.h | 57 u32 tx_bd_w_index; member
|