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:eq_delay
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_cmds.h
803
struct be_queue_info *eq, int
eq_delay
);
1104
struct
eq_delay
{
struct
1113
struct
eq_delay
delay[8];
H
A
D
be_cmds.c
736
struct be_queue_info *eq, int
eq_delay
)
in beiscsi_cmd_eq_create()
761
eq_delay_to_mult(
eq_delay
));
in beiscsi_cmd_eq_create()
735
beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, struct be_queue_info *eq, int
eq_delay
)
beiscsi_cmd_eq_create()
argument
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_cmds.h
803
struct be_queue_info *eq, int
eq_delay
);
1104
struct
eq_delay
{
struct
1113
struct
eq_delay
delay[8];
H
A
D
be_cmds.c
736
struct be_queue_info *eq, int
eq_delay
)
in beiscsi_cmd_eq_create()
761
eq_delay_to_mult(
eq_delay
));
in beiscsi_cmd_eq_create()
735
beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, struct be_queue_info *eq, int
eq_delay
)
beiscsi_cmd_eq_create()
argument
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
7916
/* start
eq_delay
heartbeat */
in lpfc_sli4_hba_setup()
14994
struct lpfc_mbx_modify_eq_delay *
eq_delay
;
in lpfc_modify_hba_eq_delay()
local
15042
eq_delay
= &mbox->u.mqe.un.
eq_delay
;
in lpfc_modify_hba_eq_delay()
15056
eq_delay
->u.request.eq[cnt].eq_id = eq->queue_id;
in lpfc_modify_hba_eq_delay()
15057
eq_delay
->u.request.eq[cnt].phase = 0;
in lpfc_modify_hba_eq_delay()
15058
eq_delay
->u.request.eq[cnt].delay_multi = dmult;
in lpfc_modify_hba_eq_delay()
15063
eq_delay
->u.request.num_eq = cnt;
in lpfc_modify_hba_eq_delay()
15070
shdr = (union lpfc_sli4_cfg_shdr *) &
eq_delay
->header.cfg_shdr;
in lpfc_modify_hba_eq_delay()
H
A
D
lpfc_hw4.h
3798
struct lpfc_mbx_modify_eq_delay
eq_delay
;
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
9015
/* start
eq_delay
heartbeat */
in lpfc_sli4_hba_setup()
15955
struct lpfc_mbx_modify_eq_delay *
eq_delay
;
in lpfc_modify_hba_eq_delay()
local
16003
eq_delay
= &mbox->u.mqe.un.
eq_delay
;
in lpfc_modify_hba_eq_delay()
16017
eq_delay
->u.request.eq[cnt].eq_id = eq->queue_id;
in lpfc_modify_hba_eq_delay()
16018
eq_delay
->u.request.eq[cnt].phase = 0;
in lpfc_modify_hba_eq_delay()
16019
eq_delay
->u.request.eq[cnt].delay_multi = dmult;
in lpfc_modify_hba_eq_delay()
16024
eq_delay
->u.request.num_eq = cnt;
in lpfc_modify_hba_eq_delay()
16030
shdr = (union lpfc_sli4_cfg_shdr *) &
eq_delay
->header.cfg_shdr;
in lpfc_modify_hba_eq_delay()
H
A
D
lpfc_hw4.h
3993
struct lpfc_mbx_modify_eq_delay
eq_delay
;
member
Completed in 127 milliseconds