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:tx_group
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.c
139
if (tqp_vectors->
tx_group
.ring && tqp_vectors->rx_group.ring) {
in hns3_nic_init_irq()
150
} else if (tqp_vectors->
tx_group
.ring) {
in hns3_nic_init_irq()
215
if (rl_reg > 0 && !tqp_vector->
tx_group
.coal.gl_adapt_enable &&
in hns3_set_vector_coalesce_rl()
250
tqp_vector->
tx_group
.coal.gl_adapt_enable = 1;
in hns3_vector_gl_rl_init()
253
tqp_vector->
tx_group
.coal.int_gl = HNS3_INT_GL_50K;
in hns3_vector_gl_rl_init()
257
tqp_vector->
tx_group
.coal.flow_level = HNS3_FLOW_LOW;
in hns3_vector_gl_rl_init()
266
tqp_vector->
tx_group
.coal.int_gl);
in hns3_vector_gl_rl_init_hw()
420
struct hns3_enet_ring *ring = tqp_vector->
tx_group
.ring;
in hns3_config_xps()
2608
ring->tqp_vector->
tx_group
.total_bytes += bytes;
in hns3_clean_tx_ring()
2609
ring->tqp_vector->
tx_group
in hns3_clean_tx_ring()
3374
struct hns3_enet_ring_group *
tx_group
= &tqp_vector->
tx_group
;
hns3_update_new_int_gl()
local
[all...]
H
A
D
hns3_ethtool.c
1141
tx_vector->
tx_group
.coal.gl_adapt_enable;
in hns3_get_coalesce_per_queue()
1145
cmd->tx_coalesce_usecs = tx_vector->
tx_group
.coal.int_gl;
in hns3_get_coalesce_per_queue()
1266
tx_vector->
tx_group
.coal.gl_adapt_enable =
in hns3_set_coalesce_per_queue()
1271
tx_vector->
tx_group
.coal.int_gl = cmd->tx_coalesce_usecs;
in hns3_set_coalesce_per_queue()
1275
tx_vector->
tx_group
.coal.int_gl);
in hns3_set_coalesce_per_queue()
H
A
D
hns3_enet.h
457
struct hns3_enet_ring_group
tx_group
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.c
428
if (tqp_vectors->
tx_group
.ring && tqp_vectors->rx_group.ring) {
in hns3_nic_init_irq()
439
} else if (tqp_vectors->
tx_group
.ring) {
in hns3_nic_init_irq()
493
cancel_work_sync(&tqp_vector->
tx_group
.dim.work);
in hns3_vector_disable()
505
if (rl_reg > 0 && !tqp_vector->
tx_group
.coal.adapt_enable &&
in hns3_set_vector_coalesce_rl()
533
if (tqp_vector->
tx_group
.coal.unit_1us)
in hns3_set_vector_coalesce_tx_gl()
557
struct hns3_enet_coalesce *tx_coal = &tqp_vector->
tx_group
.coal;
in hns3_vector_coalesce_init()
593
struct hns3_enet_coalesce *tx_coal = &tqp_vector->
tx_group
.coal;
in hns3_vector_coalesce_init_hw()
751
struct hns3_enet_ring *ring = tqp_vector->
tx_group
.ring;
in hns3_config_xps()
3643
ring->tqp_vector->
tx_group
.total_bytes += bytes;
in hns3_clean_tx_ring()
3644
ring->tqp_vector->
tx_group
in hns3_clean_tx_ring()
4457
struct hns3_enet_ring_group *
tx_group
= &tqp_vector->
tx_group
;
hns3_update_tx_int_coalesce()
local
[all...]
H
A
D
hns3_ethtool.c
1526
tx_vector->
tx_group
.coal.adapt_enable =
in hns3_set_coalesce_per_queue()
1531
tx_vector->
tx_group
.coal.int_gl = cmd->tx_coalesce_usecs;
in hns3_set_coalesce_per_queue()
1534
tx_vector->
tx_group
.coal.int_ql = cmd->tx_max_coalesced_frames;
in hns3_set_coalesce_per_queue()
1538
tx_vector->
tx_group
.coal.int_gl);
in hns3_set_coalesce_per_queue()
1545
if (tx_vector->
tx_group
.coal.ql_enable)
in hns3_set_coalesce_per_queue()
1547
tx_vector->
tx_group
.coal.int_ql);
in hns3_set_coalesce_per_queue()
H
A
D
hns3_enet.h
562
struct hns3_enet_ring_group
tx_group
;
member
H
A
D
hns3_debugfs.c
489
coal = &tqp_vector->
tx_group
.coal;
in hns3_get_coal_info()
490
dim = &tqp_vector->
tx_group
.dim;
in hns3_get_coal_info()
493
ql_enable = tqp_vector->
tx_group
.coal.ql_enable;
in hns3_get_coal_info()
Completed in 24 milliseconds