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_jumbo_skbuff
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/
H
A
D
acenic.c
677
struct sk_buff *skb = ap->skb->
rx_jumbo_skbuff
[i].skb;
in acenic_remove_one()
682
ringp = &ap->skb->
rx_jumbo_skbuff
[i];
in acenic_remove_one()
688
ap->skb->
rx_jumbo_skbuff
[i].skb = NULL;
in acenic_remove_one()
1766
ap->skb->
rx_jumbo_skbuff
[idx].skb = skb;
in ace_load_jumbo_rx_ring()
1767
dma_unmap_addr_set(&ap->skb->
rx_jumbo_skbuff
[idx],
in ace_load_jumbo_rx_ring()
1878
if (ap->skb->
rx_jumbo_skbuff
[i].skb) {
in ace_handle_event()
1881
dev_kfree_skb(ap->skb->
rx_jumbo_skbuff
[i].skb);
in ace_handle_event()
1882
ap->skb->
rx_jumbo_skbuff
[i].skb = NULL;
in ace_handle_event()
1958
rip = &ap->skb->
rx_jumbo_skbuff
[skbidx];
in ace_rx_int()
H
A
D
acenic.h
620
struct ring_info
rx_jumbo_skbuff
[RX_JUMBO_RING_ENTRIES];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/
H
A
D
acenic.c
676
struct sk_buff *skb = ap->skb->
rx_jumbo_skbuff
[i].skb;
in acenic_remove_one()
681
ringp = &ap->skb->
rx_jumbo_skbuff
[i];
in acenic_remove_one()
687
ap->skb->
rx_jumbo_skbuff
[i].skb = NULL;
in acenic_remove_one()
1763
ap->skb->
rx_jumbo_skbuff
[idx].skb = skb;
in ace_load_jumbo_rx_ring()
1764
dma_unmap_addr_set(&ap->skb->
rx_jumbo_skbuff
[idx],
in ace_load_jumbo_rx_ring()
1875
if (ap->skb->
rx_jumbo_skbuff
[i].skb) {
in ace_handle_event()
1878
dev_kfree_skb(ap->skb->
rx_jumbo_skbuff
[i].skb);
in ace_handle_event()
1879
ap->skb->
rx_jumbo_skbuff
[i].skb = NULL;
in ace_handle_event()
1955
rip = &ap->skb->
rx_jumbo_skbuff
[skbidx];
in ace_rx_int()
H
A
D
acenic.h
620
struct ring_info
rx_jumbo_skbuff
[RX_JUMBO_RING_ENTRIES];
member
Completed in 11 milliseconds