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_jmb_buffers
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
6703
map = &tpr->
rx_jmb_buffers
[dest_idx];
in tg3_alloc_rx_data()
6774
dest_map = &dpr->
rx_jmb_buffers
[dest_idx];
in tg3_recycle_rx()
6776
src_map = &spr->
rx_jmb_buffers
[src_idx];
in tg3_recycle_rx()
6860
ri = &tp->napi[0].prodring.
rx_jmb_buffers
[desc_idx];
in tg3_rx()
7009
/* rx_std_buffers[] and
rx_jmb_buffers
[] entries must be
in tg3_rx()
7118
/* Make sure updates to the
rx_jmb_buffers
[] entries and
in tg3_rx_prodring_xfer()
7139
if (dpr->
rx_jmb_buffers
[i].data) {
in tg3_rx_prodring_xfer()
7149
/* Ensure that updates to the
rx_jmb_buffers
ring and the
in tg3_rx_prodring_xfer()
7155
memcpy(&dpr->
rx_jmb_buffers
[di],
in tg3_rx_prodring_xfer()
7156
&spr->
rx_jmb_buffers
[s
in tg3_rx_prodring_xfer()
[all...]
H
A
D
tg3.h
2995
struct ring_info *
rx_jmb_buffers
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
6686
map = &tpr->
rx_jmb_buffers
[dest_idx];
in tg3_alloc_rx_data()
6755
dest_map = &dpr->
rx_jmb_buffers
[dest_idx];
in tg3_recycle_rx()
6757
src_map = &spr->
rx_jmb_buffers
[src_idx];
in tg3_recycle_rx()
6841
ri = &tp->napi[0].prodring.
rx_jmb_buffers
[desc_idx];
in tg3_rx()
6995
/* rx_std_buffers[] and
rx_jmb_buffers
[] entries must be
in tg3_rx()
7104
/* Make sure updates to the
rx_jmb_buffers
[] entries and
in tg3_rx_prodring_xfer()
7125
if (dpr->
rx_jmb_buffers
[i].data) {
in tg3_rx_prodring_xfer()
7135
/* Ensure that updates to the
rx_jmb_buffers
ring and the
in tg3_rx_prodring_xfer()
7141
memcpy(&dpr->
rx_jmb_buffers
[di],
in tg3_rx_prodring_xfer()
7142
&spr->
rx_jmb_buffers
[s
in tg3_rx_prodring_xfer()
[all...]
H
A
D
tg3.h
2995
struct ring_info *
rx_jmb_buffers
;
member
Completed in 44 milliseconds