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:seq_ptr
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_fcp.c
270
if (!fsp->
seq_ptr
)
in fc_fcp_send_abort()
282
rc = fc_seq_exch_abort(fsp->
seq_ptr
, 0);
in fc_fcp_send_abort()
306
if (fsp->
seq_ptr
) {
in fc_fcp_retry_cmd()
307
fc_exch_done(fsp->
seq_ptr
);
in fc_fcp_retry_cmd()
308
fsp->
seq_ptr
= NULL;
in fc_fcp_retry_cmd()
1016
seq = fsp->
seq_ptr
;
in fc_fcp_complete_locked()
1018
fsp->
seq_ptr
= NULL;
in fc_fcp_complete_locked()
1053
if (fsp->
seq_ptr
) {
in fc_fcp_cleanup_cmd()
1054
fc_exch_done(fsp->
seq_ptr
);
in fc_fcp_cleanup_cmd()
1055
fsp->
seq_ptr
in fc_fcp_cleanup_cmd()
[all...]
H
A
D
fc_libfc.h
58
if ((pkt)->
seq_ptr
) { \
60
_ep = fc_seq_exch((pkt)->
seq_ptr
); \
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_fcp.c
265
if (!fsp->
seq_ptr
)
in fc_fcp_send_abort()
276
rc = fc_seq_exch_abort(fsp->
seq_ptr
, 0);
in fc_fcp_send_abort()
300
if (fsp->
seq_ptr
) {
in fc_fcp_retry_cmd()
301
fc_exch_done(fsp->
seq_ptr
);
in fc_fcp_retry_cmd()
302
fsp->
seq_ptr
= NULL;
in fc_fcp_retry_cmd()
1006
seq = fsp->
seq_ptr
;
in fc_fcp_complete_locked()
1008
fsp->
seq_ptr
= NULL;
in fc_fcp_complete_locked()
1043
if (fsp->
seq_ptr
) {
in fc_fcp_cleanup_cmd()
1044
fc_exch_done(fsp->
seq_ptr
);
in fc_fcp_cleanup_cmd()
1045
fsp->
seq_ptr
in fc_fcp_cleanup_cmd()
[all...]
H
A
D
fc_libfc.h
58
if ((pkt)->
seq_ptr
) { \
60
_ep = fc_seq_exch((pkt)->
seq_ptr
); \
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target_erl0.c
101
cmd->
seq_ptr
= seq;
in iscsit_dataout_within_command_recovery_check()
251
cmd->
seq_ptr
= seq;
in iscsit_dataout_check_sequence()
355
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_check_datasn()
413
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_pre_datapduinorder_yes()
564
seq = cmd->
seq_ptr
;
in iscsit_dataout_post_crc_passed()
600
seq = cmd->
seq_ptr
;
in iscsit_dataout_post_crc_passed()
H
A
D
iscsi_target_erl1.c
605
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_datapduinorder_no_fbit()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target_erl0.c
101
cmd->
seq_ptr
= seq;
in iscsit_dataout_within_command_recovery_check()
251
cmd->
seq_ptr
= seq;
in iscsit_dataout_check_sequence()
355
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_check_datasn()
413
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_pre_datapduinorder_yes()
564
seq = cmd->
seq_ptr
;
in iscsit_dataout_post_crc_passed()
600
seq = cmd->
seq_ptr
;
in iscsit_dataout_post_crc_passed()
H
A
D
iscsi_target_erl1.c
605
struct iscsi_seq *seq = cmd->
seq_ptr
;
in iscsit_dataout_datapduinorder_no_fbit()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_coredump.c
22
__le16 *
seq_ptr
= msg + info->seq_off;
in bnxt_hwrm_dbg_dma_data()
local
44
*
seq_ptr
= cpu_to_le16(seq);
in bnxt_hwrm_dbg_dma_data()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
307
* @
seq_ptr
: The sequence that will carry the SCSI command
343
struct fc_seq *
seq_ptr
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
307
* @
seq_ptr
: The sequence that will carry the SCSI command
343
struct fc_seq *
seq_ptr
;
member
/kernel/linux/linux-5.10/include/target/iscsi/
H
A
D
iscsi_target_core.h
477
struct iscsi_seq *
seq_ptr
;
member
/kernel/linux/linux-6.6/include/target/iscsi/
H
A
D
iscsi_target_core.h
475
struct iscsi_seq *
seq_ptr
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_ethtool.c
3467
__le16 *
seq_ptr
= msg + info->seq_off;
in bnxt_hwrm_dbg_dma_data()
local
3485
*
seq_ptr
= cpu_to_le16(seq);
in bnxt_hwrm_dbg_dma_data()
Completed in 22 milliseconds