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:init_ops
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_fw_file_hdr.h
25
struct bnx2x_fw_file_section
init_ops
;
member
H
A
D
bnx2x.h
1730
struct raw_op *
init_ops
;
member
1731
/* Init blocks offsets inside
init_ops
*/
1746
#define INIT_OPS(bp) (bp->
init_ops
)
H
A
D
bnx2x_main.c
13365
/* Likewise for the
init_ops
offsets */
in bnx2x_check_firmware()
13368
num_ops = be32_to_cpu(fw_hdr->
init_ops
.len) / sizeof(struct raw_op);
in bnx2x_check_firmware()
13521
BNX2X_ALLOC_AND_SET(
init_ops
, init_ops_alloc_err, bnx2x_prep_ops);
in bnx2x_init_firmware()
13552
kfree(bp->
init_ops
);
in bnx2x_init_firmware()
13565
kfree(bp->
init_ops
);
in bnx2x_release_firmware()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_fw_file_hdr.h
25
struct bnx2x_fw_file_section
init_ops
;
member
H
A
D
bnx2x.h
1731
struct raw_op *
init_ops
;
member
1732
/* Init blocks offsets inside
init_ops
*/
1747
#define INIT_OPS(bp) (bp->
init_ops
)
H
A
D
bnx2x_main.c
13292
/* Likewise for the
init_ops
offsets */
in bnx2x_check_firmware()
13295
num_ops = be32_to_cpu(fw_hdr->
init_ops
.len) / sizeof(struct raw_op);
in bnx2x_check_firmware()
13448
BNX2X_ALLOC_AND_SET(
init_ops
, init_ops_alloc_err, bnx2x_prep_ops);
in bnx2x_init_firmware()
13479
kfree(bp->
init_ops
);
in bnx2x_init_firmware()
13492
kfree(bp->
init_ops
);
in bnx2x_release_firmware()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_ops.c
348
/*
init_ops
write command */
409
/*
init_ops
read/poll commands */
460
/*
init_ops
callbacks entry point */
539
union init_op *
init_ops
;
in qed_init_run()
local
543
init_ops
= cdev->fw_data->
init_ops
;
in qed_init_run()
550
union init_op *cmd = &
init_ops
[cmd_num];
in qed_init_run()
625
fw->
init_ops
= (union init_op *)(data + offset);
in qed_init_fw_data()
H
A
D
qed.h
423
union init_op *
init_ops
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_ops.c
366
/*
init_ops
write command */
427
/*
init_ops
read/poll commands */
477
/*
init_ops
callbacks entry point */
555
union init_op *
init_ops
;
in qed_init_run()
local
559
init_ops
= cdev->fw_data->
init_ops
;
in qed_init_run()
566
union init_op *cmd = &
init_ops
[cmd_num];
in qed_init_run()
641
fw->
init_ops
= (union init_op *)(data + offset);
in qed_init_fw_data()
H
A
D
qed.h
422
union init_op *
init_ops
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H
A
D
igbvf.h
263
void (*
init_ops
)(struct e1000_hw *);
member
H
A
D
netdev.c
47
.
init_ops
= e1000_init_function_pointers_vf,
54
.
init_ops
= e1000_init_function_pointers_vf,
1646
adapter->ei->
init_ops
(&adapter->hw);
in igbvf_sw_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H
A
D
igbvf.h
263
void (*
init_ops
)(struct e1000_hw *);
member
H
A
D
netdev.c
47
.
init_ops
= e1000_init_function_pointers_vf,
54
.
init_ops
= e1000_init_function_pointers_vf,
1645
adapter->ei->
init_ops
(&adapter->hw);
in igbvf_sw_init()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
ibmphp_core.c
472
static int __init
init_ops
(void)
in init_ops()
function
1299
if (
init_ops
()) {
in ibmphp_init()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
ibmphp_core.c
401
static int __init
init_ops
(void)
in init_ops()
function
1225
if (
init_ops
()) {
in ibmphp_init()
Completed in 60 milliseconds