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:hwstamp_rxq
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_stats.c
206
if (lif->
hwstamp_rxq
)
in ionic_get_lif_stats()
207
ionic_add_lif_rxq_stats(lif, lif->
hwstamp_rxq
->q.index, stats);
in ionic_get_lif_stats()
224
if (lif->
hwstamp_rxq
)
in ionic_sw_stats_get_count()
275
if (lif->
hwstamp_rxq
)
in ionic_sw_stats_get_strings()
276
ionic_sw_stats_get_rx_strings(lif, buf, lif->
hwstamp_rxq
->q.index);
in ionic_sw_stats_get_strings()
336
if (lif->
hwstamp_rxq
)
in ionic_sw_stats_get_values()
337
ionic_sw_stats_get_rxq_values(lif, buf, lif->
hwstamp_rxq
->q.index);
in ionic_sw_stats_get_values()
H
A
D
ionic_lif.c
996
if (lif->
hwstamp_rxq
)
in ionic_lif_create_hwstamp_rxq()
1020
lif->
hwstamp_rxq
= rxq;
in ionic_lif_create_hwstamp_rxq()
1040
lif->
hwstamp_rxq
= NULL;
in ionic_lif_create_hwstamp_rxq()
1133
if (!lif->
hwstamp_rxq
)
in ionic_lif_add_hwstamp_rxfilt()
1136
qtype = lif->
hwstamp_rxq
->q.type;
in ionic_lif_add_hwstamp_rxfilt()
1139
qid = lif->
hwstamp_rxq
->q.index;
in ionic_lif_add_hwstamp_rxfilt()
1254
if (lif->
hwstamp_rxq
)
in ionic_adminq_napi()
1255
rx_work = ionic_cq_service(&lif->
hwstamp_rxq
->cq, budget,
in ionic_adminq_napi()
1276
if (lif->
hwstamp_rxq
&& !rx_work && ionic_rxq_poke_doorbell(&lif->
hwstamp_rxq
in ionic_adminq_napi()
[all...]
H
A
D
ionic_lif.h
187
struct ionic_qcq *
hwstamp_rxq
;
member
Completed in 4 milliseconds