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:coal_entry
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H
A
D
qede_main.c
991
if (!edev->
coal_entry
) {
in qede_alloc_fp_array()
992
edev->
coal_entry
= kcalloc(QEDE_MAX_RSS_CNT(edev),
in qede_alloc_fp_array()
993
sizeof(*edev->
coal_entry
),
in qede_alloc_fp_array()
995
if (!edev->
coal_entry
) {
in qede_alloc_fp_array()
1436
kfree(edev->
coal_entry
);
in __qede_remove()
2526
if (edev->
coal_entry
[i].isvalid) {
in qede_load()
2527
coal.rx_coalesce_usecs = edev->
coal_entry
[i].rxc;
in qede_load()
2528
coal.tx_coalesce_usecs = edev->
coal_entry
[i].txc;
in qede_load()
H
A
D
qede_ethtool.c
891
edev->
coal_entry
[i].rxc = rxc;
in qede_set_coalesce()
892
edev->
coal_entry
[i].isvalid = true;
in qede_set_coalesce()
912
edev->
coal_entry
[i].txc = txc;
in qede_set_coalesce()
913
edev->
coal_entry
[i].isvalid = true;
in qede_set_coalesce()
2193
edev->
coal_entry
[queue].rxc = rxc;
in qede_set_per_coalesce()
2194
edev->
coal_entry
[queue].isvalid = true;
in qede_set_per_coalesce()
2206
edev->
coal_entry
[queue].txc = txc;
in qede_set_per_coalesce()
2207
edev->
coal_entry
[queue].isvalid = true;
in qede_set_per_coalesce()
H
A
D
qede.h
192
struct qede_coalesce *
coal_entry
;
member
Completed in 9 milliseconds