Home
last modified time | relevance | path

Searched refs:coalesce_buf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsdma_txreq.h108 void *coalesce_buf; member
H A Dsdma.c1693 kfree(tx->coalesce_buf); in __sdma_txclean()
1694 tx->coalesce_buf = NULL; in __sdma_txclean()
3065 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()
3067 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()
3069 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()
3125 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()
3139 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3152 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()
3160 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
H A Dsdma.h559 tx->coalesce_buf = NULL; in sdma_txinit_ahg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dsdma_txreq.h66 void *coalesce_buf; member
H A Dsdma.c1651 kfree(tx->coalesce_buf); in __sdma_txclean()
1652 tx->coalesce_buf = NULL; in __sdma_txclean()
3023 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()
3025 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()
3027 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()
3083 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()
3097 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3110 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()
3118 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
H A Dsdma.h518 tx->coalesce_buf = NULL; in sdma_txinit_ahg()

Completed in 11 milliseconds