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:abts_io_req
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
829
struct bnx2fc_cmd *
abts_io_req
;
in bnx2fc_initiate_abts()
local
865
abts_io_req
= bnx2fc_elstm_alloc(tgt, BNX2FC_ABTS);
in bnx2fc_initiate_abts()
866
if (!
abts_io_req
) {
in bnx2fc_initiate_abts()
873
abts_io_req
->sc_cmd = NULL;
in bnx2fc_initiate_abts()
874
abts_io_req
->port = port;
in bnx2fc_initiate_abts()
875
abts_io_req
->tgt = tgt;
in bnx2fc_initiate_abts()
876
abts_io_req
->data_xfer_len = 0; /* No data transfer for ABTS */
in bnx2fc_initiate_abts()
878
abts_req = (struct bnx2fc_mp_req *)&(
abts_io_req
->mp_req);
in bnx2fc_initiate_abts()
895
xid =
abts_io_req
->xid;
in bnx2fc_initiate_abts()
896
BNX2FC_IO_DBG(
abts_io_req
, "ABT
in bnx2fc_initiate_abts()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
827
struct bnx2fc_cmd *
abts_io_req
;
in bnx2fc_initiate_abts()
local
863
abts_io_req
= bnx2fc_elstm_alloc(tgt, BNX2FC_ABTS);
in bnx2fc_initiate_abts()
864
if (!
abts_io_req
) {
in bnx2fc_initiate_abts()
871
abts_io_req
->sc_cmd = NULL;
in bnx2fc_initiate_abts()
872
abts_io_req
->port = port;
in bnx2fc_initiate_abts()
873
abts_io_req
->tgt = tgt;
in bnx2fc_initiate_abts()
874
abts_io_req
->data_xfer_len = 0; /* No data transfer for ABTS */
in bnx2fc_initiate_abts()
876
abts_req = (struct bnx2fc_mp_req *)&(
abts_io_req
->mp_req);
in bnx2fc_initiate_abts()
893
xid =
abts_io_req
->xid;
in bnx2fc_initiate_abts()
894
BNX2FC_IO_DBG(
abts_io_req
, "ABT
in bnx2fc_initiate_abts()
[all...]
Completed in 3 milliseconds