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:enet_cb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.h
495
struct
enet_cb
{
struct
557
struct
enet_cb
*first_cb; /* First control block of SKB */
558
struct
enet_cb
*last_cb; /* Last control block of SKB */
571
struct
enet_cb
*cbs; /* tx ring buffer control block*/
600
struct
enet_cb
*cbs; /* Rx ring buffer control block */
635
struct
enet_cb
*tx_cbs;
642
struct
enet_cb
*rx_cbs;
H
A
D
bcmgenet.c
1677
static struct
enet_cb
*bcmgenet_get_txcb(struct bcmgenet_priv *priv,
in bcmgenet_get_txcb()
1680
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_get_txcb()
1694
static struct
enet_cb
*bcmgenet_put_txcb(struct bcmgenet_priv *priv,
in bcmgenet_put_txcb()
1697
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_put_txcb()
1766
struct
enet_cb
*cb)
in bcmgenet_free_tx_cb()
1800
struct
enet_cb
*cb)
in bcmgenet_free_rx_cb()
1997
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_xmit()
2138
struct
enet_cb
*cb)
in bcmgenet_rx_refill()
2187
struct
enet_cb
*cb;
in bcmgenet_desc_rx()
2385
struct
enet_cb
*c
in bcmgenet_alloc_rx_buffers()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.h
441
struct
enet_cb
{
struct
503
struct
enet_cb
*first_cb; /* First control block of SKB */
504
struct
enet_cb
*last_cb; /* Last control block of SKB */
517
struct
enet_cb
*cbs; /* tx ring buffer control block*/
546
struct
enet_cb
*cbs; /* Rx ring buffer control block */
581
struct
enet_cb
*tx_cbs;
588
struct
enet_cb
*rx_cbs;
H
A
D
bcmgenet.c
1730
static struct
enet_cb
*bcmgenet_get_txcb(struct bcmgenet_priv *priv,
in bcmgenet_get_txcb()
1733
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_get_txcb()
1747
static struct
enet_cb
*bcmgenet_put_txcb(struct bcmgenet_priv *priv,
in bcmgenet_put_txcb()
1750
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_put_txcb()
1819
struct
enet_cb
*cb)
in bcmgenet_free_tx_cb()
1853
struct
enet_cb
*cb)
in bcmgenet_free_rx_cb()
2050
struct
enet_cb
*tx_cb_ptr;
in bcmgenet_xmit()
2187
struct
enet_cb
*cb)
in bcmgenet_rx_refill()
2236
struct
enet_cb
*cb;
in bcmgenet_desc_rx()
2434
struct
enet_cb
*c
in bcmgenet_alloc_rx_buffers()
[all...]
Completed in 14 milliseconds