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:IGC_SKB_PAD
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc.h
370
#define
IGC_SKB_PAD
(NET_SKB_PAD + NET_IP_ALIGN)
macro
374
(SKB_WITH_OVERHEAD(IGC_RXBUFFER_2048) -
IGC_SKB_PAD
- IGC_TS_HDR_LEN)
H
A
D
igc_main.c
1671
SKB_DATA_ALIGN(
IGC_SKB_PAD
+ size) :
in igc_add_rx_frag()
1689
SKB_DATA_ALIGN(
IGC_SKB_PAD
+ size);
in igc_build_skb()
1697
skb = build_skb(va -
IGC_SKB_PAD
, truesize);
in igc_build_skb()
1702
skb_reserve(skb,
IGC_SKB_PAD
);
in igc_build_skb()
1920
return ring_uses_build_skb(rx_ring) ?
IGC_SKB_PAD
: 0;
in igc_rx_offset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc.h
430
#define
IGC_SKB_PAD
(NET_SKB_PAD + NET_IP_ALIGN)
macro
434
(SKB_WITH_OVERHEAD(IGC_RXBUFFER_2048) -
IGC_SKB_PAD
- IGC_TS_HDR_LEN)
H
A
D
igc_main.c
1902
SKB_DATA_ALIGN(
IGC_SKB_PAD
+ size) :
in igc_get_rx_frame_truesize()
1928
SKB_DATA_ALIGN(
IGC_SKB_PAD
+ size) :
in igc_add_rx_frag()
2171
return
IGC_SKB_PAD
;
in igc_rx_offset()
Completed in 17 milliseconds