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:it_nexus
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
linit.c
724
tmf->
it_nexus
= aac->hba_map[bus][cid].rmw_nexus;
in aac_eh_abort()
834
tmf->
it_nexus
= info->rmw_nexus;
in aac_eh_tmf_lun_reset_fib()
857
rst->
it_nexus
= info->rmw_nexus;
in aac_eh_tmf_hard_reset_fib()
H
A
D
aacraid.h
197
__le32
it_nexus
; /* Device handle for the request */
member
245
__le32
it_nexus
; /* Device handle for the command */
member
272
__le32
it_nexus
; /* Device handle for the command */
member
H
A
D
commctrl.c
603
hbacmd->
it_nexus
= dev->hba_map[chn][user_srbcmd->id].rmw_nexus;
in aac_send_raw_srb()
H
A
D
aachba.c
1547
hbacmd->
it_nexus
= dev->hba_map[bus][target].rmw_nexus;
in aac_construct_hbacmd()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
linit.c
725
tmf->
it_nexus
= aac->hba_map[bus][cid].rmw_nexus;
in aac_eh_abort()
835
tmf->
it_nexus
= info->rmw_nexus;
in aac_eh_tmf_lun_reset_fib()
858
rst->
it_nexus
= info->rmw_nexus;
in aac_eh_tmf_hard_reset_fib()
H
A
D
aacraid.h
198
__le32
it_nexus
; /* Device handle for the request */
member
246
__le32
it_nexus
; /* Device handle for the command */
member
273
__le32
it_nexus
; /* Device handle for the command */
member
H
A
D
commctrl.c
603
hbacmd->
it_nexus
= dev->hba_map[chn][user_srbcmd->id].rmw_nexus;
in aac_send_raw_srb()
H
A
D
aachba.c
1560
hbacmd->
it_nexus
= dev->hba_map[bus][target].rmw_nexus;
in aac_construct_hbacmd()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa_cmd.h
615
__le32
it_nexus
; /* SCSI I-T Nexus */
member
H
A
D
hpsa.c
3150
le32_to_cpu(ac->
it_nexus
);
in hpsa_cmd_dev_match()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa_cmd.h
628
__le32
it_nexus
; /* SCSI I-T Nexus */
member
H
A
D
hpsa.c
3154
le32_to_cpu(ac->
it_nexus
);
in hpsa_cmd_dev_match()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1067
u32
it_nexus
[NUM_RAID1_MAP_ENTRIES];
member
H
A
D
smartpqi_init.c
2953
rmd->
it_nexus
[0] = raid_map->disk_data[index].aio_handle;
in pqi_calc_aio_r1_nexus()
2955
rmd->
it_nexus
[1] = raid_map->disk_data[index].aio_handle;
in pqi_calc_aio_r1_nexus()
2958
rmd->
it_nexus
[2] = raid_map->disk_data[index].aio_handle;
in pqi_calc_aio_r1_nexus()
5778
put_unaligned_le32(rmd->
it_nexus
[0], &r1_request->it_nexus_1);
in pqi_aio_submit_r1_write_io()
5779
put_unaligned_le32(rmd->
it_nexus
[1], &r1_request->it_nexus_2);
in pqi_aio_submit_r1_write_io()
5781
put_unaligned_le32(rmd->
it_nexus
[2], &r1_request->it_nexus_3);
in pqi_aio_submit_r1_write_io()
Completed in 76 milliseconds