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_mem_alloced
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be.h
122
struct be_dma_mem
mbox_mem_alloced
;
member
H
A
D
be_main.c
528
struct be_dma_mem *mbox_mem_alloc = &ctrl->
mbox_mem_alloced
;
in be_ctrl_init()
5741
phba->ctrl.
mbox_mem_alloced
.size,
in beiscsi_dev_probe()
5742
phba->ctrl.
mbox_mem_alloced
.va,
in beiscsi_dev_probe()
5743
phba->ctrl.
mbox_mem_alloced
.dma);
in beiscsi_dev_probe()
5786
phba->ctrl.
mbox_mem_alloced
.size,
in beiscsi_remove()
5787
phba->ctrl.
mbox_mem_alloced
.va,
in beiscsi_remove()
5788
phba->ctrl.
mbox_mem_alloced
.dma);
in beiscsi_remove()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be.h
122
struct be_dma_mem
mbox_mem_alloced
;
member
H
A
D
be_main.c
546
struct be_dma_mem *mbox_mem_alloc = &ctrl->
mbox_mem_alloced
;
in be_ctrl_init()
5725
phba->ctrl.
mbox_mem_alloced
.size,
in beiscsi_dev_probe()
5726
phba->ctrl.
mbox_mem_alloced
.va,
in beiscsi_dev_probe()
5727
phba->ctrl.
mbox_mem_alloced
.dma);
in beiscsi_dev_probe()
5769
phba->ctrl.
mbox_mem_alloced
.size,
in beiscsi_remove()
5770
phba->ctrl.
mbox_mem_alloced
.va,
in beiscsi_remove()
5771
phba->ctrl.
mbox_mem_alloced
.dma);
in beiscsi_remove()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
563
struct be_dma_mem
mbox_mem_alloced
;
member
H
A
D
be_main.c
5624
struct be_dma_mem *mem = &adapter->
mbox_mem_alloced
;
in be_drv_cleanup()
5642
struct be_dma_mem *mbox_mem_alloc = &adapter->
mbox_mem_alloced
;
in be_drv_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
562
struct be_dma_mem
mbox_mem_alloced
;
member
H
A
D
be_main.c
5613
struct be_dma_mem *mem = &adapter->
mbox_mem_alloced
;
in be_drv_cleanup()
5631
struct be_dma_mem *mbox_mem_alloc = &adapter->
mbox_mem_alloced
;
in be_drv_init()
Completed in 33 milliseconds