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:CMD_ABTS_STATUS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_scsi.c
827
CMD_ABTS_STATUS
(sc) = cmpl_stat;
in snic_process_itmf_cmpl()
881
CMD_ABTS_STATUS
(sc) = cmpl_stat;
in snic_process_itmf_cmpl()
1456
switch (
CMD_ABTS_STATUS
(sc)) {
in snic_abort_finish()
1491
tag, snic_io_status_to_str(
CMD_ABTS_STATUS
(sc)),
in snic_abort_finish()
1571
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_send_abort_and_wait()
1791
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_dr_clean_single_req()
1840
if (
CMD_ABTS_STATUS
(sc) == SNIC_INVALID_CODE) {
in snic_dr_clean_single_req()
2419
CMD_ABTS_STATUS
(sc) = SNIC_STAT_IO_SUCCESS;
in snic_cmpl_pending_tmreq()
2565
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_internal_abort_io()
H
A
D
snic.h
113
#define
CMD_ABTS_STATUS
(Cmnd) \
macro
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_scsi.c
807
CMD_ABTS_STATUS
(sc) = cmpl_stat;
in snic_process_itmf_cmpl()
859
CMD_ABTS_STATUS
(sc) = cmpl_stat;
in snic_process_itmf_cmpl()
1434
switch (
CMD_ABTS_STATUS
(sc)) {
in snic_abort_finish()
1469
tag, snic_io_status_to_str(
CMD_ABTS_STATUS
(sc)),
in snic_abort_finish()
1549
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_send_abort_and_wait()
1769
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_dr_clean_single_req()
1818
if (
CMD_ABTS_STATUS
(sc) == SNIC_INVALID_CODE) {
in snic_dr_clean_single_req()
2397
CMD_ABTS_STATUS
(sc) = SNIC_STAT_IO_SUCCESS;
in snic_cmpl_pending_tmreq()
2541
CMD_ABTS_STATUS
(sc) = SNIC_INVALID_CODE;
in snic_internal_abort_io()
H
A
D
snic.h
99
#define
CMD_ABTS_STATUS
(Cmnd) \
macro
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_scsi.c
1120
CMD_ABTS_STATUS
(sc) = hdr_status;
in fnic_fcpio_itmf_cmpl_handler()
1164
CMD_ABTS_STATUS
(sc) = hdr_status;
in fnic_fcpio_itmf_cmpl_handler()
1168
CMD_ABTS_STATUS
(sc) = FCPIO_SUCCESS;
in fnic_fcpio_itmf_cmpl_handler()
1632
CMD_ABTS_STATUS
(sc) = FCPIO_INVALID_CODE;
in fnic_rport_exch_reset()
1781
CMD_ABTS_STATUS
(sc) = FCPIO_INVALID_CODE;
in fnic_terminate_rport_io()
1932
CMD_ABTS_STATUS
(sc) = FCPIO_INVALID_CODE;
in fnic_abort_cmd()
1996
if (
CMD_ABTS_STATUS
(sc) == FCPIO_INVALID_CODE) {
in fnic_abort_cmd()
2027
if (
CMD_ABTS_STATUS
(sc) == FCPIO_SUCCESS)
in fnic_abort_cmd()
2207
CMD_ABTS_STATUS
(sc) = FCPIO_INVALID_CODE;
in fnic_clean_pending_aborts()
2250
if (
CMD_ABTS_STATUS
(s
in fnic_clean_pending_aborts()
[all...]
H
A
D
fnic.h
97
#define
CMD_ABTS_STATUS
(Cmnd) ((Cmnd)->SCp.Message)
macro
Completed in 11 milliseconds