Searched refs:tx_desc_bat (Results 1 – 1 of 1) sorted by relevance
39 struct rtsn_desc *tx_desc_bat; member290 priv->tx_desc_bat = dma_alloc_coherent(dev, priv->tx_desc_bat_size, in rtsn_desc_alloc()294 if (!priv->tx_desc_bat) in rtsn_desc_alloc()298 priv->tx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()316 if (priv->tx_desc_bat) in rtsn_desc_free()318 priv->tx_desc_bat, priv->tx_desc_bat_dma); in rtsn_desc_free()319 priv->tx_desc_bat = NULL; in rtsn_desc_free()411 bat_desc = &priv->tx_desc_bat[TX_CHAIN_IDX]; in rtsn_chain_format()