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:dest_wrb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H
A
D
be_cmds.c
887
struct be_mcc_wrb *
dest_wrb
;
in be_cmd_copy()
local
890
dest_wrb
= wrb_from_mccq(adapter);
in be_cmd_copy()
891
if (!
dest_wrb
)
in be_cmd_copy()
894
dest_wrb
= wrb_from_mbox(adapter);
in be_cmd_copy()
897
memcpy(
dest_wrb
, wrb, sizeof(*wrb));
in be_cmd_copy()
899
fill_wrb_tags(
dest_wrb
, (ulong) embedded_payload(wrb));
in be_cmd_copy()
901
return
dest_wrb
;
in be_cmd_copy()
908
struct be_mcc_wrb *
dest_wrb
;
in be_cmd_notify_wait()
local
915
dest_wrb
= be_cmd_copy(adapter, wrb);
in be_cmd_notify_wait()
916
if (!
dest_wrb
) {
in be_cmd_notify_wait()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H
A
D
be_cmds.c
888
struct be_mcc_wrb *
dest_wrb
;
in be_cmd_copy()
local
891
dest_wrb
= wrb_from_mccq(adapter);
in be_cmd_copy()
892
if (!
dest_wrb
)
in be_cmd_copy()
895
dest_wrb
= wrb_from_mbox(adapter);
in be_cmd_copy()
898
memcpy(
dest_wrb
, wrb, sizeof(*wrb));
in be_cmd_copy()
900
fill_wrb_tags(
dest_wrb
, (ulong)embedded_payload(wrb));
in be_cmd_copy()
902
return
dest_wrb
;
in be_cmd_copy()
909
struct be_mcc_wrb *
dest_wrb
;
in be_cmd_notify_wait()
local
916
dest_wrb
= be_cmd_copy(adapter, wrb);
in be_cmd_notify_wait()
917
if (!
dest_wrb
) {
in be_cmd_notify_wait()
[all...]
Completed in 8 milliseconds