Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsdma_txreq.h85 u16 coalesce_idx; member
H A Dsdma.c3029 tx->coalesce_idx = 0; in _extend_sdma_tx_descs()
3097 memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len); in ext_coal_sdma_tx_descs()
3098 tx->coalesce_idx += len; in ext_coal_sdma_tx_descs()
3103 if (tx->tlen - tx->coalesce_idx) in ext_coal_sdma_tx_descs()
3110 memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len); in ext_coal_sdma_tx_descs()