Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dtx.c232 int copy_to_buf = in efx_memcpy_toio_aligned_cb() local
235 memcpy(copy_buf->buf + copy_buf->used, data, copy_to_buf); in efx_memcpy_toio_aligned_cb()
236 copy_buf->used += copy_to_buf; in efx_memcpy_toio_aligned_cb()
245 data += copy_to_buf; in efx_memcpy_toio_aligned_cb()
246 len -= copy_to_buf; in efx_memcpy_toio_aligned_cb()