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:cfg_enable_bg
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
588
if (phba->
cfg_enable_bg
) {
in lpfc_bg_info_show()
7376
if (phba->
cfg_enable_bg
&& phba->hba_flag & HBA_FCOE_MODE) {
in lpfc_get_cfgparam()
7380
phba->
cfg_enable_bg
= 0;
in lpfc_get_cfgparam()
7381
} else if (phba->
cfg_enable_bg
) {
in lpfc_get_cfgparam()
H
A
D
lpfc_mbox.c
1298
if (phba->
cfg_enable_bg
)
in lpfc_config_port()
2090
if (phba->
cfg_enable_bg
)
in lpfc_request_features()
H
A
D
lpfc.h
897
uint32_t
cfg_enable_bg
;
member
H
A
D
lpfc_scsi.c
4600
if (vport->phba->
cfg_enable_bg
) {
in lpfc_queuecommand()
4613
if (vport->phba->
cfg_enable_bg
) {
in lpfc_queuecommand()
H
A
D
lpfc_sli.c
5146
phba->
cfg_enable_bg
= 0;
in lpfc_sli_config_port()
7593
phba->
cfg_enable_bg
= 0;
in lpfc_sli4_hba_setup()
7607
mqe->un.req_ftrs.word3, phba->
cfg_enable_bg
,
in lpfc_sli4_hba_setup()
7610
phba->
cfg_enable_bg
= 0;
in lpfc_sli4_hba_setup()
H
A
D
lpfc_init.c
6421
if (phba->
cfg_enable_bg
) {
in lpfc_sli_driver_resource_setup()
6835
/* Both
cfg_enable_bg
and cfg_external_dif code paths */
in lpfc_sli4_driver_resource_setup()
6856
if (phba->
cfg_enable_bg
&&
in lpfc_sli4_driver_resource_setup()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
761
if (phba->
cfg_enable_bg
) {
in lpfc_bg_info_show()
7252
if (phba->
cfg_enable_bg
&& phba->hba_flag & HBA_FCOE_MODE) {
in lpfc_get_cfgparam()
7256
phba->
cfg_enable_bg
= 0;
in lpfc_get_cfgparam()
7257
} else if (phba->
cfg_enable_bg
) {
in lpfc_get_cfgparam()
H
A
D
lpfc_mbox.c
1357
if (phba->
cfg_enable_bg
)
in lpfc_config_port()
2151
if (phba->
cfg_enable_bg
)
in lpfc_request_features()
H
A
D
lpfc.h
1150
uint32_t
cfg_enable_bg
;
member
H
A
D
lpfc_scsi.c
5326
if (vport->phba->
cfg_enable_bg
) {
in lpfc_queuecommand()
5339
if (vport->phba->
cfg_enable_bg
) {
in lpfc_queuecommand()
H
A
D
lpfc_sli.c
5667
phba->
cfg_enable_bg
= 0;
in lpfc_sli_config_port()
8691
phba->
cfg_enable_bg
= 0;
in lpfc_sli4_hba_setup()
8705
mqe->un.req_ftrs.word3, phba->
cfg_enable_bg
,
in lpfc_sli4_hba_setup()
8708
phba->
cfg_enable_bg
= 0;
in lpfc_sli4_hba_setup()
H
A
D
lpfc_init.c
7790
if (phba->
cfg_enable_bg
) {
in lpfc_sli_driver_resource_setup()
8229
/* Both
cfg_enable_bg
and cfg_external_dif code paths */
in lpfc_sli4_driver_resource_setup()
8250
if (phba->
cfg_enable_bg
&&
in lpfc_sli4_driver_resource_setup()
Completed in 123 milliseconds