Searched refs:coalesce_idx (Results 1 - 2 of 2) sorted by path

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

Completed in 295 milliseconds