Searched refs:coalesce_buf (Results 1 – 3 of 3) sorted by relevance
105 void *coalesce_buf; member
1693 kfree(tx->coalesce_buf); in __sdma_txclean()1694 tx->coalesce_buf = NULL; in __sdma_txclean()3064 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()3066 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()3068 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()3126 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()3140 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()3153 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()3161 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
559 tx->coalesce_buf = NULL; in sdma_txinit_ahg()