Searched refs:tx_desc_bat (Results 1 – 1 of 1) sorted by relevance
39 struct rtsn_desc *tx_desc_bat; member285 priv->tx_desc_bat = dma_alloc_coherent(dev, priv->tx_desc_bat_size, in rtsn_desc_alloc()289 if (!priv->tx_desc_bat) in rtsn_desc_alloc()293 priv->tx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()311 if (priv->tx_desc_bat) in rtsn_desc_free()313 priv->tx_desc_bat, priv->tx_desc_bat_dma); in rtsn_desc_free()314 priv->tx_desc_bat = NULL; in rtsn_desc_free()406 bat_desc = &priv->tx_desc_bat[TX_CHAIN_IDX]; in rtsn_chain_format()