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:tg3_napi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1018
struct
tg3_napi
*tnapi = &tp->napi[i];
in tg3_enable_ints()
1037
static inline unsigned int tg3_has_work(struct
tg3_napi
*tnapi)
in tg3_has_work()
1066
static void tg3_int_reenable(struct
tg3_napi
*tnapi)
in tg3_int_reenable()
6489
struct
tg3_napi
*tnapi = &tp->napi[i];
in tg3_dump_state()
6536
static inline u32 tg3_tx_avail(struct
tg3_napi
*tnapi)
in tg3_tx_avail()
6548
static void tg3_tx(struct
tg3_napi
*tnapi)
in tg3_tx()
6751
static void tg3_recycle_rx(struct
tg3_napi
*tnapi,
in tg3_recycle_rx()
6821
static int tg3_rx(struct
tg3_napi
*tnapi, int budget)
in tg3_rx()
7176
static int tg3_poll_work(struct
tg3_napi
*tnapi, int work_done, int budget)
in tg3_poll_work()
7240
struct
tg3_napi
*tnap
in tg3_poll_msix()
[all...]
H
A
D
tg3.h
3004
struct
tg3_napi
{
struct
3205
struct
tg3_napi
napi[TG3_IRQ_MAX_VECS];
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1019
struct
tg3_napi
*tnapi = &tp->napi[i];
in tg3_enable_ints()
1038
static inline unsigned int tg3_has_work(struct
tg3_napi
*tnapi)
in tg3_has_work()
1067
static void tg3_int_reenable(struct
tg3_napi
*tnapi)
in tg3_int_reenable()
6474
struct
tg3_napi
*tnapi = &tp->napi[i];
in tg3_dump_state()
6521
static inline u32 tg3_tx_avail(struct
tg3_napi
*tnapi)
in tg3_tx_avail()
6533
static void tg3_tx(struct
tg3_napi
*tnapi)
in tg3_tx()
6732
static void tg3_recycle_rx(struct
tg3_napi
*tnapi,
in tg3_recycle_rx()
6802
static int tg3_rx(struct
tg3_napi
*tnapi, int budget)
in tg3_rx()
7162
static int tg3_poll_work(struct
tg3_napi
*tnapi, int work_done, int budget)
in tg3_poll_work()
7226
struct
tg3_napi
*tnap
in tg3_poll_msix()
[all...]
H
A
D
tg3.h
3004
struct
tg3_napi
{
struct
3205
struct
tg3_napi
napi[TG3_IRQ_MAX_VECS];
Completed in 50 milliseconds