Home
last modified time | relevance | path

Searched refs:copy_location (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c561 void *copy_location; in cvm_oct_xmit_pow() local
593 copy_location = packet_buffer + sizeof(uint64_t); in cvm_oct_xmit_pow()
594 copy_location += ((CVMX_HELPER_FIRST_MBUFF_SKIP + 7) & 0xfff8) + 6; in cvm_oct_xmit_pow()
602 memcpy(copy_location, skb->data, skb->len); in cvm_oct_xmit_pow()
619 work->packet_ptr.s.addr = cvmx_ptr_to_phys(copy_location); in cvm_oct_xmit_pow()
622 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7; in cvm_oct_xmit_pow()