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_page_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
510
unsigned int
rx_page_offset
;
member
H
A
D
atl1c_main.c
1667
adapter->
rx_page_offset
= 0;
in atl1c_alloc_skb()
1670
skb = build_skb(page_address(page) + adapter->
rx_page_offset
,
in atl1c_alloc_skb()
1674
adapter->
rx_page_offset
+= adapter->rx_frag_size;
in atl1c_alloc_skb()
1675
if (adapter->
rx_page_offset
>= PAGE_SIZE)
in atl1c_alloc_skb()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
901
unsigned int
rx_page_offset
;
member
H
A
D
bnxt.c
848
rxr->
rx_page_offset
= 0;
in bnxt_alloc_rx_page()
850
offset = rxr->
rx_page_offset
;
in bnxt_alloc_rx_page()
851
rxr->
rx_page_offset
+= BNXT_RX_PAGE_SIZE;
in bnxt_alloc_rx_page()
852
if (rxr->
rx_page_offset
== PAGE_SIZE)
in bnxt_alloc_rx_page()
Completed in 25 milliseconds