copy_location     514 drivers/staging/octeon/ethernet-tx.c 	void *copy_location;
copy_location     546 drivers/staging/octeon/ethernet-tx.c 	copy_location = packet_buffer + sizeof(u64);
copy_location     547 drivers/staging/octeon/ethernet-tx.c 	copy_location += ((CVMX_HELPER_FIRST_MBUFF_SKIP + 7) & 0xfff8) + 6;
copy_location     555 drivers/staging/octeon/ethernet-tx.c 	memcpy(copy_location, skb->data, skb->len);
copy_location     573 drivers/staging/octeon/ethernet-tx.c 	work->packet_ptr.s.addr = cvmx_ptr_to_phys(copy_location);
copy_location     576 drivers/staging/octeon/ethernet-tx.c 	work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7;