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:fcec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_dbg.c
487
struct qla2xxx_fce_chain *
fcec
= ptr;
in qla25xx_copy_fce()
local
492
*last_chain = &
fcec
->type;
in qla25xx_copy_fce()
493
fcec
->type = htonl(DUMP_CHAIN_FCE);
in qla25xx_copy_fce()
494
fcec
->chain_size = htonl(sizeof(struct qla2xxx_fce_chain) +
in qla25xx_copy_fce()
496
fcec
->size = htonl(fce_calc_size(ha->fce_bufs));
in qla25xx_copy_fce()
497
fcec
->addr_l = htonl(LSD(ha->fce_dma));
in qla25xx_copy_fce()
498
fcec
->addr_h = htonl(MSD(ha->fce_dma));
in qla25xx_copy_fce()
500
iter_reg =
fcec
->eregs;
in qla25xx_copy_fce()
504
memcpy(iter_reg, ha->fce, ntohl(
fcec
->size));
in qla25xx_copy_fce()
506
return (char *)iter_reg + ntohl(
fcec
in qla25xx_copy_fce()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_dbg.c
486
struct qla2xxx_fce_chain *
fcec
= ptr;
in qla25xx_copy_fce()
local
491
*last_chain = &
fcec
->type;
in qla25xx_copy_fce()
492
fcec
->type = htonl(DUMP_CHAIN_FCE);
in qla25xx_copy_fce()
493
fcec
->chain_size = htonl(sizeof(struct qla2xxx_fce_chain) +
in qla25xx_copy_fce()
495
fcec
->size = htonl(fce_calc_size(ha->fce_bufs));
in qla25xx_copy_fce()
496
fcec
->addr_l = htonl(LSD(ha->fce_dma));
in qla25xx_copy_fce()
497
fcec
->addr_h = htonl(MSD(ha->fce_dma));
in qla25xx_copy_fce()
499
iter_reg =
fcec
->eregs;
in qla25xx_copy_fce()
503
memcpy(iter_reg, ha->fce, ntohl(
fcec
->size));
in qla25xx_copy_fce()
505
return (char *)iter_reg + ntohl(
fcec
in qla25xx_copy_fce()
[all...]
Completed in 3 milliseconds