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:is_lro
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_main.c
147
bool
is_lro
= false;
in aq_ndev_set_features()
local
170
is_lro
= features & NETIF_F_LRO;
in aq_ndev_set_features()
172
if (aq_cfg->
is_lro
!=
is_lro
) {
in aq_ndev_set_features()
173
aq_cfg->
is_lro
=
is_lro
;
in aq_ndev_set_features()
H
A
D
aq_ring.h
82
u32
is_lro
:1;
member
H
A
D
aq_nic.h
62
bool
is_lro
;
member
H
A
D
aq_ring.c
395
(buff->
is_lro
&& buff->is_cso_err)) {
in aq_ring_rx_clean()
H
A
D
aq_nic.c
119
cfg->
is_lro
= AQ_CFG_IS_LRO_DEF;
in aq_nic_cfg_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_main.c
163
bool
is_lro
= false;
in aq_ndev_set_features()
local
186
is_lro
= features & NETIF_F_LRO;
in aq_ndev_set_features()
188
if (aq_cfg->
is_lro
!=
is_lro
) {
in aq_ndev_set_features()
189
aq_cfg->
is_lro
=
is_lro
;
in aq_ndev_set_features()
H
A
D
aq_ring.h
87
u32
is_lro
:1;
member
H
A
D
aq_nic.h
66
bool
is_lro
;
member
H
A
D
aq_ring.c
579
(buff->
is_lro
&& buff->is_cso_err)) {
in __aq_ring_rx_clean()
752
(buff->
is_lro
&& buff->is_cso_err)) {
in __aq_ring_xdp_clean()
H
A
D
aq_nic.c
119
cfg->
is_lro
= AQ_CFG_IS_LRO_DEF;
in aq_nic_cfg_start()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
322
aq_nic_cfg->
is_lro
? 0xFFFFFFFFU : 0U);
in hw_atl_b0_hw_offload_set()
324
aq_nic_cfg->
is_lro
? 0xFFFFFFFFU : 0U);
in hw_atl_b0_hw_offload_set()
975
buff->
is_lro
= !!(HW_ATL_B0_RXD_WB_STAT2_RSCCNT &
in hw_atl_b0_hw_ring_rx_receive()
989
if (buff->
is_lro
) {
in hw_atl_b0_hw_ring_rx_receive()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
322
aq_nic_cfg->
is_lro
? 0xFFFFFFFFU : 0U);
in hw_atl_b0_hw_offload_set()
324
aq_nic_cfg->
is_lro
? 0xFFFFFFFFU : 0U);
in hw_atl_b0_hw_offload_set()
975
buff->
is_lro
= !!(HW_ATL_B0_RXD_WB_STAT2_RSCCNT &
in hw_atl_b0_hw_ring_rx_receive()
989
if (buff->
is_lro
) {
in hw_atl_b0_hw_ring_rx_receive()
Completed in 14 milliseconds