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:has_tx_irqs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
1186
if (port->
has_tx_irqs
)
in mvpp2_interrupts_unmask()
2984
if (port->
has_tx_irqs
) {
in mvpp2_setup_txqs()
3305
if (!port->
has_tx_irqs
&& txq_pcpu->count >= txq->done_pkts_coal)
in mvpp2_xdp_finish_tx()
4094
if (!port->
has_tx_irqs
&& txq_pcpu->count >= txq->done_pkts_coal)
in mvpp2_tx()
4098
if (!port->
has_tx_irqs
&& txq_pcpu->count <= frags &&
in mvpp2_tx()
4160
if (port->
has_tx_irqs
) {
in mvpp2_poll()
4534
if (!port->
has_tx_irqs
) {
in mvpp2_stop()
5049
if (port->
has_tx_irqs
) {
in mvpp2_ethtool_set_coalesce()
5059
if (port->
has_tx_irqs
)
in mvpp2_ethtool_set_coalesce()
5500
if (port->
has_tx_irqs
)
in mvpp2_queue_vectors_init()
6356
bool
has_tx_irqs
;
mvpp2_port_probe()
local
[all...]
H
A
D
mvpp2.h
1161
bool
has_tx_irqs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
1463
if (port->
has_tx_irqs
)
in mvpp2_interrupts_unmask()
3347
if (port->
has_tx_irqs
) {
in mvpp2_setup_txqs()
3664
if (!port->
has_tx_irqs
&& txq_pcpu->count >= txq->done_pkts_coal)
in mvpp2_xdp_finish_tx()
4452
if (!port->
has_tx_irqs
&& txq_pcpu->count >= txq->done_pkts_coal)
in mvpp2_tx()
4456
if (!port->
has_tx_irqs
&& txq_pcpu->count <= frags &&
in mvpp2_tx()
4518
if (port->
has_tx_irqs
) {
in mvpp2_poll()
4895
if (!port->
has_tx_irqs
) {
in mvpp2_stop()
5425
if (port->
has_tx_irqs
) {
in mvpp2_ethtool_set_coalesce()
5435
if (port->
has_tx_irqs
)
in mvpp2_ethtool_set_coalesce()
5885
if (port->
has_tx_irqs
)
in mvpp2_queue_vectors_init()
6719
bool
has_tx_irqs
;
mvpp2_port_probe()
local
[all...]
H
A
D
mvpp2.h
1254
bool
has_tx_irqs
;
member
Completed in 24 milliseconds