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:hcsw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
478
cmd->un.genreq64.w5.
hcsw
.Fctl = (SI | LA);
in lpfc_bsg_send_mgmt_cmd()
479
cmd->un.genreq64.w5.
hcsw
.Dfctl = 0;
in lpfc_bsg_send_mgmt_cmd()
480
cmd->un.genreq64.w5.
hcsw
.Rctl = FC_RCTL_DD_UNSOL_CTL;
in lpfc_bsg_send_mgmt_cmd()
481
cmd->un.genreq64.w5.
hcsw
.Type = FC_TYPE_CT;
in lpfc_bsg_send_mgmt_cmd()
1515
icmd->un.xseq64.w5.
hcsw
.Fctl = (LS | LA);
in lpfc_issue_ct_rsp()
1516
icmd->un.xseq64.w5.
hcsw
.Dfctl = 0;
in lpfc_issue_ct_rsp()
1517
icmd->un.xseq64.w5.
hcsw
.Rctl = FC_RCTL_DD_SOL_CTL;
in lpfc_issue_ct_rsp()
1518
icmd->un.xseq64.w5.
hcsw
.Type = FC_TYPE_CT;
in lpfc_issue_ct_rsp()
2719
cmd->un.xseq64.w5.
hcsw
.Fctl = LA;
in lpfcdiag_loop_get_xri()
2720
cmd->un.xseq64.w5.
hcsw
in lpfcdiag_loop_get_xri()
[all...]
H
A
D
lpfc_ct.c
354
icmd->un.genreq64.w5.
hcsw
.Fctl = (SI | LA);
in lpfc_gen_req()
355
icmd->un.genreq64.w5.
hcsw
.Dfctl = 0;
in lpfc_gen_req()
356
icmd->un.genreq64.w5.
hcsw
.Rctl = FC_RCTL_DD_UNSOL_CTL;
in lpfc_gen_req()
357
icmd->un.genreq64.w5.
hcsw
.Type = FC_TYPE_CT;
in lpfc_gen_req()
H
A
D
lpfc_sli.c
3103
Rctl = w5p->
hcsw
.Rctl;
in lpfc_sli_process_unsol_iocb()
3104
Type = w5p->
hcsw
.Type;
in lpfc_sli_process_unsol_iocb()
3112
w5p->
hcsw
.Rctl = Rctl;
in lpfc_sli_process_unsol_iocb()
3113
w5p->
hcsw
.Type = Type;
in lpfc_sli_process_unsol_iocb()
9335
(piocb->iocb.un.genreq64.w5.
hcsw
.Rctl !=
in __lpfc_sli_issue_iocb_s3()
9337
(piocb->iocb.un.genreq64.w5.
hcsw
.Type !=
in __lpfc_sli_issue_iocb_s3()
10049
if (iocbq->iocb.un.xseq64.w5.
hcsw
.Rctl == FC_RCTL_BA_RJT) {
in lpfc_sli4_iocb2wqe()
17952
icmd->un.xseq64.w5.
hcsw
.Dfctl = 0;
in lpfc_sli4_seq_abort_rsp()
17953
icmd->un.xseq64.w5.
hcsw
.Rctl = FC_RCTL_BA_ACC;
in lpfc_sli4_seq_abort_rsp()
17954
icmd->un.xseq64.w5.
hcsw
in lpfc_sli4_seq_abort_rsp()
[all...]
H
A
D
lpfc_hw.h
3694
}
hcsw
;
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
3602
Rctl = w5p->
hcsw
.Rctl;
in lpfc_sli_process_unsol_iocb()
3603
Type = w5p->
hcsw
.Type;
in lpfc_sli_process_unsol_iocb()
3611
w5p->
hcsw
.Rctl = Rctl;
in lpfc_sli_process_unsol_iocb()
3612
w5p->
hcsw
.Type = Type;
in lpfc_sli_process_unsol_iocb()
10928
cmd->un.genreq64.w5.
hcsw
.Rctl = FC_RCTL_DD_UNSOL_CTL;
in __lpfc_sli_prep_gen_req_s3()
10929
cmd->un.genreq64.w5.
hcsw
.Type = FC_TYPE_CT;
in __lpfc_sli_prep_gen_req_s3()
10930
cmd->un.genreq64.w5.
hcsw
.Fctl = (SI | LA);
in __lpfc_sli_prep_gen_req_s3()
11016
icmd->un.xseq64.w5.
hcsw
.Fctl = LA;
in __lpfc_sli_prep_xmit_seq64_s3()
11018
icmd->un.xseq64.w5.
hcsw
.Fctl |= LS;
in __lpfc_sli_prep_xmit_seq64_s3()
11019
icmd->un.xseq64.w5.
hcsw
in __lpfc_sli_prep_xmit_seq64_s3()
[all...]
H
A
D
lpfc_hw.h
3887
}
hcsw
;
member
Completed in 64 milliseconds