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:out_mb
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mbx.c
230
mboxes = mcp->
out_mb
;
in qla2x00_mailbox_command()
631
mcp->
out_mb
= MBX_8|MBX_0;
in qla2x00_load_ram()
634
mcp->
out_mb
= MBX_0;
in qla2x00_load_ram()
641
mcp->
out_mb
|= MBX_7|MBX_6|MBX_3|MBX_2|MBX_1;
in qla2x00_load_ram()
645
mcp->
out_mb
|= MBX_5|MBX_4;
in qla2x00_load_ram()
648
mcp->
out_mb
|= MBX_4;
in qla2x00_load_ram()
703
mcp->
out_mb
= MBX_0;
in qla2x00_execute_fw()
730
mcp->
out_mb
|= MBX_11;
in qla2x00_execute_fw()
749
mcp->
out_mb
|= MBX_4 | MBX_3 | MBX_2 | MBX_1 | MBX_11;
in qla2x00_execute_fw()
753
mcp->
out_mb
|
in qla2x00_execute_fw()
6867
qla24xx_res_count_wait(struct scsi_qla_host *vha, uint16_t *
out_mb
, int
out_mb
_sz)
qla24xx_res_count_wait()
argument
[all...]
H
A
D
qla_mr.c
115
mboxes = mcp->
out_mb
;
in qlafx00_mailbox_command()
308
mcp->
out_mb
= MBX_0;
in qlafx00_driver_shutdown()
354
mcp->
out_mb
= MBX_0;
in qlafx00_get_firmware_state()
407
mcp->
out_mb
= MBX_3|MBX_2|MBX_1|MBX_0;
in qlafx00_init_firmware()
456
mcp->
out_mb
= MBX_15|MBX_14|MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8|
in qlafx00_mbx_reg_test()
H
A
D
qla_def.h
618
u16
out_mb
[MAX_IOCB_MB_REG]; /* to FW */
member
1091
uint32_t
out_mb
; /* outbound from driver */
member
1104
uint32_t
out_mb
; /* outbound from driver */
member
1391
/* Mailbox bit definitions for
out_mb
and in_mb */
H
A
D
qla_iocb.c
3707
sz = min(ARRAY_SIZE(mbx->mb), ARRAY_SIZE(sp->u.iocb_cmd.u.mbx.
out_mb
));
in qla2x00_mb_iocb()
3710
mbx->mb[i] = sp->u.iocb_cmd.u.mbx.
out_mb
[i];
in qla2x00_mb_iocb()
H
A
D
qla_init.c
1175
mb = sp->u.iocb_cmd.u.mbx.
out_mb
;
in qla24xx_async_gnl()
1415
mb = sp->u.iocb_cmd.u.mbx.
out_mb
;
in qla24xx_async_gpdb()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mbx.c
226
mboxes = mcp->
out_mb
;
in qla2x00_mailbox_command()
604
mcp->
out_mb
= MBX_8|MBX_0;
in qla2x00_load_ram()
607
mcp->
out_mb
= MBX_0;
in qla2x00_load_ram()
614
mcp->
out_mb
|= MBX_7|MBX_6|MBX_3|MBX_2|MBX_1;
in qla2x00_load_ram()
618
mcp->
out_mb
|= MBX_5|MBX_4;
in qla2x00_load_ram()
621
mcp->
out_mb
|= MBX_4;
in qla2x00_load_ram()
674
mcp->
out_mb
= MBX_0;
in qla2x00_execute_fw()
701
mcp->
out_mb
|= MBX_11;
in qla2x00_execute_fw()
720
mcp->
out_mb
|= MBX_4 | MBX_3 | MBX_2 | MBX_1 | MBX_11;
in qla2x00_execute_fw()
724
mcp->
out_mb
|
in qla2x00_execute_fw()
6731
qla24xx_res_count_wait(struct scsi_qla_host *vha, uint16_t *
out_mb
, int
out_mb
_sz)
qla24xx_res_count_wait()
argument
[all...]
H
A
D
qla_mr.c
115
mboxes = mcp->
out_mb
;
in qlafx00_mailbox_command()
308
mcp->
out_mb
= MBX_0;
in qlafx00_driver_shutdown()
354
mcp->
out_mb
= MBX_0;
in qlafx00_get_firmware_state()
407
mcp->
out_mb
= MBX_3|MBX_2|MBX_1|MBX_0;
in qlafx00_init_firmware()
456
mcp->
out_mb
= MBX_15|MBX_14|MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8|
in qlafx00_mbx_reg_test()
H
A
D
qla_def.h
561
u16
out_mb
[MAX_IOCB_MB_REG]; /* to FW */
member
981
uint32_t
out_mb
; /* outbound from driver */
member
994
uint32_t
out_mb
; /* outbound from driver */
member
1275
/* Mailbox bit definitions for
out_mb
and in_mb */
H
A
D
qla_iocb.c
3630
sz = min(ARRAY_SIZE(mbx->mb), ARRAY_SIZE(sp->u.iocb_cmd.u.mbx.
out_mb
));
in qla2x00_mb_iocb()
3633
mbx->mb[i] = sp->u.iocb_cmd.u.mbx.
out_mb
[i];
in qla2x00_mb_iocb()
H
A
D
qla_init.c
1133
mb = sp->u.iocb_cmd.u.mbx.
out_mb
;
in qla24xx_async_gnl()
1372
mb = sp->u.iocb_cmd.u.mbx.
out_mb
;
in qla24xx_async_gpdb()
Completed in 76 milliseconds