Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:from_buf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
siena_sriov.c
125
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
D
siena_sriov.c
125
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
D
xsk.c
170
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