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:fnic_dbgfs_t
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_trace.h
57
}
fnic_dbgfs_t
;
typedef
109
int fnic_get_trace_data(
fnic_dbgfs_t
*);
122
int fnic_fc_trace_get_data(
fnic_dbgfs_t
*fnic_dbgfs_prt, u8 rdata_flag);
124
fnic_dbgfs_t
*fnic_dbgfs_prt,
H
A
D
fnic_debugfs.c
213
fnic_dbgfs_t
*fnic_dbg_prt;
in fnic_trace_debugfs_open()
216
fnic_dbg_prt = kzalloc(sizeof(
fnic_dbgfs_t
), GFP_KERNEL);
in fnic_trace_debugfs_open()
269
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_lseek()
295
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_read()
319
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_release()
H
A
D
fnic_trace.c
96
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
100
* buffer and dumps it to
fnic_dbgfs_t
. It will start at the rd_idx entry in
105
* This routine returns the amount of bytes that were dumped into
fnic_dbgfs_t
107
int fnic_get_trace_data(
fnic_dbgfs_t
*fnic_dbgfs_prt)
in fnic_get_trace_data()
205
* @
fnic_dbgfs_t
: pointer to debugfs fnic stats buffer
717
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
725
* Number of bytes that were dumped into
fnic_dbgfs_t
728
int fnic_fc_trace_get_data(
fnic_dbgfs_t
*fnic_dbgfs_prt, u8 rdata_flag)
in fnic_fc_trace_get_data()
786
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
795
fnic_dbgfs_t
*fnic_dbgfs_pr
in copy_and_format_trace_data()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_trace.h
43
}
fnic_dbgfs_t
;
typedef
95
int fnic_get_trace_data(
fnic_dbgfs_t
*);
108
int fnic_fc_trace_get_data(
fnic_dbgfs_t
*fnic_dbgfs_prt, u8 rdata_flag);
110
fnic_dbgfs_t
*fnic_dbgfs_prt,
H
A
D
fnic_debugfs.c
197
fnic_dbgfs_t
*fnic_dbg_prt;
in fnic_trace_debugfs_open()
200
fnic_dbg_prt = kzalloc(sizeof(
fnic_dbgfs_t
), GFP_KERNEL);
in fnic_trace_debugfs_open()
249
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_lseek()
275
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_read()
299
fnic_dbgfs_t
*fnic_dbg_prt = file->private_data;
in fnic_trace_debugfs_release()
H
A
D
fnic_trace.c
82
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
86
* buffer and dumps it to
fnic_dbgfs_t
. It will start at the rd_idx entry in
91
* This routine returns the amount of bytes that were dumped into
fnic_dbgfs_t
93
int fnic_get_trace_data(
fnic_dbgfs_t
*fnic_dbgfs_prt)
in fnic_get_trace_data()
191
* @
fnic_dbgfs_t
: pointer to debugfs fnic stats buffer
703
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
711
* Number of bytes that were dumped into
fnic_dbgfs_t
714
int fnic_fc_trace_get_data(
fnic_dbgfs_t
*fnic_dbgfs_prt, u8 rdata_flag)
in fnic_fc_trace_get_data()
772
* @
fnic_dbgfs_t
: pointer to debugfs trace buffer
781
fnic_dbgfs_t
*fnic_dbgfs_pr
in copy_and_format_trace_data()
[all...]
Completed in 6 milliseconds