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:CP_DESC_CNT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
599
#define
CP_DESC_CNT
(BNXT_PAGE_SIZE / sizeof(struct tx_cmp))
macro
609
#define HW_CMPD_RING_SIZE (sizeof(struct tx_cmp) *
CP_DESC_CNT
)
626
#define CP_RING(x) (((x) & ~(
CP_DESC_CNT
- 1)) >> (BNXT_PAGE_SHIFT - 4))
627
#define CP_IDX(x) ((x) & (
CP_DESC_CNT
- 1))
H
A
D
bnxt.c
3638
bp->cp_nr_pages = bnxt_calc_nr_ring_pages(ring_size,
CP_DESC_CNT
);
in bnxt_set_ring_params()
3641
bp->cp_ring_size = MAX_CP_PAGES *
CP_DESC_CNT
- 1;
in bnxt_set_ring_params()
3645
bp->cp_bit = bp->cp_nr_pages *
CP_DESC_CNT
;
in bnxt_set_ring_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
642
#define
CP_DESC_CNT
(BNXT_PAGE_SIZE / sizeof(struct tx_cmp))
macro
652
#define HW_CMPD_RING_SIZE (sizeof(struct tx_cmp) *
CP_DESC_CNT
)
670
#define CP_RING(x) (((x) & ~(
CP_DESC_CNT
- 1)) >> (BNXT_PAGE_SHIFT - 4))
671
#define CP_IDX(x) ((x) & (
CP_DESC_CNT
- 1))
H
A
D
bnxt.c
3979
bp->cp_nr_pages = bnxt_calc_nr_ring_pages(ring_size,
CP_DESC_CNT
);
in bnxt_set_ring_params()
3982
bp->cp_ring_size = MAX_CP_PAGES *
CP_DESC_CNT
- 1;
in bnxt_set_ring_params()
3986
bp->cp_bit = bp->cp_nr_pages *
CP_DESC_CNT
;
in bnxt_set_ring_params()
Completed in 41 milliseconds