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:text_hdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
1601
struct iscsi_text *
text_hdr
;
in qedi_send_iscsi_text()
local
1613
text_hdr
= (struct iscsi_text *)task->hdr;
in qedi_send_iscsi_text()
1633
text_request_pdu_header.opcode =
text_hdr
->opcode;
in qedi_send_iscsi_text()
1634
text_request_pdu_header.flags_attr =
text_hdr
->flags;
in qedi_send_iscsi_text()
1638
text_request_pdu_header.ttt =
text_hdr
->ttt;
in qedi_send_iscsi_text()
1639
text_request_pdu_header.cmd_sn = be32_to_cpu(
text_hdr
->cmdsn);
in qedi_send_iscsi_text()
1640
text_request_pdu_header.exp_stat_sn = be32_to_cpu(
text_hdr
->exp_statsn);
in qedi_send_iscsi_text()
1641
text_request_pdu_header.hdr_second_dword = ntoh24(
text_hdr
->dlength);
in qedi_send_iscsi_text()
1667
task_params.tx_io_size = ntoh24(
text_hdr
->dlength);
in qedi_send_iscsi_text()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
1544
struct iscsi_text *
text_hdr
;
in qedi_send_iscsi_text()
local
1556
text_hdr
= (struct iscsi_text *)task->hdr;
in qedi_send_iscsi_text()
1576
text_request_pdu_header.opcode =
text_hdr
->opcode;
in qedi_send_iscsi_text()
1577
text_request_pdu_header.flags_attr =
text_hdr
->flags;
in qedi_send_iscsi_text()
1581
text_request_pdu_header.ttt =
text_hdr
->ttt;
in qedi_send_iscsi_text()
1582
text_request_pdu_header.cmd_sn = be32_to_cpu(
text_hdr
->cmdsn);
in qedi_send_iscsi_text()
1583
text_request_pdu_header.exp_stat_sn = be32_to_cpu(
text_hdr
->exp_statsn);
in qedi_send_iscsi_text()
1584
text_request_pdu_header.hdr_second_dword = ntoh24(
text_hdr
->dlength);
in qedi_send_iscsi_text()
1610
task_params.tx_io_size = ntoh24(
text_hdr
->dlength);
in qedi_send_iscsi_text()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
460
struct iscsi_text *
text_hdr
;
in bnx2i_send_iscsi_text()
local
463
text_hdr
= (struct iscsi_text *)mtask->hdr;
in bnx2i_send_iscsi_text()
468
text_wqe->op_code =
text_hdr
->opcode;
in bnx2i_send_iscsi_text()
469
text_wqe->op_attr =
text_hdr
->flags;
in bnx2i_send_iscsi_text()
470
text_wqe->data_length = ntoh24(
text_hdr
->dlength);
in bnx2i_send_iscsi_text()
473
text_wqe->ttt = be32_to_cpu(
text_hdr
->ttt);
in bnx2i_send_iscsi_text()
475
text_wqe->cmd_sn = be32_to_cpu(
text_hdr
->cmdsn);
in bnx2i_send_iscsi_text()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
460
struct iscsi_text *
text_hdr
;
in bnx2i_send_iscsi_text()
local
463
text_hdr
= (struct iscsi_text *)mtask->hdr;
in bnx2i_send_iscsi_text()
468
text_wqe->op_code =
text_hdr
->opcode;
in bnx2i_send_iscsi_text()
469
text_wqe->op_attr =
text_hdr
->flags;
in bnx2i_send_iscsi_text()
470
text_wqe->data_length = ntoh24(
text_hdr
->dlength);
in bnx2i_send_iscsi_text()
473
text_wqe->ttt = be32_to_cpu(
text_hdr
->ttt);
in bnx2i_send_iscsi_text()
475
text_wqe->cmd_sn = be32_to_cpu(
text_hdr
->cmdsn);
in bnx2i_send_iscsi_text()
Completed in 12 milliseconds