Home
last modified time | relevance | path

Searched refs:coalesce_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dsdma_txreq.h82 u16 coalesce_idx; member
A Dsdma.c3031 tx->coalesce_idx = 0; in _extend_sdma_tx_descs()
3099 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3100 tx->coalesce_idx += len; in ext_coal_sdma_tx_descs()
3105 if (tx->tlen - tx->coalesce_idx) in ext_coal_sdma_tx_descs()
3112 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()

Completed in 8 milliseconds