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:irq_db_val
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth_txrx.h
122
u32
irq_db_val
; /* value written to IRQ doorbell */
member
174
unsigned int
irq_db_val
; /* IRQ info for CQ doorbell */
member
H
A
D
funeth_tx.c
478
db_val = READ_ONCE(q->
irq_db_val
) | (q->cons_cnt & q->mask);
in fun_txq_napi_poll()
710
q->
irq_db_val
= FUN_IRQ_SQ_DB(fp->tx_coal_usec,
in fun_txq_create_dev()
712
writel(q->
irq_db_val
, q->db);
in fun_txq_create_dev()
H
A
D
funeth_rx.c
520
cq_db_val |= q->
irq_db_val
;
in fun_rxq_napi_poll()
721
q->
irq_db_val
= fp->cq_irq_db;
in fun_rxq_create_dev()
H
A
D
funeth_ethtool.c
515
WRITE_ONCE(rxqs[i]->
irq_db_val
, db_val);
in fun_set_coalesce()
519
WRITE_ONCE(fp->txqs[i]->
irq_db_val
, db_val);
in fun_set_coalesce()
Completed in 5 milliseconds