Home
last modified time | relevance | path

Searched refs:coalesce_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dsdma_txreq.h63 void *coalesce_buf; member
A Dsdma.c1653 kfree(tx->coalesce_buf); in __sdma_txclean()
1654 tx->coalesce_buf = NULL; in __sdma_txclean()
3025 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()
3027 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()
3029 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()
3085 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()
3099 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3112 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()
3120 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
A Dsdma.h518 tx->coalesce_buf = NULL; in sdma_txinit_ahg()

Completed in 13 milliseconds