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:AQ_NIC_FC_TX
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2_utils_fw.c
242
link_options->pause_tx = !!(flow_control &
AQ_NIC_FC_TX
);
in aq_a2_fw_set_mpi_flow_control()
321
((lkp_link_caps.pause_tx) ?
AQ_NIC_FC_TX
: 0);
in aq_a2_fw_update_link_status()
533
((link_status.pause_tx) ?
AQ_NIC_FC_TX
: 0);
in aq_a2_fw_get_flow_control()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2_utils_fw.c
242
link_options->pause_tx = !!(flow_control &
AQ_NIC_FC_TX
);
in aq_a2_fw_set_mpi_flow_control()
321
((lkp_link_caps.pause_tx) ?
AQ_NIC_FC_TX
: 0);
in aq_a2_fw_update_link_status()
533
((link_status.pause_tx) ?
AQ_NIC_FC_TX
: 0);
in aq_a2_fw_get_flow_control()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
779
pause->tx_pause = !!(fc &
AQ_NIC_FC_TX
);
in aq_ethtool_get_pauseparam()
800
aq_nic->aq_hw->aq_nic_cfg->fc.req |=
AQ_NIC_FC_TX
;
in aq_ethtool_set_pauseparam()
802
aq_nic->aq_hw->aq_nic_cfg->fc.req &= ~
AQ_NIC_FC_TX
;
in aq_ethtool_set_pauseparam()
H
A
D
aq_nic.h
27
AQ_NIC_FC_TX
,
enumerator
H
A
D
aq_nic.c
1065
if (!!(self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_TX
) ^
in aq_nic_get_link_ksettings()
1117
if (!!(self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_TX
) ^
in aq_nic_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
792
pause->tx_pause = !!(fc &
AQ_NIC_FC_TX
);
in aq_ethtool_get_pauseparam()
813
aq_nic->aq_hw->aq_nic_cfg->fc.req |=
AQ_NIC_FC_TX
;
in aq_ethtool_set_pauseparam()
815
aq_nic->aq_hw->aq_nic_cfg->fc.req &= ~
AQ_NIC_FC_TX
;
in aq_ethtool_set_pauseparam()
H
A
D
aq_nic.h
31
AQ_NIC_FC_TX
,
enumerator
H
A
D
aq_nic.c
1212
if (!!(self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_TX
) ^
in aq_nic_get_link_ksettings()
1264
if (!!(self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_TX
) ^
in aq_nic_get_link_ksettings()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
204
case
AQ_NIC_FC_TX
:
in aq_fw2x_upd_flow_control_bits()
546
*fcmode |=
AQ_NIC_FC_TX
;
in aq_fw2x_get_flow_control()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
204
case
AQ_NIC_FC_TX
:
in aq_fw2x_upd_flow_control_bits()
546
*fcmode |=
AQ_NIC_FC_TX
;
in aq_fw2x_get_flow_control()
Completed in 11 milliseconds