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:qeth_hdr_tso
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_l3_main.c
1734
hw_hdr_len = skb_is_gso(skb) ? sizeof(struct
qeth_hdr_tso
) :
in qeth_l3_xmit()
1910
headroom = sizeof(struct
qeth_hdr_tso
) + VLAN_HLEN;
in qeth_l3_setup_netdev()
1912
headroom = sizeof(struct
qeth_hdr_tso
);
in qeth_l3_setup_netdev()
H
A
D
qeth_core.h
315
struct
qeth_hdr_tso
{
struct
H
A
D
qeth_core_main.c
3969
#define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct
qeth_hdr_tso
) + \
4340
static void qeth_fill_tso_ext(struct
qeth_hdr_tso
*hdr,
in qeth_fill_tso_ext()
4372
hw_hdr_len = sizeof(struct
qeth_hdr_tso
);
in qeth_xmit()
4395
qeth_fill_tso_ext((struct
qeth_hdr_tso
*) hdr,
in qeth_xmit()
H
A
D
qeth_l2_main.c
943
card->dev->needed_headroom = sizeof(struct
qeth_hdr_tso
);
in qeth_l2_setup_netdev()
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_l3_main.c
1717
hw_hdr_len = skb_is_gso(skb) ? sizeof(struct
qeth_hdr_tso
) :
in qeth_l3_xmit()
1892
headroom = sizeof(struct
qeth_hdr_tso
) + VLAN_HLEN;
in qeth_l3_setup_netdev()
1894
headroom = sizeof(struct
qeth_hdr_tso
);
in qeth_l3_setup_netdev()
H
A
D
qeth_core.h
303
struct
qeth_hdr_tso
{
struct
H
A
D
qeth_core_main.c
3903
#define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct
qeth_hdr_tso
) + \
4276
static void qeth_fill_tso_ext(struct
qeth_hdr_tso
*hdr,
in qeth_fill_tso_ext()
4308
hw_hdr_len = sizeof(struct
qeth_hdr_tso
);
in qeth_xmit()
4331
qeth_fill_tso_ext((struct
qeth_hdr_tso
*) hdr,
in qeth_xmit()
H
A
D
qeth_l2_main.c
1130
card->dev->needed_headroom = sizeof(struct
qeth_hdr_tso
);
in qeth_l2_setup_netdev()
Completed in 33 milliseconds