coalesce_buf     1693 drivers/infiniband/hw/hfi1/sdma.c 	kfree(tx->coalesce_buf);
coalesce_buf     1694 drivers/infiniband/hw/hfi1/sdma.c 	tx->coalesce_buf = NULL;
coalesce_buf     3065 drivers/infiniband/hw/hfi1/sdma.c 		} else if (!tx->coalesce_buf) {
coalesce_buf     3067 drivers/infiniband/hw/hfi1/sdma.c 			tx->coalesce_buf = kmalloc(tx->tlen + sizeof(u32),
coalesce_buf     3069 drivers/infiniband/hw/hfi1/sdma.c 			if (!tx->coalesce_buf)
coalesce_buf     3127 drivers/infiniband/hw/hfi1/sdma.c 	if (tx->coalesce_buf) {
coalesce_buf     3141 drivers/infiniband/hw/hfi1/sdma.c 		memcpy(tx->coalesce_buf + tx->coalesce_idx, kvaddr, len);
coalesce_buf     3154 drivers/infiniband/hw/hfi1/sdma.c 			memset(tx->coalesce_buf + tx->coalesce_idx, 0, pad_len);
coalesce_buf     3162 drivers/infiniband/hw/hfi1/sdma.c 				      tx->coalesce_buf,
coalesce_buf      559 drivers/infiniband/hw/hfi1/sdma.h 	tx->coalesce_buf = NULL;
coalesce_buf      105 drivers/infiniband/hw/hfi1/sdma_txreq.h 	void *coalesce_buf;