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:first_rxq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
890
qh = (port->
first_rxq
>> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
in mvpp2_port_c2_cls_init()
891
ql = port->
first_rxq
& MVPP22_CLS_C2_ATTR0_QLOW_MASK;
in mvpp2_port_c2_cls_init()
966
le.data |= port->
first_rxq
;
in mvpp2_cls_port_config()
1013
qh = (port->
first_rxq
>> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
in mvpp2_rss_port_c2_disable()
1014
ql = port->
first_rxq
& MVPP22_CLS_C2_ATTR0_QLOW_MASK;
in mvpp2_rss_port_c2_disable()
1067
port->
first_rxq
& MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK);
in mvpp2_cls_oversize_rxq_set()
1070
(port->
first_rxq
>> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS));
in mvpp2_cls_oversize_rxq_set()
1151
qh = ((act->queue.index + port->
first_rxq
) >> 3) &
in mvpp2_port_c2_tcam_rule_add()
1153
ql = (act->queue.index + port->
first_rxq
) &
in mvpp2_port_c2_tcam_rule_add()
1461
return port->
first_rxq
;
in mvpp22_rxfh_indir()
[all...]
H
A
D
mvpp2.h
1047
int
first_rxq
;
member
1157
u8
first_rxq
;
member
H
A
D
mvpp2_main.c
1751
* driver's. We need to add the port->
first_rxq
offset.
in mvpp2_read_stats()
1756
port->
first_rxq
+ q,
in mvpp2_read_stats()
4171
cause_rx <<= qv->
first_rxq
;
in mvpp2_poll()
5415
v->
first_rxq
= 0;
in mvpp2_simple_queue_vectors_init()
5464
v->
first_rxq
= i;
in mvpp2_multi_queue_vectors_init()
5468
v->
first_rxq
= 0;
in mvpp2_multi_queue_vectors_init()
5538
val = qv->
first_rxq
;
in mvpp2_rx_irqs_setup()
5554
if (port->
first_rxq
+ port->nrxqs >
in mvpp2_port_init()
5632
rxq->id = port->
first_rxq
+ queue;
in mvpp2_port_init()
6444
port->
first_rxq
in mvpp2_port_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
896
qh = (port->
first_rxq
>> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
in mvpp2_port_c2_cls_init()
897
ql = port->
first_rxq
& MVPP22_CLS_C2_ATTR0_QLOW_MASK;
in mvpp2_port_c2_cls_init()
972
le.data |= port->
first_rxq
;
in mvpp2_cls_port_config()
1019
qh = (port->
first_rxq
>> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
in mvpp2_rss_port_c2_disable()
1020
ql = port->
first_rxq
& MVPP22_CLS_C2_ATTR0_QLOW_MASK;
in mvpp2_rss_port_c2_disable()
1073
port->
first_rxq
& MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK);
in mvpp2_cls_oversize_rxq_set()
1076
(port->
first_rxq
>> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS));
in mvpp2_cls_oversize_rxq_set()
1157
qh = ((act->queue.index + port->
first_rxq
) >> 3) &
in mvpp2_port_c2_tcam_rule_add()
1159
ql = (act->queue.index + port->
first_rxq
) &
in mvpp2_port_c2_tcam_rule_add()
1467
return port->
first_rxq
;
in mvpp22_rxfh_indir()
[all...]
H
A
D
mvpp2_main.c
799
int fq = port->
first_rxq
;
in mvpp2_rxq_enable_fc()
861
int fq = port->
first_rxq
;
in mvpp2_rxq_disable_fc()
2080
* driver's. We need to add the port->
first_rxq
offset.
in mvpp2_read_stats()
2085
port->
first_rxq
+ q,
in mvpp2_read_stats()
4529
cause_rx <<= qv->
first_rxq
;
in mvpp2_poll()
5802
v->
first_rxq
= 0;
in mvpp2_simple_queue_vectors_init()
5850
v->
first_rxq
= i;
in mvpp2_multi_queue_vectors_init()
5854
v->
first_rxq
= 0;
in mvpp2_multi_queue_vectors_init()
5923
val = qv->
first_rxq
;
in mvpp2_rx_irqs_setup()
5939
if (port->
first_rxq
in mvpp2_port_init()
[all...]
H
A
D
mvpp2.h
1142
int
first_rxq
;
member
1250
u8
first_rxq
;
member
Completed in 37 milliseconds