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:EFX_FC_RX
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
mcdi_port_common.c
63
efx->wanted_fc |= (EFX_FC_TX |
EFX_FC_RX
);
in efx_link_set_advertising()
65
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_link_set_advertising()
290
link_state->fc = EFX_FC_AUTO | EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
293
link_state->fc = EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
296
link_state->fc =
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
520
efx->wanted_fc =
EFX_FC_RX
| EFX_FC_TX;
in efx_mcdi_phy_probe()
1121
case
EFX_FC_RX
| EFX_FC_TX:
in efx_mcdi_set_mac()
1124
case
EFX_FC_RX
:
in efx_mcdi_set_mac()
H
A
D
ethtool_common.c
181
pause->rx_pause = !!(efx->wanted_fc &
EFX_FC_RX
);
in efx_ethtool_get_pauseparam()
196
wanted_fc = ((pause->rx_pause ?
EFX_FC_RX
: 0) |
in efx_ethtool_set_pauseparam()
200
if ((wanted_fc & EFX_FC_TX) && !(wanted_fc &
EFX_FC_RX
)) {
in efx_ethtool_set_pauseparam()
H
A
D
efx_common.c
464
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_link_clear_advertising()
471
if (wanted_fc &
EFX_FC_RX
)
in efx_link_set_wanted_fc()
H
A
D
net_driver.h
682
#define
EFX_FC_RX
FLOW_CTRL_RX
macro
H
A
D
ef100_nic.c
338
efx->wanted_fc =
EFX_FC_RX
| EFX_FC_TX;
in ef100_phy_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
mcdi_port_common.c
63
efx->wanted_fc |= (EFX_FC_TX |
EFX_FC_RX
);
in efx_link_set_advertising()
65
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_link_set_advertising()
288
link_state->fc = EFX_FC_AUTO | EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
291
link_state->fc = EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
294
link_state->fc =
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
518
efx->wanted_fc =
EFX_FC_RX
| EFX_FC_TX;
in efx_mcdi_phy_probe()
1114
case
EFX_FC_RX
| EFX_FC_TX:
in efx_mcdi_set_mac()
1117
case
EFX_FC_RX
:
in efx_mcdi_set_mac()
H
A
D
ethtool_common.c
182
pause->rx_pause = !!(efx->wanted_fc &
EFX_FC_RX
);
in efx_ethtool_get_pauseparam()
197
wanted_fc = ((pause->rx_pause ?
EFX_FC_RX
: 0) |
in efx_ethtool_set_pauseparam()
201
if ((wanted_fc & EFX_FC_TX) && !(wanted_fc &
EFX_FC_RX
)) {
in efx_ethtool_set_pauseparam()
H
A
D
efx_common.c
461
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_link_clear_advertising()
468
if (wanted_fc &
EFX_FC_RX
)
in efx_link_set_wanted_fc()
H
A
D
net_driver.h
676
#define
EFX_FC_RX
FLOW_CTRL_RX
macro
H
A
D
ef100_nic.c
370
efx->wanted_fc =
EFX_FC_RX
| EFX_FC_TX;
in ef100_phy_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
mcdi_port_common.c
64
efx->wanted_fc |= (EFX_FC_TX |
EFX_FC_RX
);
in efx_siena_link_set_advertising()
66
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_siena_link_set_advertising()
289
link_state->fc = EFX_FC_AUTO | EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
292
link_state->fc = EFX_FC_TX |
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
295
link_state->fc =
EFX_FC_RX
;
in efx_mcdi_phy_decode_link()
519
efx->wanted_fc =
EFX_FC_RX
| EFX_FC_TX;
in efx_siena_mcdi_phy_probe()
1125
case
EFX_FC_RX
| EFX_FC_TX:
in efx_siena_mcdi_set_mac()
1128
case
EFX_FC_RX
:
in efx_siena_mcdi_set_mac()
H
A
D
ethtool_common.c
133
pause->rx_pause = !!(efx->wanted_fc &
EFX_FC_RX
);
in efx_siena_ethtool_get_pauseparam()
148
wanted_fc = ((pause->rx_pause ?
EFX_FC_RX
: 0) |
in efx_siena_ethtool_set_pauseparam()
152
if ((wanted_fc & EFX_FC_TX) && !(wanted_fc &
EFX_FC_RX
)) {
in efx_siena_ethtool_set_pauseparam()
H
A
D
efx_common.c
465
efx->wanted_fc &= ~(EFX_FC_TX |
EFX_FC_RX
);
in efx_siena_link_clear_advertising()
472
if (wanted_fc &
EFX_FC_RX
)
in efx_siena_link_set_wanted_fc()
H
A
D
net_driver.h
634
#define
EFX_FC_RX
FLOW_CTRL_RX
macro
Completed in 28 milliseconds