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:nr_vnics
(Results
1 - 6
of
6
) 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()
635
vf_vnics = (hw_resc->max_vnics - bp->
nr_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
3488
bp->
nr_vnics
= 0;
in bnxt_free_vnics()
3508
bp->
nr_vnics
= num_vnics;
in bnxt_alloc_vnics()
3516
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_init_vnics()
3683
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_free_vnic_attributes()
3717
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_alloc_vnic_attributes()
5296
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_hwrm_vnic_ctx_free()
5423
for (i = 0; i < bp->
nr_vnics
; i++)
in bnxt_hwrm_vnic_free()
8053
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_set_tpa()
8068
for (i = 0; i < bp->
nr_vnics
; i++)
in bnxt_hwrm_clear_vnic_rss()
8252
if (vnic_id >= bp->
nr_vnics
)
in bnxt_alloc_rfs_vnics()
[all...]
H
A
D
bnxt.h
1780
int
nr_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()
663
vf_vnics = (hw_resc->max_vnics - bp->
nr_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
3815
bp->
nr_vnics
= 0;
in bnxt_free_vnics()
3835
bp->
nr_vnics
= num_vnics;
in bnxt_alloc_vnics()
3843
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_init_vnics()
4034
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_free_vnic_attributes()
4068
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_alloc_vnic_attributes()
5418
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_hwrm_vnic_ctx_free()
5550
for (i = 0; i < bp->
nr_vnics
; i++)
in bnxt_hwrm_vnic_free()
8521
for (i = 0; i < bp->
nr_vnics
; i++) {
in bnxt_set_tpa()
8536
for (i = 0; i < bp->
nr_vnics
; i++)
in bnxt_hwrm_clear_vnic_rss()
8731
if (vnic_id >= bp->
nr_vnics
)
in bnxt_alloc_rfs_vnics()
[all...]
H
A
D
bnxt.h
1938
int
nr_vnics
;
member
Completed in 39 milliseconds