Home
last modified time | relevance | path

Searched refs:from_buf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c125 void *from_buf; member
265 if (req->from_buf == NULL) { in efx_siena_sriov_memcpy()
277 memcpy(_MCDI_PTR(inbuf, used), req->from_buf, in efx_siena_sriov_memcpy()
418 copy[0].from_buf = &status->generation_start; in __efx_siena_sriov_push_vf_status()
444 copy[pos].from_buf = NULL; in __efx_siena_sriov_push_vf_status()
459 copy[pos].from_buf = &status->generation_end; in __efx_siena_sriov_push_vf_status()
921 copy[0].from_buf = &req->rc; in efx_siena_sriov_vfdi()
925 copy[1].from_buf = &req->op; in efx_siena_sriov_vfdi()
970 copy_req[k].from_buf = NULL; in efx_siena_sriov_reset_vf()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c125 void *from_buf; member
266 if (req->from_buf == NULL) { in efx_siena_sriov_memcpy()
278 memcpy(_MCDI_PTR(inbuf, used), req->from_buf, in efx_siena_sriov_memcpy()
419 copy[0].from_buf = &status->generation_start; in __efx_siena_sriov_push_vf_status()
445 copy[pos].from_buf = NULL; in __efx_siena_sriov_push_vf_status()
460 copy[pos].from_buf = &status->generation_end; in __efx_siena_sriov_push_vf_status()
922 copy[0].from_buf = &req->rc; in efx_siena_sriov_vfdi()
926 copy[1].from_buf = &req->op; in efx_siena_sriov_vfdi()
971 copy_req[k].from_buf = NULL; in efx_siena_sriov_reset_vf()
/kernel/linux/linux-5.10/net/xdp/
H A Dxsk.c170 void *from_buf, *to_buf; in xsk_copy_xdp() local
174 from_buf = from->data; in xsk_copy_xdp()
178 from_buf = from->data_meta; in xsk_copy_xdp()
183 memcpy(to_buf, from_buf, len + metalen); in xsk_copy_xdp()

Completed in 6 milliseconds