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:hbainfo
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
commctrl.c
1020
struct aac_hba_info
hbainfo
;
in aac_get_hba_info()
local
1022
memset(&
hbainfo
, 0, sizeof(
hbainfo
));
in aac_get_hba_info()
1023
hbainfo
.adapter_number = (u8) dev->id;
in aac_get_hba_info()
1024
hbainfo
.system_io_bus_number = dev->pdev->bus->number;
in aac_get_hba_info()
1025
hbainfo
.device_number = (dev->pdev->devfn >> 3);
in aac_get_hba_info()
1026
hbainfo
.function_number = (dev->pdev->devfn & 0x0007);
in aac_get_hba_info()
1028
hbainfo
.vendor_id = dev->pdev->vendor;
in aac_get_hba_info()
1029
hbainfo
.device_id = dev->pdev->device;
in aac_get_hba_info()
1030
hbainfo
in aac_get_hba_info()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
commctrl.c
1020
struct aac_hba_info
hbainfo
;
in aac_get_hba_info()
local
1022
memset(&
hbainfo
, 0, sizeof(
hbainfo
));
in aac_get_hba_info()
1023
hbainfo
.adapter_number = (u8) dev->id;
in aac_get_hba_info()
1024
hbainfo
.system_io_bus_number = dev->pdev->bus->number;
in aac_get_hba_info()
1025
hbainfo
.device_number = (dev->pdev->devfn >> 3);
in aac_get_hba_info()
1026
hbainfo
.function_number = (dev->pdev->devfn & 0x0007);
in aac_get_hba_info()
1028
hbainfo
.vendor_id = dev->pdev->vendor;
in aac_get_hba_info()
1029
hbainfo
.device_id = dev->pdev->device;
in aac_get_hba_info()
1030
hbainfo
in aac_get_hba_info()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
netdevice.h
1150
* struct netdev_fcoe_hbainfo *
hbainfo
);
1410
struct netdev_fcoe_hbainfo *
hbainfo
);
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
1237
* struct netdev_fcoe_hbainfo *
hbainfo
);
1520
struct netdev_fcoe_hbainfo *
hbainfo
);
Completed in 20 milliseconds