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:ulpCommand
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
1148
} else if ((piocbq->iocb.
ulpCommand
== CMD_GEN_REQUEST64_CR) &&
in __lpfc_sli_get_els_sglq()
1611
(piocb->iocb.
ulpCommand
!= CMD_ABORT_XRI_CN) &&
in lpfc_sli_ringtxcmpl_put()
1612
(piocb->iocb.
ulpCommand
!= CMD_CLOSE_XRI_CN)) {
in lpfc_sli_ringtxcmpl_put()
2980
if (irsp->
ulpCommand
== CMD_ASYNC_STATUS) {
in lpfc_sli_process_unsol_iocb()
2995
if ((irsp->
ulpCommand
== CMD_IOCB_RET_XRI64_CX) &&
in lpfc_sli_process_unsol_iocb()
3073
(irsp->
ulpCommand
== CMD_IOCB_RCV_CONT64_CX ||
in lpfc_sli_process_unsol_iocb()
3096
if ((irsp->
ulpCommand
== CMD_RCV_ELS_REQ64_CX) ||
in lpfc_sli_process_unsol_iocb()
3097
(irsp->
ulpCommand
== CMD_RCV_ELS_REQ_CX) ||
in lpfc_sli_process_unsol_iocb()
3098
(irsp->
ulpCommand
== CMD_IOCB_RCV_ELS64_CX)) {
in lpfc_sli_process_unsol_iocb()
3108
(irsp->
ulpCommand
in lpfc_sli_process_unsol_iocb()
[all...]
H
A
D
lpfc_els.c
244
icmd->
ulpCommand
= CMD_ELS_REQUEST64_CR;
in lpfc_prep_els_iocb()
257
icmd->
ulpCommand
= CMD_XMIT_ELS_RSP64_CX;
in lpfc_prep_els_iocb()
1432
if (icmd->
ulpCommand
== CMD_ELS_REQUEST64_CR) {
in lpfc_els_abort_flogi()
7994
piocb->iocb.
ulpCommand
== CMD_ABORT_XRI_CN ||
in lpfc_els_timeout_handler()
7995
piocb->iocb.
ulpCommand
== CMD_CLOSE_XRI_CN)
in lpfc_els_timeout_handler()
8019
if (cmd->
ulpCommand
!= CMD_GEN_REQUEST64_CR)
in lpfc_els_timeout_handler()
8038
remote_ID, cmd->
ulpCommand
, cmd->ulpIoTag);
in lpfc_els_timeout_handler()
8116
if (cmd->
ulpCommand
== CMD_ELS_REQUEST64_CR) {
in lpfc_els_flush_cmd()
8129
if (cmd->
ulpCommand
== CMD_GEN_REQUEST64_CR)
in lpfc_els_flush_cmd()
8164
if (cmd->
ulpCommand
in lpfc_els_flush_cmd()
[all...]
H
A
D
lpfc_bsg.c
477
cmd->
ulpCommand
= CMD_GEN_REQUEST64_CR;
in lpfc_bsg_send_mgmt_cmd()
1521
icmd->
ulpCommand
= CMD_XMIT_SEQUENCE64_CX;
in lpfc_issue_ct_rsp()
2724
cmd->
ulpCommand
= CMD_XMIT_SEQUENCE64_CR;
in lpfcdiag_loop_get_xri()
3008
cmd->
ulpCommand
= CMD_QUE_XRI64_CX;
in lpfcdiag_loop_post_rxbufs()
3024
cmd->
ulpCommand
= CMD_QUE_XRI_BUF64_CX;
in lpfcdiag_loop_post_rxbufs()
3289
cmd->
ulpCommand
= CMD_XMIT_SEQUENCE64_CX;
in lpfc_bsg_diag_loopback_run()
5296
cmd->
ulpCommand
= CMD_GEN_REQUEST64_CR;
in lpfc_menlo_cmd()
5301
cmd->
ulpCommand
= CMD_GEN_REQUEST64_CX;
in lpfc_menlo_cmd()
H
A
D
lpfc_scsi.c
4131
iocb_cmd->
ulpCommand
= CMD_FCP_IWRITE64_CR;
in lpfc_scsi_prep_cmnd()
4146
iocb_cmd->
ulpCommand
= CMD_FCP_IREAD64_CR;
in lpfc_scsi_prep_cmnd()
4153
iocb_cmd->
ulpCommand
= CMD_FCP_ICMND64_CR;
in lpfc_scsi_prep_cmnd()
4226
piocb->
ulpCommand
= CMD_FCP_ICMND64_CR;
in lpfc_scsi_prep_task_mgmt_cmd()
4847
icmd->
ulpCommand
= CMD_ABORT_XRI_CN;
in lpfc_abort_handler()
4849
icmd->
ulpCommand
= CMD_CLOSE_XRI_CN;
in lpfc_abort_handler()
H
A
D
lpfc_hbadisc.c
4771
switch (icmd->
ulpCommand
) {
in lpfc_check_sli_ndlp()
5830
if ((icmd->
ulpCommand
== CMD_ELS_REQUEST64_CR) ||
in lpfc_free_tx()
5831
(icmd->
ulpCommand
== CMD_XMIT_ELS_RSP64_CX)) {
in lpfc_free_tx()
5843
if (icmd->
ulpCommand
== CMD_ELS_REQUEST64_CR ||
in lpfc_free_tx()
5844
icmd->
ulpCommand
== CMD_XMIT_ELS_RSP64_CX) {
in lpfc_free_tx()
H
A
D
lpfc_hw.h
4128
uint32_t
ulpCommand
:8;
member
4138
uint32_t
ulpCommand
:8;
member
H
A
D
lpfc_ct.c
351
icmd->
ulpCommand
= CMD_GEN_REQUEST64_CR;
in lpfc_gen_req()
H
A
D
lpfc_nvmet.c
3321
abts_wqeq->iocb.
ulpCommand
= CMD_XMIT_SEQUENCE64_CR;
in lpfc_nvmet_unsol_issue_abort()
H
A
D
lpfc_init.c
2658
icmd->
ulpCommand
= CMD_QUE_RING_BUF64_CN;
in lpfc_post_buffer()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
3462
if (irsp->
ulpCommand
== CMD_ASYNC_STATUS) {
in lpfc_sli_process_unsol_iocb()
3477
if ((irsp->
ulpCommand
== CMD_IOCB_RET_XRI64_CX) &&
in lpfc_sli_process_unsol_iocb()
3570
(irsp->
ulpCommand
== CMD_IOCB_RCV_CONT64_CX ||
in lpfc_sli_process_unsol_iocb()
3595
if ((irsp->
ulpCommand
== CMD_RCV_ELS_REQ64_CX) ||
in lpfc_sli_process_unsol_iocb()
3596
(irsp->
ulpCommand
== CMD_RCV_ELS_REQ_CX) ||
in lpfc_sli_process_unsol_iocb()
3597
(irsp->
ulpCommand
== CMD_IOCB_RCV_ELS64_CX)) {
in lpfc_sli_process_unsol_iocb()
3607
(irsp->
ulpCommand
== CMD_RCV_SEQUENCE64_CX ||
in lpfc_sli_process_unsol_iocb()
3608
irsp->
ulpCommand
== CMD_IOCB_RCV_SEQ64_CX)) {
in lpfc_sli_process_unsol_iocb()
3617
(irsp->
ulpCommand
== CMD_IOCB_RCV_ELS64_CX ||
in lpfc_sli_process_unsol_iocb()
3618
irsp->
ulpCommand
in lpfc_sli_process_unsol_iocb()
[all...]
H
A
D
lpfc_scsi.c
4623
iocb_cmd->
ulpCommand
= CMD_FCP_IWRITE64_CR;
in lpfc_scsi_prep_cmnd_buf_s3()
4636
iocb_cmd->
ulpCommand
= CMD_FCP_IREAD64_CR;
in lpfc_scsi_prep_cmnd_buf_s3()
4641
iocb_cmd->
ulpCommand
= CMD_FCP_ICMND64_CR;
in lpfc_scsi_prep_cmnd_buf_s3()
4858
piocb->
ulpCommand
= CMD_FCP_ICMND64_CR;
in lpfc_scsi_prep_task_mgmt_cmd_s3()
H
A
D
lpfc.h
1828
return iocbq->iocb.
ulpCommand
;
in get_job_cmnd()
H
A
D
lpfc_hw.h
4321
uint32_t
ulpCommand
:8;
member
4331
uint32_t
ulpCommand
:8;
member
H
A
D
lpfc_bsg.c
2935
cmd->
ulpCommand
= CMD_QUE_XRI64_CX;
in lpfcdiag_sli3_loop_post_rxbufs()
2951
cmd->
ulpCommand
= CMD_QUE_XRI_BUF64_CX;
in lpfcdiag_sli3_loop_post_rxbufs()
H
A
D
lpfc_nvmet.c
3326
abts_wqeq->iocb.
ulpCommand
= CMD_XMIT_SEQUENCE64_CR;
in lpfc_nvmet_unsol_issue_abort()
H
A
D
lpfc_init.c
2857
icmd->
ulpCommand
= CMD_QUE_RING_BUF64_CN;
in lpfc_sli3_post_buffer()
Completed in 130 milliseconds