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:bnxt_ring_struct
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
742
struct
bnxt_ring_struct
{
struct
794
struct
bnxt_ring_struct
tx_ring_struct;
909
struct
bnxt_ring_struct
rx_ring_struct;
910
struct
bnxt_ring_struct
rx_agg_ring_struct;
967
struct
bnxt_ring_struct
cp_ring_struct;
H
A
D
bnxt.c
2926
struct
bnxt_ring_struct
*ring;
in bnxt_free_rx_rings()
2980
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_rx_rings()
3036
struct
bnxt_ring_struct
*ring;
in bnxt_free_tx_rings()
3072
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_tx_rings()
3120
struct
bnxt_ring_struct
*ring;
in bnxt_free_cp_rings()
3147
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_cp_sub_ring()
3181
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_cp_rings()
3235
struct
bnxt_ring_struct
*ring;
in bnxt_init_ring_struct()
3287
static void bnxt_init_rxbd_pages(struct
bnxt_ring_struct
*ring, u32 type)
in bnxt_init_rxbd_pages()
3361
struct
bnxt_ring_struct
*rin
in bnxt_init_one_rx_ring()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
767
struct
bnxt_ring_struct
{
struct
819
struct
bnxt_ring_struct
tx_ring_struct;
934
struct
bnxt_ring_struct
rx_ring_struct;
935
struct
bnxt_ring_struct
rx_agg_ring_struct;
1011
struct
bnxt_ring_struct
cp_ring_struct;
H
A
D
bnxt.c
3181
struct
bnxt_ring_struct
*ring;
in bnxt_free_rx_rings()
3242
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_rx_rings()
3298
struct
bnxt_ring_struct
*ring;
in bnxt_free_tx_rings()
3334
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_tx_rings()
3375
struct
bnxt_ring_struct
*ring = &cpr->cp_ring_struct;
in bnxt_free_cp_arrays()
3439
struct
bnxt_ring_struct
*ring;
in bnxt_free_cp_rings()
3467
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_cp_sub_ring()
3508
struct
bnxt_ring_struct
*ring;
in bnxt_alloc_cp_rings()
3562
struct
bnxt_ring_struct
*ring;
in bnxt_init_ring_struct()
3614
static void bnxt_init_rxbd_pages(struct
bnxt_ring_struct
*rin
[all...]
Completed in 31 milliseconds