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:dataword
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mr.h
182
__le32
dataword
;
member
410
__le32
dataword
;
member
H
A
D
qla_mr.c
3262
fx_iocb.
dataword
= fxio->u.fxiocb.req_data;
in qlafx00_fxdisc_iocb()
3279
fx_iocb.
dataword
= piocb_rqst->
dataword
;
in qlafx00_fxdisc_iocb()
3396
fx_iocb.
dataword
= piocb_rqst->
dataword
;
in qlafx00_fxdisc_iocb()
H
A
D
qla_bsg.c
2048
fcport->loop_id = le32_to_cpu(piocb_rqst->
dataword
);
in qlafx00_mgmt_cmd()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mr.h
186
__le32
dataword
;
member
414
__le32
dataword
;
member
H
A
D
qla_mr.c
3263
fx_iocb.
dataword
= fxio->u.fxiocb.req_data;
in qlafx00_fxdisc_iocb()
3280
fx_iocb.
dataword
= piocb_rqst->
dataword
;
in qlafx00_fxdisc_iocb()
3397
fx_iocb.
dataword
= piocb_rqst->
dataword
;
in qlafx00_fxdisc_iocb()
H
A
D
qla_bsg.c
2067
fcport->loop_id = le32_to_cpu(piocb_rqst->
dataword
);
in qlafx00_mgmt_cmd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
igb_ethtool.c
3241
u16 *
dataword
;
in igb_get_module_eeprom()
local
3251
dataword
= kmalloc_array(last_word - first_word + 1, sizeof(u16),
in igb_get_module_eeprom()
3253
if (!
dataword
)
in igb_get_module_eeprom()
3259
&
dataword
[i]);
in igb_get_module_eeprom()
3262
kfree(
dataword
);
in igb_get_module_eeprom()
3266
be16_to_cpus(&
dataword
[i]);
in igb_get_module_eeprom()
3269
memcpy(data, (u8 *)
dataword
+ (ee->offset & 1), ee->len);
in igb_get_module_eeprom()
3270
kfree(
dataword
);
in igb_get_module_eeprom()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
igb_ethtool.c
3233
u16 *
dataword
;
in igb_get_module_eeprom()
local
3243
dataword
= kmalloc_array(last_word - first_word + 1, sizeof(u16),
in igb_get_module_eeprom()
3245
if (!
dataword
)
in igb_get_module_eeprom()
3251
&
dataword
[i]);
in igb_get_module_eeprom()
3254
kfree(
dataword
);
in igb_get_module_eeprom()
3258
be16_to_cpus(&
dataword
[i]);
in igb_get_module_eeprom()
3261
memcpy(data, (u8 *)
dataword
+ (ee->offset & 1), ee->len);
in igb_get_module_eeprom()
3262
kfree(
dataword
);
in igb_get_module_eeprom()
Completed in 23 milliseconds