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:hw_fifo
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
1594
struct __vxge_hw_fifo *
hw_fifo
= vdev->vpaths[i].fifo.handle;
in vxge_config_ci_for_tti_rti()
local
1595
vxge_hw_vpath_tti_ci_set(
hw_fifo
);
in vxge_config_ci_for_tti_rti()
2122
struct __vxge_hw_fifo *
hw_fifo
= fifo->handle;
in adaptive_coalesce_tx_interrupts()
local
2126
hw_fifo
->rtimer != VXGE_TTI_RTIMER_ADAPT_VAL) {
in adaptive_coalesce_tx_interrupts()
2127
hw_fifo
->rtimer = VXGE_TTI_RTIMER_ADAPT_VAL;
in adaptive_coalesce_tx_interrupts()
2128
vxge_hw_vpath_dynamic_tti_rtimer_set(
hw_fifo
);
in adaptive_coalesce_tx_interrupts()
2129
} else if (
hw_fifo
->rtimer != 0) {
in adaptive_coalesce_tx_interrupts()
2130
hw_fifo
->rtimer = 0;
in adaptive_coalesce_tx_interrupts()
2131
vxge_hw_vpath_dynamic_tti_rtimer_set(
hw_fifo
);
in adaptive_coalesce_tx_interrupts()
Completed in 6 milliseconds