Searched refs:coalesce_buf (Results 1 – 2 of 2) sorted by relevance
1341 kfree(tx->coalesce_buf); in sdma_txclean()1342 tx->coalesce_buf = NULL; in sdma_txclean()2732 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()2734 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()2736 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()2792 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()2806 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()2819 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()2827 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
353 void *coalesce_buf; member641 tx->coalesce_buf = NULL; in sdma_txinit_ahg()