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:NO_FCOE_FLAG
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1480
#define
NO_FCOE_FLAG
(1 << 15)
macro
1505
#define NO_FCOE(bp) ((bp)->flags &
NO_FCOE_FLAG
)
H
A
D
bnx2x_main.c
11532
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_port_hwinfo()
11670
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_fcoe_info()
11725
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_fcoe_info()
11778
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
11828
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
14037
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_init_one()
H
A
D
bnx2x_vfpf.c
378
NO_WOL_FLAG | NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG |
NO_FCOE_FLAG
;
in bnx2x_vfpf_acquire()
H
A
D
bnx2x_ethtool.c
3172
flags |= (!(bp->flags &
NO_FCOE_FLAG
) ? 1 : 0) << BNX2X_PRI_FLAG_FCOE;
in bnx2x_get_private_flags()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1480
#define
NO_FCOE_FLAG
(1 << 15)
macro
1504
#define NO_FCOE(bp) ((bp)->flags &
NO_FCOE_FLAG
)
H
A
D
bnx2x_main.c
11533
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_port_hwinfo()
11671
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_fcoe_info()
11726
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_fcoe_info()
11779
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
11829
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
13965
bp->flags |=
NO_FCOE_FLAG
;
in bnx2x_init_one()
H
A
D
bnx2x_vfpf.c
378
NO_WOL_FLAG | NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG |
NO_FCOE_FLAG
;
in bnx2x_vfpf_acquire()
H
A
D
bnx2x_ethtool.c
3180
flags |= (!(bp->flags &
NO_FCOE_FLAG
) ? 1 : 0) << BNX2X_PRI_FLAG_FCOE;
in bnx2x_get_private_flags()
Completed in 64 milliseconds