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:mesh_host
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mesh.c
1858
struct Scsi_Host *
mesh_host
;
in mesh_probe()
local
1883
mesh_host
= scsi_host_alloc(&mesh_template, sizeof(struct mesh_state));
in mesh_probe()
1884
if (
mesh_host
== NULL) {
in mesh_probe()
1891
note_scsi_host(mesh,
mesh_host
);
in mesh_probe()
1894
mesh_host
->base = macio_resource_start(mdev, 0);
in mesh_probe()
1895
mesh_host
->irq = macio_irq(mdev, 0);
in mesh_probe()
1896
ms = (struct mesh_state *)
mesh_host
->hostdata;
in mesh_probe()
1898
ms->host =
mesh_host
;
in mesh_probe()
1920
ms->dma_cmd_size = (
mesh_host
->sg_tablesize + 2) * sizeof(struct dbdma_cmd);
in mesh_probe()
1971
if (scsi_add_host(
mesh_host
,
in mesh_probe()
2001
struct Scsi_Host *
mesh_host
= ms->host;
mesh_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mesh.c
1854
struct Scsi_Host *
mesh_host
;
in mesh_probe()
local
1879
mesh_host
= scsi_host_alloc(&mesh_template, sizeof(struct mesh_state));
in mesh_probe()
1880
if (
mesh_host
== NULL) {
in mesh_probe()
1885
mesh_host
->base = macio_resource_start(mdev, 0);
in mesh_probe()
1886
mesh_host
->irq = macio_irq(mdev, 0);
in mesh_probe()
1887
ms = (struct mesh_state *)
mesh_host
->hostdata;
in mesh_probe()
1889
ms->host =
mesh_host
;
in mesh_probe()
1911
ms->dma_cmd_size = (
mesh_host
->sg_tablesize + 2) * sizeof(struct dbdma_cmd);
in mesh_probe()
1962
if (scsi_add_host(
mesh_host
, &mdev->ofdev.dev))
in mesh_probe()
1964
scsi_scan_host(
mesh_host
);
in mesh_probe()
1992
struct Scsi_Host *
mesh_host
= ms->host;
mesh_remove()
local
[all...]
Completed in 7 milliseconds