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:bbcr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_bsg.c
2258
struct qla_bbcr_data
bbcr
;
in qla27xx_get_bbcr_data()
local
2266
memset(&
bbcr
, 0, sizeof(
bbcr
));
in qla27xx_get_bbcr_data()
2269
bbcr
.status = QLA_BBCR_STATUS_ENABLED;
in qla27xx_get_bbcr_data()
2271
bbcr
.status = QLA_BBCR_STATUS_DISABLED;
in qla27xx_get_bbcr_data()
2273
if (
bbcr
.status == QLA_BBCR_STATUS_ENABLED) {
in qla27xx_get_bbcr_data()
2277
bbcr
.status = QLA_BBCR_STATUS_UNKNOWN;
in qla27xx_get_bbcr_data()
2278
bbcr
.state = QLA_BBCR_STATE_OFFLINE;
in qla27xx_get_bbcr_data()
2279
bbcr
.mbx1 = loop_id;
in qla27xx_get_bbcr_data()
2283
state = (vha->
bbcr
>> 1
in qla27xx_get_bbcr_data()
[all...]
H
A
D
qla_fw.h
1523
uint16_t
bbcr
;
member
1539
uint16_t
bbcr
;
member
H
A
D
qla_mbx.c
1717
vha->
bbcr
= mcp->mb[15];
in qla2x00_get_adapter_id()
4052
vha->flags.bbcr_enable = (rptid_entry->u.f1.
bbcr
& 0xf) != 0;
in qla24xx_report_id_acquisition()
H
A
D
qla_def.h
4827
uint16_t
bbcr
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_bsg.c
2277
struct qla_bbcr_data
bbcr
;
in qla27xx_get_bbcr_data()
local
2285
memset(&
bbcr
, 0, sizeof(
bbcr
));
in qla27xx_get_bbcr_data()
2288
bbcr
.status = QLA_BBCR_STATUS_ENABLED;
in qla27xx_get_bbcr_data()
2290
bbcr
.status = QLA_BBCR_STATUS_DISABLED;
in qla27xx_get_bbcr_data()
2292
if (
bbcr
.status == QLA_BBCR_STATUS_ENABLED) {
in qla27xx_get_bbcr_data()
2296
bbcr
.status = QLA_BBCR_STATUS_UNKNOWN;
in qla27xx_get_bbcr_data()
2297
bbcr
.state = QLA_BBCR_STATE_OFFLINE;
in qla27xx_get_bbcr_data()
2298
bbcr
.mbx1 = loop_id;
in qla27xx_get_bbcr_data()
2302
state = (vha->
bbcr
>> 1
in qla27xx_get_bbcr_data()
[all...]
H
A
D
qla_fw.h
1551
uint16_t
bbcr
;
member
1567
uint16_t
bbcr
;
member
H
A
D
qla_mbx.c
1767
vha->
bbcr
= mcp->mb[15];
in qla2x00_get_adapter_id()
4114
vha->flags.bbcr_enable = (rptid_entry->u.f1.
bbcr
& 0xf) != 0;
in qla24xx_report_id_acquisition()
H
A
D
qla_def.h
5078
uint16_t
bbcr
;
member
Completed in 56 milliseconds