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:max_cp_rings
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_ulp.c
123
int max_idx,
max_cp_rings
;
in bnxt_req_msix_vecs()
local
138
max_cp_rings
= bnxt_get_max_func_cp_rings(bp);
in bnxt_req_msix_vecs()
148
max_idx = min_t(int, bp->total_irqs,
max_cp_rings
);
in bnxt_req_msix_vecs()
H
A
D
bnxt_sriov.c
597
hw_resc->
max_cp_rings
-= le16_to_cpu(req.min_cmpl_rings) * n;
in bnxt_hwrm_func_vf_resc_cfg()
686
hw_resc->
max_cp_rings
-= vf_cp_rings * num_vfs;
in bnxt_hwrm_func_cfg()
H
A
D
bnxt.h
1064
u16
max_cp_rings
;
member
H
A
D
bnxt.c
7314
hw_resc->
max_cp_rings
= le16_to_cpu(resp->max_cmpl_rings);
in bnxt_hwrm_func_resc_qcaps()
7392
hw_resc->
max_cp_rings
= le16_to_cpu(resp->max_cmpl_rings);
in __bnxt_hwrm_func_qcaps()
8570
return bp->hw_resc.
max_cp_rings
;
in bnxt_get_max_func_cp_rings()
8575
unsigned int cp = bp->hw_resc.
max_cp_rings
;
in bnxt_get_max_func_cp_rings_for_en()
8590
return min_t(unsigned int, hw_resc->max_irqs, hw_resc->
max_cp_rings
);
in bnxt_get_max_func_irqs()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
620
hw_resc->
max_cp_rings
-= le16_to_cpu(req->min_cmpl_rings) * n;
in bnxt_hwrm_func_vf_resc_cfg()
713
hw_resc->
max_cp_rings
-= vf_cp_rings * num_vfs;
in bnxt_hwrm_func_cfg()
H
A
D
bnxt.h
1109
u16
max_cp_rings
;
member
H
A
D
bnxt.c
7570
hw_resc->
max_cp_rings
= le16_to_cpu(resp->max_cmpl_rings);
in bnxt_hwrm_func_resc_qcaps()
7728
hw_resc->
max_cp_rings
= le16_to_cpu(resp->max_cmpl_rings);
in __bnxt_hwrm_func_qcaps()
9058
return bp->hw_resc.
max_cp_rings
;
in bnxt_get_max_func_cp_rings()
9063
unsigned int cp = bp->hw_resc.
max_cp_rings
;
in bnxt_get_max_func_cp_rings_for_en()
9078
return min_t(unsigned int, hw_resc->max_irqs, hw_resc->
max_cp_rings
);
in bnxt_get_max_func_irqs()
Completed in 45 milliseconds