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:open_dmas
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.c
468
struct fman_port_rsrc
open_dmas
;
member
1370
port->
open_dmas
.num =
in fman_port_config()
1373
port->
open_dmas
.extra =
in fman_port_config()
1389
port->
open_dmas
.num = 16;
in fman_port_config()
1390
port->
open_dmas
.extra = 0;
in fman_port_config()
1489
params.num_of_open_dmas = (u8)port->
open_dmas
.num;
in fman_port_init()
1490
params.num_of_extra_open_dmas = (u8)port->
open_dmas
.extra;
in fman_port_init()
H
A
D
fman.c
1629
u8
open_dmas
= *num_of_open_dmas;
in set_num_of_open_dmas()
local
1634
if (!
open_dmas
) {
in set_num_of_open_dmas()
1647
* specify value (!
open_dmas
), reset values will be used
in set_num_of_open_dmas()
1666
open_dmas
> fman->state->max_num_of_open_dmas)) {
in set_num_of_open_dmas()
1674
current_val +
open_dmas
>
in set_num_of_open_dmas()
1685
fman->state->accumulated_num_of_open_dmas +=
open_dmas
;
in set_num_of_open_dmas()
1695
tmp |= (u32)(((
open_dmas
- 1) << BMI_NUM_OF_DMAS_SHIFT) |
in set_num_of_open_dmas()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.c
442
struct fman_port_rsrc
open_dmas
;
member
1344
port->
open_dmas
.num =
in fman_port_config()
1347
port->
open_dmas
.extra =
in fman_port_config()
1363
port->
open_dmas
.num = 16;
in fman_port_config()
1364
port->
open_dmas
.extra = 0;
in fman_port_config()
1463
params.num_of_open_dmas = (u8)port->
open_dmas
.num;
in fman_port_init()
1464
params.num_of_extra_open_dmas = (u8)port->
open_dmas
.extra;
in fman_port_init()
H
A
D
fman.c
1603
u8
open_dmas
= *num_of_open_dmas;
in set_num_of_open_dmas()
local
1608
if (!
open_dmas
) {
in set_num_of_open_dmas()
1621
* specify value (!
open_dmas
), reset values will be used
in set_num_of_open_dmas()
1640
open_dmas
> fman->state->max_num_of_open_dmas)) {
in set_num_of_open_dmas()
1648
current_val +
open_dmas
>
in set_num_of_open_dmas()
1659
fman->state->accumulated_num_of_open_dmas +=
open_dmas
;
in set_num_of_open_dmas()
1669
tmp |= (u32)(((
open_dmas
- 1) << BMI_NUM_OF_DMAS_SHIFT) |
in set_num_of_open_dmas()
Completed in 21 milliseconds