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:avail_msix
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_ulp.c
124
int
avail_msix
, idx;
in bnxt_req_msix_vecs()
local
139
avail_msix
= bnxt_get_avail_msix(bp, num_msix);
in bnxt_req_msix_vecs()
140
if (!
avail_msix
)
in bnxt_req_msix_vecs()
142
if (
avail_msix
> num_msix)
in bnxt_req_msix_vecs()
143
avail_msix
= num_msix;
in bnxt_req_msix_vecs()
149
idx = max_idx -
avail_msix
;
in bnxt_req_msix_vecs()
152
edev->ulp_tbl[ulp_id].msix_requested =
avail_msix
;
in bnxt_req_msix_vecs()
154
total_vecs = idx +
avail_msix
;
in bnxt_req_msix_vecs()
173
avail_msix
= min_t(int, resv_msix,
avail_msix
);
in bnxt_req_msix_vecs()
[all...]
H
A
D
bnxt.c
8619
int max_idx,
avail_msix
;
in bnxt_get_avail_msix()
local
8624
avail_msix
= max_idx - bp->cp_nr_rings;
in bnxt_get_avail_msix()
8625
if (!BNXT_NEW_RM(bp) ||
avail_msix
>= num)
in bnxt_get_avail_msix()
8626
return
avail_msix
;
in bnxt_get_avail_msix()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
9107
int max_idx,
avail_msix
;
in bnxt_get_avail_msix()
local
9112
avail_msix
= max_idx - bp->cp_nr_rings;
in bnxt_get_avail_msix()
9113
if (!BNXT_NEW_RM(bp) ||
avail_msix
>= num)
in bnxt_get_avail_msix()
9114
return
avail_msix
;
in bnxt_get_avail_msix()
Completed in 32 milliseconds