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_ISCSI_FLAG
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1479
#define
NO_ISCSI_FLAG
(1 << 14)
macro
1503
#define NO_ISCSI(bp) ((bp)->flags &
NO_ISCSI_FLAG
)
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_main.c
11529
bp->flags |=
NO_ISCSI_FLAG
;
in bnx2x_get_port_hwinfo()
11578
u32 no_flags =
NO_ISCSI_FLAG
;
in bnx2x_get_iscsi_info()
11766
bp->flags |= NO_ISCSI_OOO_FLAG |
NO_ISCSI_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
11822
bp->flags |= NO_ISCSI_OOO_FLAG |
NO_ISCSI_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
H
A
D
bnx2x_ethtool.c
3171
flags |= (!(bp->flags &
NO_ISCSI_FLAG
) ? 1 : 0) << BNX2X_PRI_FLAG_ISCSI;
in bnx2x_get_private_flags()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1479
#define
NO_ISCSI_FLAG
(1 << 14)
macro
1502
#define NO_ISCSI(bp) ((bp)->flags &
NO_ISCSI_FLAG
)
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_main.c
11530
bp->flags |=
NO_ISCSI_FLAG
;
in bnx2x_get_port_hwinfo()
11579
u32 no_flags =
NO_ISCSI_FLAG
;
in bnx2x_get_iscsi_info()
11767
bp->flags |= NO_ISCSI_OOO_FLAG |
NO_ISCSI_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
11823
bp->flags |= NO_ISCSI_OOO_FLAG |
NO_ISCSI_FLAG
;
in bnx2x_get_cnic_mac_hwinfo()
H
A
D
bnx2x_ethtool.c
3179
flags |= (!(bp->flags &
NO_ISCSI_FLAG
) ? 1 : 0) << BNX2X_PRI_FLAG_ISCSI;
in bnx2x_get_private_flags()
Completed in 61 milliseconds