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_FC_RECV
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_trace.h
26
* Fisrt bit of
FNIC_FC_RECV
and FNIC_FC_SEND is used to represent the type
30
#define
FNIC_FC_RECV
0x52 /* Character R */
macro
H
A
D
fnic_fcs.c
686
FNIC_FC_RECV
|0x80, (char *)skb->data, skb->len)) != 0) {
in fnic_import_rq_eth_pkt()
914
if ((fnic_fc_trace_set_data(fnic->lport->host->host_no,
FNIC_FC_RECV
,
in fnic_rq_cmpl_frame_recv()
H
A
D
fnic_trace.c
692
if (frame_type ==
FNIC_FC_RECV
) {
in fnic_fc_trace_set_data()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_trace.h
12
* Fisrt bit of
FNIC_FC_RECV
and FNIC_FC_SEND is used to represent the type
16
#define
FNIC_FC_RECV
0x52 /* Character R */
macro
H
A
D
fnic_trace.c
678
if (frame_type ==
FNIC_FC_RECV
) {
in fnic_fc_trace_set_data()
H
A
D
fnic_fcs.c
676
FNIC_FC_RECV
|0x80, (char *)skb->data, skb->len)) != 0) {
in fnic_import_rq_eth_pkt()
904
if ((fnic_fc_trace_set_data(fnic->lport->host->host_no,
FNIC_FC_RECV
,
in fnic_rq_cmpl_frame_recv()
Completed in 7 milliseconds