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:fc4_prov
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_libfc.h
87
extern struct
fc4_prov
*fc_active_prov[]; /* providers without recv */
88
extern struct
fc4_prov
*fc_passive_prov[]; /* providers with recv */
91
extern struct
fc4_prov
fc_rport_t0_prov; /* type 0 provider */
92
extern struct
fc4_prov
fc_lport_els_prov; /* ELS provider */
93
extern struct
fc4_prov
fc_rport_fcp_init; /* FCP initiator provider */
H
A
D
fc_libfc.c
36
struct
fc4_prov
*fc_active_prov[FC_FC4_PROV_SIZE] = {
44
struct
fc4_prov
*fc_passive_prov[FC_FC4_PROV_SIZE] = {
231
struct
fc4_prov
*prov_entry;
in fc_fc4_conf_lport_params()
259
int fc_fc4_register_provider(enum fc_fh_type type, struct
fc4_prov
*prov)
in fc_fc4_register_provider()
261
struct
fc4_prov
**prov_entry;
in fc_fc4_register_provider()
282
void fc_fc4_deregister_provider(enum fc_fh_type type, struct
fc4_prov
*prov)
in fc_fc4_deregister_provider()
H
A
D
fc_rport.c
269
struct
fc4_prov
*prov;
in fc_rport_work()
1125
struct
fc4_prov
*prov;
in fc_rport_prli_resp()
1253
struct
fc4_prov
*prov;
in fc_rport_enter_prli()
1980
struct
fc4_prov
*prov;
in fc_rport_recv_prli_req()
2231
struct
fc4_prov
fc_rport_fcp_init = {
2257
struct
fc4_prov
fc_rport_t0_prov = {
H
A
D
fc_lport.c
929
struct
fc4_prov
fc_lport_els_prov = {
946
struct
fc4_prov
*prov;
in fc_lport_recv()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_libfc.h
87
extern struct
fc4_prov
*fc_active_prov[]; /* providers without recv */
88
extern struct
fc4_prov
*fc_passive_prov[]; /* providers with recv */
91
extern struct
fc4_prov
fc_rport_t0_prov; /* type 0 provider */
92
extern struct
fc4_prov
fc_lport_els_prov; /* ELS provider */
93
extern struct
fc4_prov
fc_rport_fcp_init; /* FCP initiator provider */
H
A
D
fc_libfc.c
36
struct
fc4_prov
*fc_active_prov[FC_FC4_PROV_SIZE] = {
44
struct
fc4_prov
*fc_passive_prov[FC_FC4_PROV_SIZE] = {
231
struct
fc4_prov
*prov_entry;
in fc_fc4_conf_lport_params()
259
int fc_fc4_register_provider(enum fc_fh_type type, struct
fc4_prov
*prov)
in fc_fc4_register_provider()
261
struct
fc4_prov
**prov_entry;
in fc_fc4_register_provider()
282
void fc_fc4_deregister_provider(enum fc_fh_type type, struct
fc4_prov
*prov)
in fc_fc4_deregister_provider()
H
A
D
fc_rport.c
269
struct
fc4_prov
*prov;
in fc_rport_work()
1125
struct
fc4_prov
*prov;
in fc_rport_prli_resp()
1253
struct
fc4_prov
*prov;
in fc_rport_enter_prli()
1980
struct
fc4_prov
*prov;
in fc_rport_recv_prli_req()
2231
struct
fc4_prov
fc_rport_fcp_init = {
2257
struct
fc4_prov
fc_rport_t0_prov = {
H
A
D
fc_lport.c
932
struct
fc4_prov
fc_lport_els_prov = {
949
struct
fc4_prov
*prov;
in fc_lport_recv()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
754
* struct
fc4_prov
- FC-4 provider registration
760
struct
fc4_prov
{
struct
772
int fc_fc4_register_provider(enum fc_fh_type type, struct
fc4_prov
*);
773
void fc_fc4_deregister_provider(enum fc_fh_type type, struct
fc4_prov
*);
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
763
* struct
fc4_prov
- FC-4 provider registration
769
struct
fc4_prov
{
struct
781
int fc_fc4_register_provider(enum fc_fh_type type, struct
fc4_prov
*);
782
void fc_fc4_deregister_provider(enum fc_fh_type type, struct
fc4_prov
*);
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tcm_fc.h
122
extern struct
fc4_prov
ft_prov;
H
A
D
tfc_sess.c
498
struct
fc4_prov
ft_prov = {
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tcm_fc.h
122
extern struct
fc4_prov
ft_prov;
H
A
D
tfc_sess.c
498
struct
fc4_prov
ft_prov = {
Completed in 20 milliseconds