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:nopout_hdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
856
struct iscsi_nopout *
nopout_hdr
;
in qedi_fp_process_cqes()
local
909
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in qedi_fp_process_cqes()
910
if ((
nopout_hdr
->itt == RESERVED_ITT) &&
in qedi_fp_process_cqes()
1701
struct iscsi_nopout *
nopout_hdr
;
in qedi_send_iscsi_nopout()
local
1712
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in qedi_send_iscsi_nopout()
1732
nop_out_pdu_header.opcode =
nopout_hdr
->opcode;
in qedi_send_iscsi_nopout()
1736
memcpy(scsi_lun, &
nopout_hdr
->lun, sizeof(struct scsi_lun));
in qedi_send_iscsi_nopout()
1739
nop_out_pdu_header.cmd_sn = be32_to_cpu(
nopout_hdr
->cmdsn);
in qedi_send_iscsi_nopout()
1740
nop_out_pdu_header.exp_stat_sn = be32_to_cpu(
nopout_hdr
->exp_statsn);
in qedi_send_iscsi_nopout()
1744
if (
nopout_hdr
in qedi_send_iscsi_nopout()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
826
struct iscsi_nopout *
nopout_hdr
;
in qedi_fp_process_cqes()
local
879
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in qedi_fp_process_cqes()
880
if ((
nopout_hdr
->itt == RESERVED_ITT) &&
in qedi_fp_process_cqes()
1644
struct iscsi_nopout *
nopout_hdr
;
in qedi_send_iscsi_nopout()
local
1655
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in qedi_send_iscsi_nopout()
1675
nop_out_pdu_header.opcode =
nopout_hdr
->opcode;
in qedi_send_iscsi_nopout()
1679
memcpy(scsi_lun, &
nopout_hdr
->lun, sizeof(struct scsi_lun));
in qedi_send_iscsi_nopout()
1682
nop_out_pdu_header.cmd_sn = be32_to_cpu(
nopout_hdr
->cmdsn);
in qedi_send_iscsi_nopout()
1683
nop_out_pdu_header.exp_stat_sn = be32_to_cpu(
nopout_hdr
->exp_statsn);
in qedi_send_iscsi_nopout()
1687
if (
nopout_hdr
in qedi_send_iscsi_nopout()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
536
struct iscsi_nopout *
nopout_hdr
;
in bnx2i_send_iscsi_nopout()
local
538
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in bnx2i_send_iscsi_nopout()
543
nopout_wqe->op_code =
nopout_hdr
->opcode;
in bnx2i_send_iscsi_nopout()
545
memcpy(nopout_wqe->lun, &
nopout_hdr
->lun, 8);
in bnx2i_send_iscsi_nopout()
554
nopout_wqe->ttt = be32_to_cpu(
nopout_hdr
->ttt);
in bnx2i_send_iscsi_nopout()
558
else if (
nopout_hdr
->itt == RESERVED_ITT)
in bnx2i_send_iscsi_nopout()
561
nopout_wqe->cmd_sn = be32_to_cpu(
nopout_hdr
->cmdsn);
in bnx2i_send_iscsi_nopout()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
536
struct iscsi_nopout *
nopout_hdr
;
in bnx2i_send_iscsi_nopout()
local
538
nopout_hdr
= (struct iscsi_nopout *)task->hdr;
in bnx2i_send_iscsi_nopout()
543
nopout_wqe->op_code =
nopout_hdr
->opcode;
in bnx2i_send_iscsi_nopout()
545
memcpy(nopout_wqe->lun, &
nopout_hdr
->lun, 8);
in bnx2i_send_iscsi_nopout()
554
nopout_wqe->ttt = be32_to_cpu(
nopout_hdr
->ttt);
in bnx2i_send_iscsi_nopout()
558
else if (
nopout_hdr
->itt == RESERVED_ITT)
in bnx2i_send_iscsi_nopout()
561
nopout_wqe->cmd_sn = be32_to_cpu(
nopout_hdr
->cmdsn);
in bnx2i_send_iscsi_nopout()
Completed in 11 milliseconds