copy_to_buf       229 drivers/net/ethernet/sfc/tx.c 		int copy_to_buf =
copy_to_buf       232 drivers/net/ethernet/sfc/tx.c 		memcpy(copy_buf->buf + copy_buf->used, data, copy_to_buf);
copy_to_buf       233 drivers/net/ethernet/sfc/tx.c 		copy_buf->used += copy_to_buf;
copy_to_buf       242 drivers/net/ethernet/sfc/tx.c 		data += copy_to_buf;
copy_to_buf       243 drivers/net/ethernet/sfc/tx.c 		len -= copy_to_buf;