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:first_vf_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
371
for (i = pf->
first_vf_id
; i < pf->
first_vf_id
+ num_vfs; i++) {
in bnxt_hwrm_func_vf_resource_free()
581
req.vf_id = cpu_to_le16(pf->
first_vf_id
+ i);
in bnxt_hwrm_func_vf_resc_cfg()
587
pf->vf[i].fw_fid = pf->
first_vf_id
+ i;
in bnxt_hwrm_func_vf_resc_cfg()
668
req.fid = cpu_to_le16(pf->
first_vf_id
+ i);
in bnxt_hwrm_func_cfg()
H
A
D
bnxt_hsi.h
1098
__le16
first_vf_id
;
member
1108
__le16
first_vf_id
;
member
1122
__le16
first_vf_id
;
member
1251
__le16
first_vf_id
;
member
H
A
D
bnxt.h
1117
u32
first_vf_id
;
member
H
A
D
bnxt.c
2199
if ((vf_id < bp->pf.
first_vf_id
) ||
in bnxt_hwrm_handler()
2200
(vf_id >= bp->pf.
first_vf_id
+ bp->pf.active_vfs)) {
in bnxt_hwrm_handler()
2206
set_bit(vf_id - bp->pf.
first_vf_id
, bp->pf.vf_event_bmap);
in bnxt_hwrm_handler()
7408
pf->
first_vf_id
= le16_to_cpu(resp->
first_vf_id
);
in __bnxt_hwrm_func_qcaps()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
390
for (i = pf->
first_vf_id
; i < pf->
first_vf_id
+ num_vfs; i++) {
in bnxt_hwrm_func_vf_resource_free()
605
req->vf_id = cpu_to_le16(pf->
first_vf_id
+ i);
in bnxt_hwrm_func_vf_resc_cfg()
610
pf->vf[i].fw_fid = pf->
first_vf_id
+ i;
in bnxt_hwrm_func_vf_resc_cfg()
696
req->fid = cpu_to_le16(pf->
first_vf_id
+ i);
in bnxt_hwrm_func_cfg()
H
A
D
bnxt.h
1162
u32
first_vf_id
;
member
H
A
D
bnxt_hsi.h
1467
__le16
first_vf_id
;
member
1477
__le16
first_vf_id
;
member
1491
__le16
first_vf_id
;
member
1623
__le16
first_vf_id
;
member
H
A
D
bnxt.c
2422
if ((vf_id < bp->pf.
first_vf_id
) ||
in bnxt_hwrm_handler()
2423
(vf_id >= bp->pf.
first_vf_id
+ bp->pf.active_vfs)) {
in bnxt_hwrm_handler()
2429
set_bit(vf_id - bp->pf.
first_vf_id
, bp->pf.vf_event_bmap);
in bnxt_hwrm_handler()
7744
pf->
first_vf_id
= le16_to_cpu(resp->
first_vf_id
);
in __bnxt_hwrm_func_qcaps()
Completed in 106 milliseconds