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:speed_caps
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
133
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
H
A
D
t4vf_hw.c
461
lc->
speed_caps
= 0;
in init_link_config()
486
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in init_link_config()
2050
lc->
speed_caps
= fwcap_to_speed(acaps);
in t4vf_handle_get_port_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
133
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
H
A
D
t4vf_hw.c
462
lc->
speed_caps
= 0;
in init_link_config()
487
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in init_link_config()
2051
lc->
speed_caps
= fwcap_to_speed(acaps);
in t4vf_handle_get_port_info()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
300
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
H
A
D
csio_hw.c
1694
lc->
speed_caps
= 0;
in csio_init_link_config()
1760
lrcap = lc->
speed_caps
| fw_fc | fw_fec | fw_mdi;
in csio_link_l1cfg()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
300
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
H
A
D
csio_hw.c
1694
lc->
speed_caps
= 0;
in csio_init_link_config()
1760
lrcap = lc->
speed_caps
| fw_fc | fw_fec | fw_mdi;
in csio_link_l1cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ethtool.c
740
lc->
speed_caps
= fw_caps;
in set_link_ksettings()
747
lc->
speed_caps
= 0;
in set_link_ksettings()
H
A
D
t4_hw.c
4173
acaps = lc->
speed_caps
| fw_fc | fw_fec | fw_mdi;
in t4_link_acaps()
8742
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in t4_handle_get_port_info()
8935
lc->
speed_caps
= 0;
in init_link_config()
8959
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in init_link_config()
H
A
D
cxgb4.h
586
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ethtool.c
740
lc->
speed_caps
= fw_caps;
in set_link_ksettings()
747
lc->
speed_caps
= 0;
in set_link_ksettings()
H
A
D
t4_hw.c
4143
acaps = lc->
speed_caps
| fw_fc | fw_fec | fw_mdi;
in t4_link_acaps()
8711
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in t4_handle_get_port_info()
8904
lc->
speed_caps
= 0;
in init_link_config()
8928
lc->
speed_caps
= fwcap_to_fwspeed(acaps);
in init_link_config()
H
A
D
cxgb4.h
584
fw_port_cap32_t
speed_caps
; /* speed(s) user has requested */
member
Completed in 58 milliseconds