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:mbox_send
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_mbox.c
424
&mbox_work->func_to_func->
mbox_send
[mbox_work->src_func_idx];
in recv_func_mbox_work_handler()
646
&func_to_func->
mbox_send
[src] :
in hinic_mbox_func_aeqe_handler()
1427
err = alloc_mbox_info(hwdev, func_to_func->
mbox_send
);
in hinic_func_to_func_init()
1462
free_mbox_info(func_to_func->
mbox_send
);
in hinic_func_to_func_init()
1488
free_mbox_info(func_to_func->
mbox_send
);
in hinic_func_to_func_free()
H
A
D
hinic_hw_mbox.h
99
struct hinic_recv_mbox
mbox_send
[HINIC_MAX_FUNCTIONS];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_mbox.c
419
&mbox_work->func_to_func->
mbox_send
[mbox_work->src_func_idx];
in recv_func_mbox_work_handler()
641
&func_to_func->
mbox_send
[src] :
in hinic_mbox_func_aeqe_handler()
1422
err = alloc_mbox_info(hwdev, func_to_func->
mbox_send
);
in hinic_func_to_func_init()
1457
free_mbox_info(func_to_func->
mbox_send
);
in hinic_func_to_func_init()
1483
free_mbox_info(func_to_func->
mbox_send
);
in hinic_func_to_func_free()
H
A
D
hinic_hw_mbox.h
99
struct hinic_recv_mbox
mbox_send
[HINIC_MAX_FUNCTIONS];
member
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
mbox.c
252
rc = mds->
mbox_send
(mds, mbox_cmd);
in cxl_internal_send_cmd()
254
* EIO is reserved for a payload size mismatch and
mbox_send
()
in cxl_internal_send_cmd()
591
rc = mds->
mbox_send
(mds, mbox_cmd);
in handle_mailbox_cmd_from_user()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
cxlmem.h
457
* @
mbox_send
: @dev specific transport for transmitting mailbox commands
484
int (*
mbox_send
)(struct cxl_memdev_state *mds,
member
H
A
D
pci.c
416
mds->
mbox_send
= cxl_pci_mbox_send;
in cxl_pci_setup_mailbox()
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
mem.c
1418
mds->
mbox_send
= cxl_mock_mbox_send;
in cxl_mock_mem_probe()
Completed in 13 milliseconds