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:MEI_SLOT_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
mei_dev.h
19
#define
MEI_SLOT_SIZE
sizeof(u32)
macro
20
#define MEI_RD_MSG_BUF_SIZE (128 *
MEI_SLOT_SIZE
)
584
return DIV_ROUND_UP(length,
MEI_SLOT_SIZE
);
in mei_data2slots()
597
return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length,
MEI_SLOT_SIZE
);
in mei_hbm2slots()
609
return slots *
MEI_SLOT_SIZE
;
in mei_slots2data()
H
A
D
hw-txe.c
24
#define TXE_HBUF_DEPTH (PAYLOAD_SIZE /
MEI_SLOT_SIZE
)
732
for (i = 0; i < hdr_len /
MEI_SLOT_SIZE
; i++)
in mei_txe_write()
736
for (j = 0; j < data_len /
MEI_SLOT_SIZE
; j++)
in mei_txe_write()
834
for (i = 0; i < len /
MEI_SLOT_SIZE
; i++) {
in mei_txe_read()
H
A
D
interrupt.c
308
expected_len +=
MEI_SLOT_SIZE
;
in hdr_is_valid()
310
expected_len +=
MEI_SLOT_SIZE
;
in hdr_is_valid()
H
A
D
hw-me.c
574
for (i = 0; i < hdr_len /
MEI_SLOT_SIZE
; i++)
in mei_me_hbuf_write()
578
for (i = 0; i < data_len /
MEI_SLOT_SIZE
; i++)
in mei_me_hbuf_write()
637
for (; buffer_length >=
MEI_SLOT_SIZE
; buffer_length -=
MEI_SLOT_SIZE
)
in mei_me_read_slots()
H
A
D
client.c
497
cb->buf.data = kmalloc(roundup(length,
MEI_SLOT_SIZE
), GFP_KERNEL);
in mei_cl_alloc_cb()
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
mei_dev.h
24
#define
MEI_SLOT_SIZE
sizeof(u32)
macro
25
#define MEI_RD_MSG_BUF_SIZE (128 *
MEI_SLOT_SIZE
)
651
return DIV_ROUND_UP(length,
MEI_SLOT_SIZE
);
in mei_data2slots()
664
return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length,
MEI_SLOT_SIZE
);
in mei_hbm2slots()
676
return slots *
MEI_SLOT_SIZE
;
in mei_slots2data()
H
A
D
hw-txe.c
24
#define TXE_HBUF_DEPTH (PAYLOAD_SIZE /
MEI_SLOT_SIZE
)
732
for (i = 0; i < hdr_len /
MEI_SLOT_SIZE
; i++)
in mei_txe_write()
736
for (j = 0; j < data_len /
MEI_SLOT_SIZE
; j++)
in mei_txe_write()
834
for (i = 0; i < len /
MEI_SLOT_SIZE
; i++) {
in mei_txe_read()
H
A
D
interrupt.c
341
expected_len +=
MEI_SLOT_SIZE
;
in hdr_is_valid()
343
expected_len +=
MEI_SLOT_SIZE
;
in hdr_is_valid()
H
A
D
hw-me.c
614
for (i = 0; i < hdr_len /
MEI_SLOT_SIZE
; i++)
in mei_me_hbuf_write()
618
for (i = 0; i < data_len /
MEI_SLOT_SIZE
; i++)
in mei_me_hbuf_write()
677
for (; buffer_length >=
MEI_SLOT_SIZE
; buffer_length -=
MEI_SLOT_SIZE
)
in mei_me_read_slots()
H
A
D
client.c
500
cb->buf.data = kmalloc(roundup(length,
MEI_SLOT_SIZE
), GFP_KERNEL);
in mei_cl_alloc_cb()
Completed in 16 milliseconds