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:fx_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mr.c
1780
qlafx00_fx_disc(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t
fx_type
)
in qlafx00_fx_disc()
argument
1801
switch (
fx_type
) {
in qlafx00_fx_disc()
1846
if (
fx_type
== FXDISC_REG_HOST_INFO) {
in qlafx00_fx_disc()
1900
fdisc->u.fxiocb.req_func_type = cpu_to_le16(
fx_type
);
in qlafx00_fx_disc()
1909
if (
fx_type
== FXDISC_GET_CONFIG_INFO) {
in qlafx00_fx_disc()
1934
} else if (
fx_type
== FXDISC_GET_PORT_INFO) {
in qlafx00_fx_disc()
1945
} else if (
fx_type
== FXDISC_GET_TGT_NODE_INFO) {
in qlafx00_fx_disc()
1953
} else if (
fx_type
== FXDISC_GET_TGT_NODE_LIST) {
in qlafx00_fx_disc()
1959
} else if (
fx_type
== FXDISC_ABORT_IOCTL)
in qlafx00_fx_disc()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mr.c
1780
qlafx00_fx_disc(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t
fx_type
)
in qlafx00_fx_disc()
argument
1802
switch (
fx_type
) {
in qlafx00_fx_disc()
1847
if (
fx_type
== FXDISC_REG_HOST_INFO) {
in qlafx00_fx_disc()
1901
fdisc->u.fxiocb.req_func_type = cpu_to_le16(
fx_type
);
in qlafx00_fx_disc()
1909
if (
fx_type
== FXDISC_GET_CONFIG_INFO) {
in qlafx00_fx_disc()
1934
} else if (
fx_type
== FXDISC_GET_PORT_INFO) {
in qlafx00_fx_disc()
1945
} else if (
fx_type
== FXDISC_GET_TGT_NODE_INFO) {
in qlafx00_fx_disc()
1953
} else if (
fx_type
== FXDISC_GET_TGT_NODE_LIST) {
in qlafx00_fx_disc()
1959
} else if (
fx_type
== FXDISC_ABORT_IOCTL)
in qlafx00_fx_disc()
Completed in 8 milliseconds