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:hfi1_netdev_rx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
netdev_rx.c
20
static int hfi1_netdev_setup_ctxt(struct
hfi1_netdev_rx
*rx,
in hfi1_netdev_setup_ctxt()
121
static int hfi1_netdev_allot_ctxt(struct
hfi1_netdev_rx
*rx,
in hfi1_netdev_allot_ctxt()
186
static int hfi1_netdev_rxq_init(struct
hfi1_netdev_rx
*rx)
in hfi1_netdev_rxq_init()
244
static void hfi1_netdev_rxq_deinit(struct
hfi1_netdev_rx
*rx)
in hfi1_netdev_rxq_deinit()
263
static void enable_queues(struct
hfi1_netdev_rx
*rx)
in enable_queues()
279
static void disable_queues(struct
hfi1_netdev_rx
*rx)
in disable_queues()
309
struct
hfi1_netdev_rx
*rx = dd->netdev_rx;
in hfi1_netdev_rx_init()
329
struct
hfi1_netdev_rx
*rx = dd->netdev_rx;
in hfi1_netdev_rx_destroy()
355
struct
hfi1_netdev_rx
*rx;
in hfi1_alloc_rx()
393
struct
hfi1_netdev_rx
*r
in hfi1_netdev_enable_queues()
[all...]
H
A
D
netdev.h
24
struct
hfi1_netdev_rx
*rx;
38
* struct
hfi1_netdev_rx
: data required to setup and run HFI netdev.
51
struct
hfi1_netdev_rx
{
struct
H
A
D
hfi.h
1018
struct
hfi1_netdev_rx
;
1361
struct
hfi1_netdev_rx
*netdev_rx;
Completed in 9 milliseconds