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:dflt_fqid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.h
102
u32
dflt_fqid
; /* Default Queue Id. */
member
119
u32
dflt_fqid
;
member
H
A
D
fman_port.c
401
u32
dflt_fqid
;
member
556
iowrite32be((cfg->
dflt_fqid
& DFLT_FQ_ID), ®s->fmbm_rfqid);
in init_bmi_rx()
612
iowrite32be(!cfg->
dflt_fqid
?
in init_bmi_tx()
615
if (!cfg->
dflt_fqid
&& cfg->dont_release_buf) {
in init_bmi_tx()
625
if (cfg->
dflt_fqid
|| !cfg->dont_release_buf)
in init_bmi_tx()
626
iowrite32be(cfg->
dflt_fqid
& DFLT_FQ_ID, ®s->fmbm_tcfqid);
in init_bmi_tx()
1020
if (!cfg->
dflt_fqid
&& cfg->dont_release_buf) {
in init_low_level_driver()
1281
port->cfg->
dflt_fqid
=
in set_rx_dflt_cfg()
1282
port_params->specific_params.rx_params.
dflt_fqid
;
in set_rx_dflt_cfg()
1301
port->cfg->
dflt_fqid
in set_tx_dflt_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.h
75
u32
dflt_fqid
; /* Default Queue Id. */
member
92
u32
dflt_fqid
;
member
H
A
D
fman_port.c
375
u32
dflt_fqid
;
member
530
iowrite32be((cfg->
dflt_fqid
& DFLT_FQ_ID), ®s->fmbm_rfqid);
in init_bmi_rx()
586
iowrite32be(!cfg->
dflt_fqid
?
in init_bmi_tx()
589
if (!cfg->
dflt_fqid
&& cfg->dont_release_buf) {
in init_bmi_tx()
599
if (cfg->
dflt_fqid
|| !cfg->dont_release_buf)
in init_bmi_tx()
600
iowrite32be(cfg->
dflt_fqid
& DFLT_FQ_ID, ®s->fmbm_tcfqid);
in init_bmi_tx()
994
if (!cfg->
dflt_fqid
&& cfg->dont_release_buf) {
in init_low_level_driver()
1255
port->cfg->
dflt_fqid
=
in set_rx_dflt_cfg()
1256
port_params->specific_params.rx_params.
dflt_fqid
;
in set_rx_dflt_cfg()
1275
port->cfg->
dflt_fqid
in set_tx_dflt_cfg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1199
params.specific_params.non_rx_params.
dflt_fqid
= defq->fqid;
in dpaa_eth_init_tx_port()
1242
rx_p->
dflt_fqid
= defq->fqid;
in dpaa_eth_init_rx_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
1246
params.specific_params.non_rx_params.
dflt_fqid
= defq->fqid;
in dpaa_eth_init_tx_port()
1289
rx_p->
dflt_fqid
= defq->fqid;
in dpaa_eth_init_rx_port()
Completed in 14 milliseconds