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:min_tx_rings
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
540
req.
min_tx_rings
= cpu_to_le16(min);
in bnxt_hwrm_func_vf_resc_cfg()
557
req.
min_tx_rings
= cpu_to_le16(vf_tx_rings);
in bnxt_hwrm_func_vf_resc_cfg()
593
hw_resc->max_tx_rings -= le16_to_cpu(req.
min_tx_rings
) * n;
in bnxt_hwrm_func_vf_resc_cfg()
732
int min_rx_rings,
min_tx_rings
, min_rss_ctxs;
in bnxt_sriov_enable()
local
749
min_tx_rings
= vfs_supported;
in bnxt_sriov_enable()
765
if (hw_resc->max_tx_rings - bp->tx_nr_rings >=
min_tx_rings
&&
in bnxt_sriov_enable()
766
avail_cp >=
min_tx_rings
)
in bnxt_sriov_enable()
H
A
D
bnxt.h
1066
u16
min_tx_rings
;
member
H
A
D
bnxt_hsi.h
1920
__le16
min_tx_rings
;
member
1952
__le16
min_tx_rings
;
member
H
A
D
bnxt.c
7315
hw_resc->
min_tx_rings
= le16_to_cpu(resp->
min_tx_rings
);
in bnxt_hwrm_func_resc_qcaps()
10437
if (hw_resc->
min_tx_rings
|| hw_resc->resv_tx_rings)
in bnxt_can_reserve_rings()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
564
req->
min_tx_rings
= cpu_to_le16(min);
in bnxt_hwrm_func_vf_resc_cfg()
581
req->
min_tx_rings
= cpu_to_le16(vf_tx_rings);
in bnxt_hwrm_func_vf_resc_cfg()
616
hw_resc->max_tx_rings -= le16_to_cpu(req->
min_tx_rings
) * n;
in bnxt_hwrm_func_vf_resc_cfg()
758
int min_rx_rings,
min_tx_rings
, min_rss_ctxs;
in bnxt_sriov_enable()
local
775
min_tx_rings
= vfs_supported;
in bnxt_sriov_enable()
791
if (hw_resc->max_tx_rings - bp->tx_nr_rings >=
min_tx_rings
&&
in bnxt_sriov_enable()
792
avail_cp >=
min_tx_rings
)
in bnxt_sriov_enable()
H
A
D
bnxt.h
1111
u16
min_tx_rings
;
member
H
A
D
bnxt.c
7571
hw_resc->
min_tx_rings
= le16_to_cpu(resp->
min_tx_rings
);
in bnxt_hwrm_func_resc_qcaps()
11176
if (hw_resc->
min_tx_rings
|| hw_resc->resv_tx_rings)
in bnxt_can_reserve_rings()
H
A
D
bnxt_hsi.h
2455
__le16
min_tx_rings
;
member
2491
__le16
min_tx_rings
;
member
Completed in 112 milliseconds