Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsdma_txreq.h123 u16 coalesce_idx; member
Dsdma.c3069 tx->coalesce_idx = 0; in _extend_sdma_tx_descs()
3139 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3140 tx->coalesce_idx += len; in ext_coal_sdma_tx_descs()
3145 if (tx->tlen - tx->coalesce_idx) in ext_coal_sdma_tx_descs()
3152 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()