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:ADVERT_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
317
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
H
A
D
csio_hw.c
1714
lc->acaps = lc->pcaps &
ADVERT_MASK
;
in csio_init_link_config()
1756
lrcap = (lc->pcaps &
ADVERT_MASK
) | fw_fc | fw_fec;
in csio_link_l1cfg()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
317
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
H
A
D
csio_hw.c
1714
lc->acaps = lc->pcaps &
ADVERT_MASK
;
in csio_init_link_config()
1756
lrcap = (lc->pcaps &
ADVERT_MASK
) | fw_fc | fw_fec;
in csio_link_l1cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
316
/* In the Physical Function Driver Common Code, the
ADVERT_MASK
is used to
323
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
480
lc->acaps = acaps &
ADVERT_MASK
;
in init_link_config()
2033
lc->acaps = acaps &
ADVERT_MASK
;
in t4vf_handle_get_port_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
317
/* In the Physical Function Driver Common Code, the
ADVERT_MASK
is used to
324
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
481
lc->acaps = acaps &
ADVERT_MASK
;
in init_link_config()
2034
lc->acaps = acaps &
ADVERT_MASK
;
in t4vf_handle_get_port_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
3966
/* The
ADVERT_MASK
is used to mask out all of the Advertised Firmware Port
3970
* Capabilities (masked by
ADVERT_MASK
) must be combined with the Advertised
3974
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
4134
*
ADVERT_MASK
) plus the individual controls for things like Pause
8725
lc->acaps = acaps &
ADVERT_MASK
;
in t4_handle_get_port_info()
8953
lc->acaps = lc->pcaps &
ADVERT_MASK
;
in init_link_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
3936
/* The
ADVERT_MASK
is used to mask out all of the Advertised Firmware Port
3940
* Capabilities (masked by
ADVERT_MASK
) must be combined with the Advertised
3944
#define
ADVERT_MASK
(FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_M) | \
macro
4104
*
ADVERT_MASK
) plus the individual controls for things like Pause
8694
lc->acaps = acaps &
ADVERT_MASK
;
in t4_handle_get_port_info()
8922
lc->acaps = lc->pcaps &
ADVERT_MASK
;
in init_link_config()
Completed in 41 milliseconds