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:rx_pkt_pad
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
262
unsigned int
rx_pkt_pad
; /* RX padding for L2 packets */
member
567
q->dma_offset = sge->
rx_pkt_pad
? 0 : NET_IP_ALIGN;
in alloc_rx_resources()
780
V_RX_PKT_OFFSET(sge->
rx_pkt_pad
);
in configure_sge()
826
* If the SGE doesn't automatically align packets properly (!sge->
rx_pkt_pad
),
848
skb_reserve(skb, sge->
rx_pkt_pad
);
in refill_free_list()
1368
skb = get_packet(adapter, fl, len - sge->
rx_pkt_pad
);
in sge_rx()
2076
sge->
rx_pkt_pad
= t1_is_T1B(adapter) ? 0 : 2;
in t1_sge_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
253
unsigned int
rx_pkt_pad
; /* RX padding for L2 packets */
member
558
q->dma_offset = sge->
rx_pkt_pad
? 0 : NET_IP_ALIGN;
in alloc_rx_resources()
771
V_RX_PKT_OFFSET(sge->
rx_pkt_pad
);
in configure_sge()
817
* If the SGE doesn't automatically align packets properly (!sge->
rx_pkt_pad
),
839
skb_reserve(skb, sge->
rx_pkt_pad
);
in refill_free_list()
1363
skb = get_packet(adapter, fl, len - sge->
rx_pkt_pad
);
in sge_rx()
2106
sge->
rx_pkt_pad
= t1_is_T1B(adapter) ? 0 : 2;
in t1_sge_create()
Completed in 7 milliseconds