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:ip_length
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
txrx.h
268
* bit 16..23 :
ip_length
:8 The IP header length for the TX IP checksum
284
u8
ip_length
;
member
370
* bit 16..23 :
ip_length
:8 The filed is valid only if the L3I bit is set
460
u8
ip_length
;
member
H
A
D
txrx_edma.h
120
* bit 16..23 :
ip_length
:8 The IP header length for the TX IP checksum
133
u8
ip_length
;
member
H
A
D
txrx.c
286
/*
ip_length
don't care */
in wil_vring_alloc_skb()
1100
d->dma.
ip_length
= 0;
in wil_tx_desc_map()
1650
d->dma.
ip_length
= skb_net_hdr_len;
in wil_tx_desc_offload_setup_tso()
1703
d->dma.
ip_length
= skb_network_header_len(skb);
in wil_tx_desc_offload_setup()
H
A
D
txrx_edma.c
1343
d->dma.
ip_length
|= skb_net_hdr_len;
in wil_tx_desc_offload_setup_tso_edma()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
txrx.h
268
* bit 16..23 :
ip_length
:8 The IP header length for the TX IP checksum
284
u8
ip_length
;
member
370
* bit 16..23 :
ip_length
:8 The filed is valid only if the L3I bit is set
460
u8
ip_length
;
member
H
A
D
txrx_edma.h
120
* bit 16..23 :
ip_length
:8 The IP header length for the TX IP checksum
133
u8
ip_length
;
member
H
A
D
txrx.c
286
/*
ip_length
don't care */
in wil_vring_alloc_skb()
1100
d->dma.
ip_length
= 0;
in wil_tx_desc_map()
1650
d->dma.
ip_length
= skb_net_hdr_len;
in wil_tx_desc_offload_setup_tso()
1703
d->dma.
ip_length
= skb_network_header_len(skb);
in wil_tx_desc_offload_setup()
H
A
D
txrx_edma.c
1345
d->dma.
ip_length
|= skb_net_hdr_len;
in wil_tx_desc_offload_setup_tso_edma()
Completed in 16 milliseconds