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:IPHETH_IP_ALIGN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
ipheth.c
63
#define
IPHETH_IP_ALIGN
2 /* padding at front of URB */
macro
124
rx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE +
IPHETH_IP_ALIGN
,
in ipheth_alloc_urbs()
149
usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE +
IPHETH_IP_ALIGN
, iphone->rx_buf,
in ipheth_free_urbs()
190
if (urb->actual_length <=
IPHETH_IP_ALIGN
) {
in ipheth_rcvbulk_callback()
194
len = urb->actual_length -
IPHETH_IP_ALIGN
;
in ipheth_rcvbulk_callback()
195
buf = urb->transfer_buffer +
IPHETH_IP_ALIGN
;
in ipheth_rcvbulk_callback()
320
dev->rx_buf, IPHETH_BUF_SIZE +
IPHETH_IP_ALIGN
,
in ipheth_rx_submit()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
ipheth.c
63
#define
IPHETH_IP_ALIGN
2 /* padding at front of URB */
macro
66
#define IPHETH_RX_BUF_SIZE_LEGACY (
IPHETH_IP_ALIGN
+ ETH_FRAME_LEN)
200
if (urb->actual_length <=
IPHETH_IP_ALIGN
) {
in ipheth_rcvbulk_callback_legacy()
204
len = urb->actual_length -
IPHETH_IP_ALIGN
;
in ipheth_rcvbulk_callback_legacy()
205
buf = urb->transfer_buffer +
IPHETH_IP_ALIGN
;
in ipheth_rcvbulk_callback_legacy()
289
if (urb->actual_length <=
IPHETH_IP_ALIGN
) {
in ipheth_rcvbulk_callback()
Completed in 2 milliseconds