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:fun_qset
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth.h
65
struct
fun_qset
{
struct
162
int fun_replace_queues(struct net_device *dev, struct
fun_qset
*newqs,
H
A
D
funeth_main.c
441
static void fun_free_rings(struct net_device *netdev, struct
fun_qset
*qset)
in fun_free_rings()
479
static int fun_alloc_rings(struct net_device *netdev, struct
fun_qset
*qset)
in fun_alloc_rings()
530
static int fun_advance_ring_state(struct net_device *dev, struct
fun_qset
*qset)
in fun_advance_ring_state()
741
static void fun_down(struct net_device *dev, struct
fun_qset
*qset)
in fun_down()
768
static int fun_up(struct net_device *dev, struct
fun_qset
*qset)
in fun_up()
837
struct
fun_qset
qset = {
in funeth_open()
863
struct
fun_qset
qset = { .state = FUN_QSTATE_DESTROYED };
in funeth_close()
1584
int fun_replace_queues(struct net_device *dev, struct
fun_qset
*newqs,
in fun_replace_queues()
1587
struct
fun_qset
oldqs = { .state = FUN_QSTATE_DESTROYED };
in fun_replace_queues()
1628
struct
fun_qset
oldq
in fun_change_num_queues()
[all...]
H
A
D
funeth_ethtool.c
598
struct
fun_qset
req = {
in fun_set_ringparam()
Completed in 8 milliseconds