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:hw_dma_cap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H
A
D
macb_ptp.c
31
if (bp->
hw_dma_cap
== HW_DMA_CAP_PTP)
in macb_ptp_desc()
34
if (bp->
hw_dma_cap
== HW_DMA_CAP_64B_PTP)
in macb_ptp_desc()
423
if ((bp->
hw_dma_cap
& HW_DMA_CAP_PTP) == 0)
in gem_get_hwtst()
455
if ((bp->
hw_dma_cap
& HW_DMA_CAP_PTP) == 0)
in gem_set_hwtst()
H
A
D
macb_main.c
128
switch (bp->
hw_dma_cap
) {
in macb_dma_desc_get_size()
153
switch (bp->
hw_dma_cap
) {
in macb_adj_dma_desc_idx()
445
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_init_buffers()
451
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_init_buffers()
862
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B) {
in macb_set_addr()
881
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B) {
in macb_get_addr()
888
if (bp->
hw_dma_cap
& HW_DMA_CAP_PTP)
in macb_get_addr()
986
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_tx_error_task()
2453
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_configure_dma()
2457
if (bp->
hw_dma_cap
in macb_configure_dma()
[all...]
H
A
D
macb.h
1225
uint8_t
hw_dma_cap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H
A
D
macb_ptp.c
31
if (bp->
hw_dma_cap
== HW_DMA_CAP_PTP)
in macb_ptp_desc()
34
if (bp->
hw_dma_cap
== HW_DMA_CAP_64B_PTP)
in macb_ptp_desc()
383
if ((bp->
hw_dma_cap
& HW_DMA_CAP_PTP) == 0)
in gem_get_hwtst()
413
if ((bp->
hw_dma_cap
& HW_DMA_CAP_PTP) == 0)
in gem_set_hwtst()
H
A
D
macb_main.c
133
switch (bp->
hw_dma_cap
) {
in macb_dma_desc_get_size()
158
switch (bp->
hw_dma_cap
) {
in macb_adj_dma_desc_idx()
504
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_init_buffers()
510
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_init_buffers()
1052
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B) {
in macb_set_addr()
1071
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B) {
in macb_get_addr()
1078
if (bp->
hw_dma_cap
& HW_DMA_CAP_PTP)
in macb_get_addr()
1180
if (bp->
hw_dma_cap
& HW_DMA_CAP_64B)
in macb_tx_error_task()
2329
(bp->
hw_dma_cap
& HW_DMA_CAP_PTP))
in macb_start_xmit()
2758
if (bp->
hw_dma_cap
in macb_configure_dma()
[all...]
H
A
D
macb.h
1310
uint8_t
hw_dma_cap
;
member
Completed in 18 milliseconds