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_RX
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2_utils_fw.c
241
link_options->pause_rx = !!(flow_control &
AQ_NIC_FC_RX
);
in aq_a2_fw_set_mpi_flow_control()
320
((lkp_link_caps.pause_rx) ?
AQ_NIC_FC_RX
: 0) |
in aq_a2_fw_update_link_status()
532
*fcmode = ((link_status.pause_rx) ?
AQ_NIC_FC_RX
: 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
241
link_options->pause_rx = !!(flow_control &
AQ_NIC_FC_RX
);
in aq_a2_fw_set_mpi_flow_control()
320
((lkp_link_caps.pause_rx) ?
AQ_NIC_FC_RX
: 0) |
in aq_a2_fw_update_link_status()
532
*fcmode = ((link_status.pause_rx) ?
AQ_NIC_FC_RX
: 0) |
in aq_a2_fw_get_flow_control()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
778
pause->rx_pause = !!(fc &
AQ_NIC_FC_RX
);
in aq_ethtool_get_pauseparam()
795
aq_nic->aq_hw->aq_nic_cfg->fc.req |=
AQ_NIC_FC_RX
;
in aq_ethtool_set_pauseparam()
797
aq_nic->aq_hw->aq_nic_cfg->fc.req &= ~
AQ_NIC_FC_RX
;
in aq_ethtool_set_pauseparam()
H
A
D
aq_nic.h
28
AQ_NIC_FC_RX
,
enumerator
H
A
D
aq_nic.c
1060
if (self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_RX
)
in aq_nic_get_link_ksettings()
1066
!!(self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_RX
))
in aq_nic_get_link_ksettings()
1114
if (self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_RX
)
in aq_nic_get_link_ksettings()
1118
!!(self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_RX
))
in aq_nic_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
791
pause->rx_pause = !!(fc &
AQ_NIC_FC_RX
);
in aq_ethtool_get_pauseparam()
808
aq_nic->aq_hw->aq_nic_cfg->fc.req |=
AQ_NIC_FC_RX
;
in aq_ethtool_set_pauseparam()
810
aq_nic->aq_hw->aq_nic_cfg->fc.req &= ~
AQ_NIC_FC_RX
;
in aq_ethtool_set_pauseparam()
H
A
D
aq_nic.h
32
AQ_NIC_FC_RX
,
enumerator
H
A
D
aq_nic.c
1207
if (self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_RX
)
in aq_nic_get_link_ksettings()
1213
!!(self->aq_nic_cfg.fc.cur &
AQ_NIC_FC_RX
))
in aq_nic_get_link_ksettings()
1261
if (self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_RX
)
in aq_nic_get_link_ksettings()
1265
!!(self->aq_hw->aq_link_status.lp_flow_control &
AQ_NIC_FC_RX
))
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
200
case
AQ_NIC_FC_RX
:
in aq_fw2x_upd_flow_control_bits()
543
*fcmode |=
AQ_NIC_FC_RX
;
in aq_fw2x_get_flow_control()
H
A
D
hw_atl_a0.c
162
is_rx_flow_control = (
AQ_NIC_FC_RX
& self->aq_nic_cfg->fc.req);
in hw_atl_a0_hw_qos_set()
H
A
D
hw_atl_b0.c
132
hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc &
AQ_NIC_FC_RX
), tc);
in hw_atl_b0_set_fc()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
200
case
AQ_NIC_FC_RX
:
in aq_fw2x_upd_flow_control_bits()
543
*fcmode |=
AQ_NIC_FC_RX
;
in aq_fw2x_get_flow_control()
H
A
D
hw_atl_a0.c
162
is_rx_flow_control = (
AQ_NIC_FC_RX
& self->aq_nic_cfg->fc.req);
in hw_atl_a0_hw_qos_set()
H
A
D
hw_atl_b0.c
132
hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc &
AQ_NIC_FC_RX
), tc);
in hw_atl_b0_set_fc()
Completed in 18 milliseconds