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:func_init
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
2101
struct bnx2x_func_init_params
func_init
= {0};
in bnx2x_vf_init()
local
2129
func_init
.pf_id = BP_FUNC(bp);
in bnx2x_vf_init()
2130
func_init
.func_id = FW_VF_HANDLE(vf->abs_vfid);
in bnx2x_vf_init()
2131
bnx2x_func_init(bp, &
func_init
);
in bnx2x_vf_init()
H
A
D
bnx2x_main.c
3304
struct bnx2x_func_init_params
func_init
= {0};
in bnx2x_pf_init()
local
3322
func_init
.spq_active = true;
in bnx2x_pf_init()
3323
func_init
.pf_id = BP_FUNC(bp);
in bnx2x_pf_init()
3324
func_init
.func_id = BP_FUNC(bp);
in bnx2x_pf_init()
3325
func_init
.spq_map = bp->spq_mapping;
in bnx2x_pf_init()
3326
func_init
.spq_prod = bp->spq_prod_idx;
in bnx2x_pf_init()
3328
bnx2x_func_init(bp, &
func_init
);
in bnx2x_pf_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
2094
struct bnx2x_func_init_params
func_init
= {0};
in bnx2x_vf_init()
local
2122
func_init
.pf_id = BP_FUNC(bp);
in bnx2x_vf_init()
2123
func_init
.func_id = FW_VF_HANDLE(vf->abs_vfid);
in bnx2x_vf_init()
2124
bnx2x_func_init(bp, &
func_init
);
in bnx2x_vf_init()
H
A
D
bnx2x_main.c
3302
struct bnx2x_func_init_params
func_init
= {0};
in bnx2x_pf_init()
local
3320
func_init
.spq_active = true;
in bnx2x_pf_init()
3321
func_init
.pf_id = BP_FUNC(bp);
in bnx2x_pf_init()
3322
func_init
.func_id = BP_FUNC(bp);
in bnx2x_pf_init()
3323
func_init
.spq_map = bp->spq_mapping;
in bnx2x_pf_init()
3324
func_init
.spq_prod = bp->spq_prod_idx;
in bnx2x_pf_init()
3326
bnx2x_func_init(bp, &
func_init
);
in bnx2x_pf_init()
Completed in 41 milliseconds