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:CTX_SIZE
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-debugfs.c
293
dma = dev->out_ctx->dma + (ep_index + 1) *
CTX_SIZE
(xhci->hcc_params);
in xhci_endpoint_context_show()
H
A
D
xhci-mem.c
485
ctx->size +=
CTX_SIZE
(xhci->hcc_params);
in xhci_alloc_container_ctx()
520
(ctx->bytes +
CTX_SIZE
(xhci->hcc_params));
in xhci_get_slot_ctx()
533
(ctx->bytes + (ep_index *
CTX_SIZE
(xhci->hcc_params)));
in xhci_get_ep_ctx()
H
A
D
xhci.h
125
#define
CTX_SIZE
(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32)
macro
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-debugfs.c
293
dma = dev->out_ctx->dma + (ep_index + 1) *
CTX_SIZE
(xhci->hcc_params);
in xhci_endpoint_context_show()
H
A
D
xhci-mem.c
476
ctx->size +=
CTX_SIZE
(xhci->hcc_params);
in xhci_alloc_container_ctx()
511
(ctx->bytes +
CTX_SIZE
(xhci->hcc_params));
in xhci_get_slot_ctx()
524
(ctx->bytes + (ep_index *
CTX_SIZE
(xhci->hcc_params)));
in xhci_get_ep_ctx()
H
A
D
xhci.h
125
#define
CTX_SIZE
(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32)
macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
90
#define
CTX_SIZE
(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32)
macro
H
A
D
cdnsp-mem.c
467
pdev->out_ctx.ctx_size =
CTX_SIZE
(pdev->hcc_params);
in cdnsp_init_device_ctx()
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
sha512-avx2-asm.S
104
CTX_SIZE
= 1*8
define
113
frame_RSPSAVE = frame_CTX +
CTX_SIZE
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
sha512-avx2-asm.S
105
CTX_SIZE
= 1*8
define
112
frame_size = frame_CTX +
CTX_SIZE
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.h
6586
#define
CTX_SIZE
(1 << CTX_SHIFT)
macro
6587
#define CTX_MASK (
CTX_SIZE
- 1)
H
A
D
cnic.c
4377
for (i = 0; i <
CTX_SIZE
; i += 4)
in cnic_init_context()
H
A
D
bnx2.c
2643
for (i = 0; i < (
CTX_SIZE
/ PHY_CTX_SIZE); i++) {
in bnx2_init_context()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.h
6586
#define
CTX_SIZE
(1 << CTX_SHIFT)
macro
6587
#define CTX_MASK (
CTX_SIZE
- 1)
H
A
D
bnx2.c
2642
for (i = 0; i < (
CTX_SIZE
/ PHY_CTX_SIZE); i++) {
in bnx2_init_context()
H
A
D
cnic.c
4374
for (i = 0; i <
CTX_SIZE
; i += 4)
in cnic_init_context()
Completed in 109 milliseconds