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_vnic_sdma
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
vnic_sdma.c
72
struct
hfi1_vnic_sdma
*sdma;
84
struct
hfi1_vnic_sdma
*vnic_sdma = tx->sdma;
in vnic_sdma_complete()
172
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[q_idx];
in hfi1_vnic_send_dma()
234
struct
hfi1_vnic_sdma
*vnic_sdma =
in hfi1_vnic_sdma_sleep()
235
container_of(wait->iow, struct
hfi1_vnic_sdma
, wait);
in hfi1_vnic_sdma_sleep()
261
struct
hfi1_vnic_sdma
*vnic_sdma =
in hfi1_vnic_sdma_wakeup()
262
container_of(wait, struct
hfi1_vnic_sdma
, wait);
in hfi1_vnic_sdma_wakeup()
273
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[q_idx];
in hfi1_vnic_sdma_write_avail()
283
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[i];
in hfi1_vnic_sdma_init()
H
A
D
vnic.h
75
* struct
hfi1_vnic_sdma
- VNIC per Tx ring SDMA information
84
struct
hfi1_vnic_sdma
{
struct
137
struct
hfi1_vnic_sdma
sdma[HFI1_VNIC_MAX_TXQ];
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
vnic_sdma.c
30
struct
hfi1_vnic_sdma
*sdma;
42
struct
hfi1_vnic_sdma
*vnic_sdma = tx->sdma;
in vnic_sdma_complete()
130
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[q_idx];
in hfi1_vnic_send_dma()
192
struct
hfi1_vnic_sdma
*vnic_sdma =
in hfi1_vnic_sdma_sleep()
193
container_of(wait->iow, struct
hfi1_vnic_sdma
, wait);
in hfi1_vnic_sdma_sleep()
219
struct
hfi1_vnic_sdma
*vnic_sdma =
in hfi1_vnic_sdma_wakeup()
220
container_of(wait, struct
hfi1_vnic_sdma
, wait);
in hfi1_vnic_sdma_wakeup()
231
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[q_idx];
in hfi1_vnic_sdma_write_avail()
241
struct
hfi1_vnic_sdma
*vnic_sdma = &vinfo->sdma[i];
in hfi1_vnic_sdma_init()
H
A
D
vnic.h
33
* struct
hfi1_vnic_sdma
- VNIC per Tx ring SDMA information
42
struct
hfi1_vnic_sdma
{
struct
95
struct
hfi1_vnic_sdma
sdma[HFI1_VNIC_MAX_TXQ];
Completed in 4 milliseconds