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:sw_rx_bd
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
890
struct
sw_rx_bd
*cons_rx_buf = &fp->rx_buf_ring[cons];
in bnx2x_reuse_rx_data()
891
struct
sw_rx_bd
*prod_rx_buf = &fp->rx_buf_ring[prod];
in bnx2x_reuse_rx_data()
H
A
D
bnx2x_cmn.c
435
struct
sw_rx_bd
*cons_rx_buf = &fp->rx_buf_ring[cons];
in bnx2x_tpa_start()
436
struct
sw_rx_bd
*prod_rx_buf = &fp->rx_buf_ring[prod];
in bnx2x_tpa_start()
440
struct
sw_rx_bd
*first_buf = &tpa_info->first_buf;
in bnx2x_tpa_start()
760
struct
sw_rx_bd
*rx_buf = &tpa_info->first_buf;
in bnx2x_tpa_stop()
832
struct
sw_rx_bd
*rx_buf = &fp->rx_buf_ring[index];
in bnx2x_alloc_rx_data()
912
struct
sw_rx_bd
*rx_buf = NULL;
in bnx2x_rx_int()
1364
struct
sw_rx_bd
*first_buf = &tpa_info->first_buf;
in bnx2x_free_tpa_pool()
1417
struct
sw_rx_bd
*first_buf =
in bnx2x_init_rx_rings()
1544
struct
sw_rx_bd
*rx_buf = &fp->rx_buf_ring[i];
in bnx2x_free_rx_bds()
4591
kcalloc(NUM_RX_BD, sizeof(struct
sw_rx_bd
), GFP_KERNE
in bnx2x_alloc_fp_mem_at()
[all...]
H
A
D
bnx2x.h
357
struct
sw_rx_bd
{
struct
496
struct
sw_rx_bd
first_buf;
571
struct
sw_rx_bd
*rx_buf_ring; /* BDs mappings ring */
H
A
D
bnx2x_ethtool.c
2502
struct
sw_rx_bd
*rx_buf;
in bnx2x_run_loopback()
H
A
D
bnx2x_main.c
1124
struct
sw_rx_bd
*sw_bd = &fp->rx_buf_ring[j];
in bnx2x_panic_dump()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
890
struct
sw_rx_bd
*cons_rx_buf = &fp->rx_buf_ring[cons];
in bnx2x_reuse_rx_data()
891
struct
sw_rx_bd
*prod_rx_buf = &fp->rx_buf_ring[prod];
in bnx2x_reuse_rx_data()
H
A
D
bnx2x_cmn.c
434
struct
sw_rx_bd
*cons_rx_buf = &fp->rx_buf_ring[cons];
in bnx2x_tpa_start()
435
struct
sw_rx_bd
*prod_rx_buf = &fp->rx_buf_ring[prod];
in bnx2x_tpa_start()
439
struct
sw_rx_bd
*first_buf = &tpa_info->first_buf;
in bnx2x_tpa_start()
771
struct
sw_rx_bd
*rx_buf = &tpa_info->first_buf;
in bnx2x_tpa_stop()
843
struct
sw_rx_bd
*rx_buf = &fp->rx_buf_ring[index];
in bnx2x_alloc_rx_data()
923
struct
sw_rx_bd
*rx_buf = NULL;
in bnx2x_rx_int()
1375
struct
sw_rx_bd
*first_buf = &tpa_info->first_buf;
in bnx2x_free_tpa_pool()
1428
struct
sw_rx_bd
*first_buf =
in bnx2x_init_rx_rings()
1555
struct
sw_rx_bd
*rx_buf = &fp->rx_buf_ring[i];
in bnx2x_free_rx_bds()
4602
kcalloc(NUM_RX_BD, sizeof(struct
sw_rx_bd
), GFP_KERNE
in bnx2x_alloc_fp_mem_at()
[all...]
H
A
D
bnx2x.h
357
struct
sw_rx_bd
{
struct
496
struct
sw_rx_bd
first_buf;
571
struct
sw_rx_bd
*rx_buf_ring; /* BDs mappings ring */
H
A
D
bnx2x_ethtool.c
2510
struct
sw_rx_bd
*rx_buf;
in bnx2x_run_loopback()
H
A
D
bnx2x_main.c
1123
struct
sw_rx_bd
*sw_bd = &fp->rx_buf_ring[j];
in bnx2x_panic_dump()
Completed in 64 milliseconds