coalesce_idx     3071 drivers/infiniband/hw/hfi1/sdma.c 			tx->coalesce_idx = 0;
coalesce_idx     3141 drivers/infiniband/hw/hfi1/sdma.c 		memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len);
coalesce_idx     3142 drivers/infiniband/hw/hfi1/sdma.c 		tx->coalesce_idx += len;
coalesce_idx     3147 drivers/infiniband/hw/hfi1/sdma.c 		if (tx->tlen - tx->coalesce_idx)
coalesce_idx     3154 drivers/infiniband/hw/hfi1/sdma.c 			memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len);
coalesce_idx      124 drivers/infiniband/hw/hfi1/sdma_txreq.h 	u16 coalesce_idx;