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:HBA_FCOE_MODE
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
6667
if ((lpfc_is_link_up(phba)) && (!(phba->hba_flag &
HBA_FCOE_MODE
))) {
in lpfc_get_host_speed()
6700
} else if (lpfc_is_link_up(phba) && (phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_get_host_speed()
6871
if (phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_get_stats()
6969
if (phba->hba_flag &
HBA_FCOE_MODE
)
in lpfc_reset_stats()
7307
phba->hba_flag |=
HBA_FCOE_MODE
;
in lpfc_get_hba_function_mode()
7311
phba->hba_flag &= ~
HBA_FCOE_MODE
;
in lpfc_get_hba_function_mode()
7376
if (phba->cfg_enable_bg && phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_get_cfgparam()
H
A
D
lpfc.h
754
#define
HBA_FCOE_MODE
0x4 /* HBA function in FCoE Mode */
macro
H
A
D
lpfc_ct.c
2491
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_fdmi_port_attr_support_speed()
2544
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_fdmi_port_attr_speed()
H
A
D
lpfc_hbadisc.c
1173
!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_mbx_cmpl_local_config_link()
3185
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_mbx_process_link_up()
3310
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_mbx_process_link_up()
6873
if (!(phba->hba_flag &
HBA_FCOE_MODE
) ||
in lpfc_unregister_unused_fcf()
H
A
D
lpfc_sli.c
7226
(phba->hba_flag &
HBA_FCOE_MODE
) ? "FCoE" : "FC");
in lpfc_set_host_data()
7429
phba->hba_flag |=
HBA_FCOE_MODE
;
in lpfc_sli4_hba_setup()
7432
phba->hba_flag &= ~
HBA_FCOE_MODE
;
in lpfc_sli4_hba_setup()
7447
phba->sli_rev, phba->hba_flag &
HBA_FCOE_MODE
);
in lpfc_sli4_hba_setup()
7458
if (phba->hba_flag &
HBA_FCOE_MODE
&&
in lpfc_sli4_hba_setup()
7579
if (phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_sli4_hba_setup()
7837
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_sli4_hba_setup()
7971
if (!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_sli4_hba_setup()
H
A
D
lpfc_els.c
1134
else if (!(phba->hba_flag &
HBA_FCOE_MODE
))
in lpfc_cmpl_els_flogi()
6152
if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_els_rcv_rdp()
6435
phba->hba_flag &
HBA_FCOE_MODE
||
in lpfc_els_rcv_lcb()
H
A
D
lpfc_init.c
4584
if (phba->hba_flag &
HBA_FCOE_MODE
)
in lpfc_host_supported_speeds_set()
5056
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_sli4_async_link_evt()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
6509
if ((lpfc_is_link_up(phba)) && (!(phba->hba_flag &
HBA_FCOE_MODE
))) {
in lpfc_get_host_speed()
6545
} else if (lpfc_is_link_up(phba) && (phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_get_host_speed()
6736
if (phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_get_stats()
6834
if (phba->hba_flag &
HBA_FCOE_MODE
)
in lpfc_reset_stats()
7177
phba->hba_flag |=
HBA_FCOE_MODE
;
in lpfc_get_hba_function_mode()
7181
phba->hba_flag &= ~
HBA_FCOE_MODE
;
in lpfc_get_hba_function_mode()
7252
if (phba->cfg_enable_bg && phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_get_cfgparam()
H
A
D
lpfc.h
1005
#define
HBA_FCOE_MODE
0x4 /* HBA function in FCoE Mode */
macro
H
A
D
lpfc_scsi.c
3233
if (!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_scsi_prep_dma_buf_s4()
3429
if (!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_bg_scsi_prep_dma_buf_s4()
5049
phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_check_pci_resettable()
H
A
D
lpfc_ct.c
2804
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_fdmi_port_attr_support_speed()
2878
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_fdmi_port_attr_speed()
H
A
D
lpfc_hbadisc.c
1515
!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_mbx_cmpl_local_config_link()
3509
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_mbx_process_link_up()
3632
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_mbx_process_link_up()
7057
if (!(phba->hba_flag &
HBA_FCOE_MODE
) ||
in lpfc_unregister_unused_fcf()
H
A
D
lpfc_sli.c
7757
(phba->hba_flag &
HBA_FCOE_MODE
) ? "FCoE" : "FC");
in lpfc_set_host_data()
8514
phba->hba_flag |=
HBA_FCOE_MODE
;
in lpfc_sli4_hba_setup()
8517
phba->hba_flag &= ~
HBA_FCOE_MODE
;
in lpfc_sli4_hba_setup()
8532
phba->sli_rev, phba->hba_flag &
HBA_FCOE_MODE
);
in lpfc_sli4_hba_setup()
8547
if (phba->hba_flag &
HBA_FCOE_MODE
&&
in lpfc_sli4_hba_setup()
8677
if (phba->hba_flag &
HBA_FCOE_MODE
) {
in lpfc_sli4_hba_setup()
8936
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_sli4_hba_setup()
9054
if (!(phba->hba_flag &
HBA_FCOE_MODE
) &&
in lpfc_sli4_hba_setup()
H
A
D
lpfc_els.c
1143
else if (!(phba->hba_flag &
HBA_FCOE_MODE
))
in lpfc_cmpl_els_flogi()
7425
if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_els_rcv_rdp()
7748
phba->hba_flag &
HBA_FCOE_MODE
||
in lpfc_els_rcv_lcb()
H
A
D
lpfc_init.c
4970
if (phba->hba_flag &
HBA_FCOE_MODE
)
in lpfc_host_supported_speeds_set()
5486
if (!(phba->hba_flag &
HBA_FCOE_MODE
)) {
in lpfc_sli4_async_link_evt()
Completed in 143 milliseconds