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:lmac_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
50
u8
lmac_type
;
member
216
link->mac_type = lmac->
lmac_type
;
in bgx_get_lmac_link_state()
445
if (lmac->
lmac_type
== BGX_MODE_SGMII ||
in bgx_config_timestamping()
446
lmac->
lmac_type
== BGX_MODE_QSGMII ||
in bgx_config_timestamping()
447
lmac->
lmac_type
== BGX_MODE_RGMII)
in bgx_config_timestamping()
728
if (lmac->
lmac_type
== BGX_MODE_QSGMII) {
in bgx_lmac_sgmii_init()
736
if ((lmac->
lmac_type
== BGX_MODE_SGMII) && lmac->phydev) {
in bgx_lmac_sgmii_init()
766
if (lmac->
lmac_type
== BGX_MODE_RXAUI)
in bgx_lmac_xaui_init()
806
if (lmac->
lmac_type
== BGX_MODE_10G_KR)
in bgx_lmac_xaui_init()
808
else if (lmac->
lmac_type
in bgx_lmac_xaui_init()
855
int
lmac_type
= lmac->
lmac_type
;
bgx_xaui_check_link()
local
1046
phy_interface_mode(u8
lmac_type
)
phy_interface_mode()
argument
1328
u8
lmac_type
;
bgx_set_lmac_config()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
50
u8
lmac_type
;
member
216
link->mac_type = lmac->
lmac_type
;
in bgx_get_lmac_link_state()
445
if (lmac->
lmac_type
== BGX_MODE_SGMII ||
in bgx_config_timestamping()
446
lmac->
lmac_type
== BGX_MODE_QSGMII ||
in bgx_config_timestamping()
447
lmac->
lmac_type
== BGX_MODE_RGMII)
in bgx_config_timestamping()
725
if (lmac->
lmac_type
== BGX_MODE_QSGMII) {
in bgx_lmac_sgmii_init()
733
if ((lmac->
lmac_type
== BGX_MODE_SGMII) && lmac->phydev) {
in bgx_lmac_sgmii_init()
763
if (lmac->
lmac_type
== BGX_MODE_RXAUI)
in bgx_lmac_xaui_init()
803
if (lmac->
lmac_type
== BGX_MODE_10G_KR)
in bgx_lmac_xaui_init()
805
else if (lmac->
lmac_type
in bgx_lmac_xaui_init()
852
int
lmac_type
= lmac->
lmac_type
;
bgx_xaui_check_link()
local
1043
phy_interface_mode(u8
lmac_type
)
phy_interface_mode()
argument
1324
u8
lmac_type
;
bgx_set_lmac_config()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
cgx.c
237
u8
lmac_type
;
in cgx_lmac_internal_loopback()
local
243
lmac_type
= cgx_get_lmac_type(cgx, lmac_id);
in cgx_lmac_internal_loopback()
244
if (
lmac_type
== LMAC_MODE_SGMII ||
lmac_type
== LMAC_MODE_QSGMII) {
in cgx_lmac_internal_loopback()
620
strncpy(linfo->
lmac_type
, lmac_string, LMACTYPE_STR_LEN - 1);
in link_status_user_format()
H
A
D
mbox.h
349
char
lmac_type
[LMACTYPE_STR_LEN];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
lmac_common.h
27
* @
lmac_type
: lmac type like SGMII/XAUI
47
u8
lmac_type
;
member
H
A
D
rpm.c
561
if (lmac->
lmac_type
== LMAC_MODE_QSGMII ||
in rpm_lmac_internal_loopback()
562
lmac->
lmac_type
== LMAC_MODE_SGMII) {
in rpm_lmac_internal_loopback()
H
A
D
cgx.c
533
if (lmac->
lmac_type
== LMAC_MODE_SGMII ||
in cgx_lmac_internal_loopback()
534
lmac->
lmac_type
== LMAC_MODE_QSGMII) {
in cgx_lmac_internal_loopback()
1233
strncpy(linfo->
lmac_type
, "Unknown", LMACTYPE_STR_LEN - 1);
in link_status_user_format()
1238
strncpy(linfo->
lmac_type
, lmac_string, LMACTYPE_STR_LEN - 1);
in link_status_user_format()
1690
lmac->
lmac_type
= cgx->mac_ops->get_lmac_type(cgx, lmac->lmac_id);
in cgx_lmac_init()
H
A
D
mbox.h
572
char
lmac_type
[LMACTYPE_STR_LEN];
member
Completed in 16 milliseconds