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_tcp_cso
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ring.c
337
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in aq_rx_checksum()
479
buff->
is_tcp_cso
&= buff_->
is_tcp_cso
;
in aq_ring_rx_clean()
H
A
D
aq_ring.h
72
u32
is_tcp_cso
:1;
member
H
A
D
aq_nic.c
644
dx_buff->
is_tcp_cso
= (l4proto == IPPROTO_TCP);
in aq_nic_map_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ring.c
359
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in aq_rx_checksum()
515
buff->
is_tcp_cso
&= buff_->
is_tcp_cso
;
in aq_add_rx_fragment()
663
buff->
is_tcp_cso
&= buff_->
is_tcp_cso
;
in __aq_ring_rx_clean()
H
A
D
aq_ring.h
77
u32
is_tcp_cso
:1;
member
H
A
D
aq_nic.c
752
dx_buff->
is_tcp_cso
= (l4proto == IPPROTO_TCP);
in aq_nic_map_skb()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_a0.c
495
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in hw_atl_a0_hw_ring_tx_xmit()
680
buff->
is_tcp_cso
= (is_err & 0x10U) ? 0 : 1;
in hw_atl_a0_hw_ring_rx_receive()
H
A
D
hw_atl_b0.c
728
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in hw_atl_b0_hw_ring_tx_xmit()
943
buff->
is_tcp_cso
= (rx_stat & BIT(2)) ? 0U :
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_a0.c
495
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in hw_atl_a0_hw_ring_tx_xmit()
680
buff->
is_tcp_cso
= (is_err & 0x10U) ? 0 : 1;
in hw_atl_a0_hw_ring_rx_receive()
H
A
D
hw_atl_b0.c
728
if (buff->is_udp_cso || buff->
is_tcp_cso
)
in hw_atl_b0_hw_ring_tx_xmit()
943
buff->
is_tcp_cso
= (rx_stat & BIT(2)) ? 0U :
in hw_atl_b0_hw_ring_rx_receive()
Completed in 13 milliseconds