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:rx_group
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/octeon/
H
A
D
ethernet-rx.c
182
static int cvm_oct_poll(struct oct_rx_group *
rx_group
, int budget)
in cvm_oct_poll()
argument
204
BIT(
rx_group
->group));
in cvm_oct_poll()
210
BIT(
rx_group
->group));
in cvm_oct_poll()
235
BIT(
rx_group
->group));
in cvm_oct_poll()
237
BIT(
rx_group
->group));
in cvm_oct_poll()
242
wq_int.s.iq_dis = BIT(
rx_group
->group);
in cvm_oct_poll()
243
wq_int.s.wq_int = BIT(
rx_group
->group);
in cvm_oct_poll()
414
struct oct_rx_group *
rx_group
= container_of(napi, struct oct_rx_group,
in cvm_oct_napi_poll()
local
418
rx_count = cvm_oct_poll(
rx_group
, budget);
in cvm_oct_napi_poll()
423
enable_irq(
rx_group
in cvm_oct_napi_poll()
[all...]
/kernel/linux/linux-6.6/drivers/staging/octeon/
H
A
D
ethernet-rx.c
182
static int cvm_oct_poll(struct oct_rx_group *
rx_group
, int budget)
in cvm_oct_poll()
argument
204
BIT(
rx_group
->group));
in cvm_oct_poll()
210
BIT(
rx_group
->group));
in cvm_oct_poll()
235
BIT(
rx_group
->group));
in cvm_oct_poll()
237
BIT(
rx_group
->group));
in cvm_oct_poll()
242
wq_int.s.iq_dis = BIT(
rx_group
->group);
in cvm_oct_poll()
243
wq_int.s.wq_int = BIT(
rx_group
->group);
in cvm_oct_poll()
414
struct oct_rx_group *
rx_group
= container_of(napi, struct oct_rx_group,
in cvm_oct_napi_poll()
local
418
rx_count = cvm_oct_poll(
rx_group
, budget);
in cvm_oct_napi_poll()
423
enable_irq(
rx_group
in cvm_oct_napi_poll()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_ethtool.c
197
tqp_vector->
rx_group
.total_packets++;
in hns3_lb_check_skb_data()
214
struct hns3_enet_ring_group *
rx_group
;
in hns3_lb_check_rx_ring()
local
217
rx_group
= &ring->tqp_vector->
rx_group
;
in hns3_lb_check_rx_ring()
218
pre_rx_pkt =
rx_group
->total_packets;
in hns3_lb_check_rx_ring()
224
rcv_good_pkt_total += (
rx_group
->total_packets - pre_rx_pkt);
in hns3_lb_check_rx_ring()
225
rx_group
->total_packets = pre_rx_pkt;
in hns3_lb_check_rx_ring()
1528
rx_vector->
rx_group
.coal.adapt_enable =
in hns3_set_coalesce_per_queue()
1532
rx_vector->
rx_group
.coal.int_gl = cmd->rx_coalesce_usecs;
in hns3_set_coalesce_per_queue()
1535
rx_vector->
rx_group
in hns3_set_coalesce_per_queue()
[all...]
H
A
D
hns3_enet.c
428
if (tqp_vectors->tx_group.ring && tqp_vectors->
rx_group
.ring) {
in hns3_nic_init_irq()
434
} else if (tqp_vectors->
rx_group
.ring) {
in hns3_nic_init_irq()
492
cancel_work_sync(&tqp_vector->
rx_group
.dim.work);
in hns3_vector_disable()
506
!tqp_vector->
rx_group
.coal.adapt_enable)
in hns3_set_vector_coalesce_rl()
520
if (tqp_vector->
rx_group
.coal.unit_1us)
in hns3_set_vector_coalesce_rx_gl()
558
struct hns3_enet_coalesce *rx_coal = &tqp_vector->
rx_group
.coal;
in hns3_vector_coalesce_init()
594
struct hns3_enet_coalesce *rx_coal = &tqp_vector->
rx_group
.coal;
in hns3_vector_coalesce_init_hw()
4318
ring->tqp_vector->
rx_group
.total_bytes += len;
in hns3_handle_bdinfo()
4444
struct hns3_enet_ring_group *
rx_group
= &tqp_vector->
rx_group
;
in hns3_update_rx_int_coalesce()
local
[all...]
H
A
D
hns3_enet.h
561
struct hns3_enet_ring_group
rx_group
;
member
H
A
D
hns3_debugfs.c
495
coal = &tqp_vector->
rx_group
.coal;
in hns3_get_coal_info()
496
dim = &tqp_vector->
rx_group
.dim;
in hns3_get_coal_info()
499
ql_enable = tqp_vector->
rx_group
.coal.ql_enable;
in hns3_get_coal_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_ethtool.c
197
tqp_vector->
rx_group
.total_packets++;
in hns3_lb_check_skb_data()
214
struct hns3_enet_ring_group *
rx_group
;
in hns3_lb_check_rx_ring()
local
217
rx_group
= &ring->tqp_vector->
rx_group
;
in hns3_lb_check_rx_ring()
218
pre_rx_pkt =
rx_group
->total_packets;
in hns3_lb_check_rx_ring()
224
rcv_good_pkt_total += (
rx_group
->total_packets - pre_rx_pkt);
in hns3_lb_check_rx_ring()
225
rx_group
->total_packets = pre_rx_pkt;
in hns3_lb_check_rx_ring()
1143
rx_vector->
rx_group
.coal.gl_adapt_enable;
in hns3_get_coalesce_per_queue()
1146
cmd->rx_coalesce_usecs = rx_vector->
rx_group
.coal.int_gl;
in hns3_get_coalesce_per_queue()
1268
rx_vector->
rx_group
in hns3_set_coalesce_per_queue()
[all...]
H
A
D
hns3_enet.c
139
if (tqp_vectors->tx_group.ring && tqp_vectors->
rx_group
.ring) {
in hns3_nic_init_irq()
145
} else if (tqp_vectors->
rx_group
.ring) {
in hns3_nic_init_irq()
216
!tqp_vector->
rx_group
.coal.gl_adapt_enable)
in hns3_set_vector_coalesce_rl()
251
tqp_vector->
rx_group
.coal.gl_adapt_enable = 1;
in hns3_vector_gl_rl_init()
254
tqp_vector->
rx_group
.coal.int_gl = HNS3_INT_GL_50K;
in hns3_vector_gl_rl_init()
256
tqp_vector->
rx_group
.coal.flow_level = HNS3_FLOW_LOW;
in hns3_vector_gl_rl_init()
268
tqp_vector->
rx_group
.coal.int_gl);
in hns3_vector_gl_rl_init_hw()
3147
ring->tqp_vector->
rx_group
.total_bytes += len;
in hns3_handle_bdinfo()
3315
&tqp_vector->
rx_group
== ring_group)
in hns3_get_new_flow_lvl()
3373
struct hns3_enet_ring_group *
rx_group
in hns3_update_new_int_gl()
local
[all...]
H
A
D
hns3_enet.h
456
struct hns3_enet_ring_group
rx_group
;
member
Completed in 22 milliseconds