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_vnics
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
528
vf_vnics = hw_resc->
max_vnics
- bp->nr_vnics;
in bnxt_hwrm_func_vf_resc_cfg()
569
req.
max_vnics
= cpu_to_le16(vf_vnics);
in bnxt_hwrm_func_vf_resc_cfg()
600
hw_resc->
max_vnics
-= le16_to_cpu(req.min_vnics) * n;
in bnxt_hwrm_func_vf_resc_cfg()
635
vf_vnics = (hw_resc->
max_vnics
- bp->nr_vnics) / num_vfs;
in bnxt_hwrm_func_cfg()
689
hw_resc->
max_vnics
-= vf_vnics * num_vfs;
in bnxt_hwrm_func_cfg()
761
if (hw_resc->
max_vnics
- bp->nr_vnics < min_rx_rings ||
in bnxt_sriov_enable()
H
A
D
bnxt.c
7324
hw_resc->
max_vnics
= le16_to_cpu(resp->
max_vnics
);
in bnxt_hwrm_func_resc_qcaps()
7399
hw_resc->
max_vnics
= le16_to_cpu(resp->
max_vnics
);
in __bnxt_hwrm_func_qcaps()
8559
return bp->hw_resc.
max_vnics
;
in bnxt_get_max_func_vnics()
10469
int vnics,
max_vnics
, max_rss_ctxs;
in bnxt_rfs_capable()
local
10477
max_vnics
= bnxt_get_max_func_vnics(bp);
in bnxt_rfs_capable()
10482
max_rss_ctxs =
max_vnics
;
in bnxt_rfs_capable()
10483
if (vnics >
max_vnics
|| vnics > max_rss_ctxs) {
in bnxt_rfs_capable()
10487
min(max_rss_ctxs - 1,
max_vnics
in bnxt_rfs_capable()
[all...]
H
A
D
bnxt.h
1079
u16
max_vnics
;
member
H
A
D
bnxt_hsi.h
1250
__le16
max_vnics
;
member
1927
__le16
max_vnics
;
member
1959
__le16
max_vnics
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
552
vf_vnics = hw_resc->
max_vnics
- bp->nr_vnics;
in bnxt_hwrm_func_vf_resc_cfg()
593
req->
max_vnics
= cpu_to_le16(vf_vnics);
in bnxt_hwrm_func_vf_resc_cfg()
624
hw_resc->
max_vnics
-= le16_to_cpu(req->min_vnics) * n;
in bnxt_hwrm_func_vf_resc_cfg()
663
vf_vnics = (hw_resc->
max_vnics
- bp->nr_vnics) / num_vfs;
in bnxt_hwrm_func_cfg()
716
hw_resc->
max_vnics
-= vf_vnics * num_vfs;
in bnxt_hwrm_func_cfg()
787
if (hw_resc->
max_vnics
- bp->nr_vnics < min_rx_rings ||
in bnxt_sriov_enable()
H
A
D
bnxt.c
7580
hw_resc->
max_vnics
= le16_to_cpu(resp->
max_vnics
);
in bnxt_hwrm_func_resc_qcaps()
7735
hw_resc->
max_vnics
= le16_to_cpu(resp->
max_vnics
);
in __bnxt_hwrm_func_qcaps()
9047
return bp->hw_resc.
max_vnics
;
in bnxt_get_max_func_vnics()
11208
int vnics,
max_vnics
, max_rss_ctxs;
in bnxt_rfs_capable()
local
11216
max_vnics
= bnxt_get_max_func_vnics(bp);
in bnxt_rfs_capable()
11221
max_rss_ctxs =
max_vnics
;
in bnxt_rfs_capable()
11222
if (vnics >
max_vnics
|| vnics > max_rss_ctxs) {
in bnxt_rfs_capable()
11226
min(max_rss_ctxs - 1,
max_vnics
in bnxt_rfs_capable()
[all...]
H
A
D
bnxt.h
1124
u16
max_vnics
;
member
H
A
D
bnxt_hsi.h
1622
__le16
max_vnics
;
member
2462
__le16
max_vnics
;
member
2498
__le16
max_vnics
;
member
Completed in 107 milliseconds