Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dsdma_txreq.h105 void *coalesce_buf; member
H A Dsdma.c1695 kfree(tx->coalesce_buf); in __sdma_txclean()
1696 tx->coalesce_buf = NULL; in __sdma_txclean()
3067 } else if (!tx->coalesce_buf) { in _extend_sdma_tx_descs()
3069 tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32), in _extend_sdma_tx_descs()
3071 if (!tx->coalesce_buf) in _extend_sdma_tx_descs()
3127 if (tx->coalesce_buf) { in ext_coal_sdma_tx_descs()
3141 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3154 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()
3162 tx->coalesce_buf, in ext_coal_sdma_tx_descs()
H A Dsdma.h559 tx->coalesce_buf = NULL; in sdma_txinit_ahg()