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:req_vfs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
2455
int rc = 0,
req_vfs
= bp->requested_nr_virtfn;
in bnx2x_enable_sriov()
local
2460
if (
req_vfs
== 0)
in bnx2x_enable_sriov()
2467
BP_VFDB(bp)->vf_sbs_pool /
req_vfs
);
in bnx2x_enable_sriov()
2470
for (vf_idx = 0; vf_idx <
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2481
for (vf_idx = first_vf; vf_idx < first_vf +
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2514
for (vf_idx = first_vf; vf_idx < first_vf +
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2533
rc = pci_enable_sriov(bp->pdev,
req_vfs
);
in bnx2x_enable_sriov()
2538
DP(BNX2X_MSG_IOV, "sriov enabled (%d vfs)\n",
req_vfs
);
in bnx2x_enable_sriov()
2539
return
req_vfs
;
in bnx2x_enable_sriov()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
2448
int rc = 0,
req_vfs
= bp->requested_nr_virtfn;
in bnx2x_enable_sriov()
local
2453
if (
req_vfs
== 0)
in bnx2x_enable_sriov()
2460
BP_VFDB(bp)->vf_sbs_pool /
req_vfs
);
in bnx2x_enable_sriov()
2463
for (vf_idx = 0; vf_idx <
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2474
for (vf_idx = first_vf; vf_idx < first_vf +
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2507
for (vf_idx = first_vf; vf_idx < first_vf +
req_vfs
; vf_idx++) {
in bnx2x_enable_sriov()
2526
rc = pci_enable_sriov(bp->pdev,
req_vfs
);
in bnx2x_enable_sriov()
2531
DP(BNX2X_MSG_IOV, "sriov enabled (%d vfs)\n",
req_vfs
);
in bnx2x_enable_sriov()
2532
return
req_vfs
;
in bnx2x_enable_sriov()
Completed in 8 milliseconds