Searched refs:tx_bd_w_index (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | topaz_pcie.c | 215 priv->tx_bd_w_index = 0; in topaz_alloc_bd_table() 396 if (CIRC_CNT(priv->tx_bd_w_index, tx_done_index, priv->tx_bd_num)) in qtnf_topaz_data_tx_reclaim() 475 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready() 479 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready() 516 i = priv->tx_bd_w_index; in qtnf_pcie_data_tx() 543 priv->tx_bd_w_index = i; in qtnf_pcie_data_tx() 775 seq_printf(s, "tx_bd_w_index(%u)\n", priv->tx_bd_w_index); in qtnf_dbg_pkt_stats() 778 CIRC_CNT(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_dbg_pkt_stats() 784 CIRC_CNT(priv->tx_bd_w_index, tx_done_index, in qtnf_dbg_pkt_stats()
|
| D | pearl_pcie.c | 259 priv->tx_bd_w_index = 0; in pearl_alloc_bd_table() 519 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready() 523 if (!CIRC_SPACE(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_tx_queue_ready() 557 i = priv->tx_bd_w_index; in qtnf_pcie_data_tx() 592 priv->tx_bd_w_index = i; in qtnf_pcie_data_tx() 848 seq_printf(s, "tx_bd_w_index(%u)\n", priv->tx_bd_w_index); in qtnf_dbg_hdp_stats() 850 CIRC_CNT(priv->tx_bd_w_index, priv->tx_bd_r_index, in qtnf_dbg_hdp_stats()
|
| D | pcie_priv.h | 56 u32 tx_bd_w_index; member
|