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_TX
(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()
67
efx->wanted_fc ^=
EFX_FC_TX
;
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()
397
if ((efx->wanted_fc &
EFX_FC_TX
) && rmtadv == ADVERTISED_Asym_Pause)
in efx_mcdi_phy_check_fcntl()
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()
H
A
D
ethtool_common.c
182
pause->tx_pause = !!(efx->wanted_fc &
EFX_FC_TX
);
in efx_ethtool_get_pauseparam()
197
(pause->tx_pause ?
EFX_FC_TX
: 0) |
in efx_ethtool_set_pauseparam()
200
if ((wanted_fc &
EFX_FC_TX
) && !(wanted_fc & EFX_FC_RX)) {
in efx_ethtool_set_pauseparam()
216
(wanted_fc &
EFX_FC_TX
) && !(efx->wanted_fc &
EFX_FC_TX
))
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()
477
if (wanted_fc &
EFX_FC_TX
)
in efx_link_set_wanted_fc()
H
A
D
net_driver.h
683
#define
EFX_FC_TX
FLOW_CTRL_TX
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()
67
efx->wanted_fc ^=
EFX_FC_TX
;
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()
395
if ((efx->wanted_fc &
EFX_FC_TX
) && rmtadv == ADVERTISED_Asym_Pause)
in efx_mcdi_phy_check_fcntl()
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()
H
A
D
ethtool_common.c
183
pause->tx_pause = !!(efx->wanted_fc &
EFX_FC_TX
);
in efx_ethtool_get_pauseparam()
198
(pause->tx_pause ?
EFX_FC_TX
: 0) |
in efx_ethtool_set_pauseparam()
201
if ((wanted_fc &
EFX_FC_TX
) && !(wanted_fc & EFX_FC_RX)) {
in efx_ethtool_set_pauseparam()
217
(wanted_fc &
EFX_FC_TX
) && !(efx->wanted_fc &
EFX_FC_TX
))
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()
474
if (wanted_fc &
EFX_FC_TX
)
in efx_link_set_wanted_fc()
H
A
D
net_driver.h
677
#define
EFX_FC_TX
FLOW_CTRL_TX
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()
68
efx->wanted_fc ^=
EFX_FC_TX
;
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()
396
if ((efx->wanted_fc &
EFX_FC_TX
) && rmtadv == ADVERTISED_Asym_Pause)
in efx_mcdi_phy_check_fcntl()
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()
H
A
D
ethtool_common.c
134
pause->tx_pause = !!(efx->wanted_fc &
EFX_FC_TX
);
in efx_siena_ethtool_get_pauseparam()
149
(pause->tx_pause ?
EFX_FC_TX
: 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()
168
(wanted_fc &
EFX_FC_TX
) && !(efx->wanted_fc &
EFX_FC_TX
))
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()
478
if (wanted_fc &
EFX_FC_TX
)
in efx_siena_link_set_wanted_fc()
H
A
D
net_driver.h
635
#define
EFX_FC_TX
FLOW_CTRL_TX
macro
Completed in 28 milliseconds