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:ug_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
211
ugeth->
ug_info
->uf_info.max_rx_buf_length +
in get_new_skb()
227
ugeth->
ug_info
->uf_info.max_rx_buf_length +
in get_new_skb()
423
ucc_fast_get_qe_cr_subblock(ugeth->
ug_info
->uf_info.ucc_num);
in hw_add_addr_in_hash()
561
for (i = 0; i < ugeth->
ug_info
->numQueuesTx; i++) {
in dump_bds()
564
(ugeth->
ug_info
->bdRingLenTx[i] *
in dump_bds()
570
for (i = 0; i < ugeth->
ug_info
->numQueuesRx; i++) {
in dump_bds()
573
(ugeth->
ug_info
->bdRingLenRx[i] *
in dump_bds()
585
pr_info("UCC%d Geth registers:\n", ugeth->
ug_info
->uf_info.ucc_num + 1);
in dump_regs()
675
switch (ugeth->
ug_info
->numThreadsTx) {
in dump_regs()
709
switch (ugeth->
ug_info
in dump_regs()
1312
struct ucc_geth_info *
ug_info
;
adjust_enet_interface()
local
1371
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
adjust_enet_interface()
local
1683
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_configure_serdes()
local
1725
struct ucc_geth_info *
ug_info
= priv->
ug_info
;
init_phy()
local
1829
struct ucc_geth_info *
ug_info
;
ucc_geth_free_rx()
local
1873
struct ucc_geth_info *
ug_info
;
ucc_geth_free_tx()
local
2069
struct ucc_geth_info *
ug_info
;
ucc_struct_init()
local
2191
struct ucc_geth_info *
ug_info
;
ucc_geth_alloc_tx()
local
2277
struct ucc_geth_info *
ug_info
;
ucc_geth_alloc_rx()
local
2353
struct ucc_geth_info *
ug_info
;
ucc_geth_startup()
local
3283
struct ucc_geth_info *
ug_info
;
ucc_geth_poll()
local
3311
struct ucc_geth_info *
ug_info
;
ucc_geth_irq_handler()
local
3694
struct ucc_geth_info *
ug_info
;
ucc_geth_probe()
local
[all...]
H
A
D
ucc_geth_ethtool.c
138
if (ugeth->
ug_info
->receiveFlowControl)
in uec_get_pauseparam()
140
if (ugeth->
ug_info
->transmitFlowControl)
in uec_get_pauseparam()
151
ugeth->
ug_info
->receiveFlowControl = pause->rx_pause;
in uec_set_pauseparam()
152
ugeth->
ug_info
->transmitFlowControl = pause->tx_pause;
in uec_set_pauseparam()
160
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
in uec_set_pauseparam()
local
162
ret = init_flow_control_params(
ug_info
->aufc,
in uec_set_pauseparam()
163
ug_info
->receiveFlowControl,
in uec_set_pauseparam()
164
ug_info
->transmitFlowControl,
in uec_set_pauseparam()
165
ug_info
in uec_set_pauseparam()
213
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_get_ringparam()
local
232
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_set_ringparam()
local
[all...]
H
A
D
ucc_geth.h
1158
struct ucc_geth_info *
ug_info
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
231
ugeth->
ug_info
->uf_info.max_rx_buf_length +
in get_new_skb()
247
ugeth->
ug_info
->uf_info.max_rx_buf_length +
in get_new_skb()
443
ucc_fast_get_qe_cr_subblock(ugeth->
ug_info
->uf_info.ucc_num);
in hw_add_addr_in_hash()
581
for (i = 0; i < ucc_geth_tx_queues(ugeth->
ug_info
); i++) {
in dump_bds()
584
(ugeth->
ug_info
->bdRingLenTx[i] *
in dump_bds()
590
for (i = 0; i < ucc_geth_rx_queues(ugeth->
ug_info
); i++) {
in dump_bds()
593
(ugeth->
ug_info
->bdRingLenRx[i] *
in dump_bds()
605
pr_info("UCC%d Geth registers:\n", ugeth->
ug_info
->uf_info.ucc_num + 1);
in dump_regs()
694
int count = ucc_geth_thread_count(ugeth->
ug_info
->numThreadsTx);
in dump_regs()
708
int count = ucc_geth_thread_count(ugeth->
ug_info
in dump_regs()
1292
struct ucc_geth_info *
ug_info
;
adjust_enet_interface()
local
1351
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
adjust_enet_interface()
local
1663
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_configure_serdes()
local
1705
struct ucc_geth_info *
ug_info
= priv->
ug_info
;
init_phy()
local
1809
struct ucc_geth_info *
ug_info
;
ucc_geth_free_rx()
local
1848
struct ucc_geth_info *
ug_info
;
ucc_geth_free_tx()
local
2026
struct ucc_geth_info *
ug_info
;
ucc_struct_init()
local
2141
struct ucc_geth_info *
ug_info
;
ucc_geth_alloc_tx()
local
2203
struct ucc_geth_info *
ug_info
;
ucc_geth_alloc_rx()
local
2264
struct ucc_geth_info *
ug_info
;
ucc_geth_startup()
local
3121
struct ucc_geth_info *
ug_info
;
ucc_geth_poll()
local
3149
struct ucc_geth_info *
ug_info
;
ucc_geth_irq_handler()
local
3562
struct ucc_geth_info *
ug_info
;
ucc_geth_probe()
local
[all...]
H
A
D
ucc_geth_ethtool.c
138
if (ugeth->
ug_info
->receiveFlowControl)
in uec_get_pauseparam()
140
if (ugeth->
ug_info
->transmitFlowControl)
in uec_get_pauseparam()
151
ugeth->
ug_info
->receiveFlowControl = pause->rx_pause;
in uec_set_pauseparam()
152
ugeth->
ug_info
->transmitFlowControl = pause->tx_pause;
in uec_set_pauseparam()
160
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
in uec_set_pauseparam()
local
162
ret = init_flow_control_params(
ug_info
->aufc,
in uec_set_pauseparam()
163
ug_info
->receiveFlowControl,
in uec_set_pauseparam()
164
ug_info
->transmitFlowControl,
in uec_set_pauseparam()
165
ug_info
in uec_set_pauseparam()
215
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_get_ringparam()
local
236
struct ucc_geth_info *
ug_info
= ugeth->
ug_info
;
uec_set_ringparam()
local
[all...]
H
A
D
ucc_geth.h
1155
struct ucc_geth_info *
ug_info
;
member
Completed in 20 milliseconds