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_cso
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_core_main.c
5500
bool uses_frags, bool
is_cso
)
in qeth_receive_skb()
5504
if (
is_cso
&& (card->dev->features & NETIF_F_RXCSUM)) {
in qeth_receive_skb()
5559
bool
is_cso
;
in qeth_extract_skb()
local
5579
is_cso
= hdr->hdr.l2.flags[1] & QETH_HDR_EXT_CSUM_TRANSP_REQ;
in qeth_extract_skb()
5586
is_cso
= hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ;
in qeth_extract_skb()
5719
qeth_receive_skb(card, skb, uses_frags,
is_cso
);
in qeth_extract_skb()
5499
qeth_receive_skb(struct qeth_card *card, struct sk_buff *skb, bool uses_frags, bool
is_cso
)
qeth_receive_skb()
argument
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_core_main.c
5479
bool
is_cso
;
in qeth_receive_skb()
local
5493
is_cso
= hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ;
in qeth_receive_skb()
5497
is_cso
= hdr->hdr.l2.flags[1] & QETH_HDR_EXT_CSUM_TRANSP_REQ;
in qeth_receive_skb()
5508
if (
is_cso
&& (card->dev->features & NETIF_F_RXCSUM)) {
in qeth_receive_skb()
Completed in 16 milliseconds