Searched refs:copy_offset (Results 1 – 1 of 1) sorted by relevance
308 unsigned int copy_offset = 0; in rt_geth_xmit() local319 copy_offset = 0; in rt_geth_xmit()323 rt_memcpy(dist+copy_offset,q->payload,q->len); in rt_geth_xmit()324 copy_offset += q->len; in rt_geth_xmit()326 if(copy_offset >= ((1 << 11) - 1)) in rt_geth_xmit()328 printf("send data exceed max len copy_offset %d\n",copy_offset); in rt_geth_xmit()333 desc_buf_set(first, 0, copy_offset); in rt_geth_xmit()342 awos_arch_mems_clean_dcache_region((unsigned long)first->desc2,copy_offset); in rt_geth_xmit()
Completed in 6 milliseconds