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:mlx5_vdpa_cq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
53
struct
mlx5_vdpa_cq
{
struct
100
struct
mlx5_vdpa_cq
cq;
294
static void *get_cqe(struct
mlx5_vdpa_cq
*vcq, int n)
in get_cqe()
299
static void cq_frag_buf_init(struct
mlx5_vdpa_cq
*vcq, struct mlx5_vdpa_cq_buf *buf)
in cq_frag_buf_init()
312
static void *get_sw_cqe(struct
mlx5_vdpa_cq
*cq, int n)
in get_sw_cqe()
450
static void *next_cqe_sw(struct
mlx5_vdpa_cq
*cq)
in next_cqe_sw()
455
static int mlx5_vdpa_poll_one(struct
mlx5_vdpa_cq
*vcq)
in mlx5_vdpa_poll_one()
513
struct
mlx5_vdpa_cq
*vcq = &mvq->cq;
in cq_create()
588
struct
mlx5_vdpa_cq
*vcq = &mvq->cq;
in cq_destroy()
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
57
struct
mlx5_vdpa_cq
{
struct
103
struct
mlx5_vdpa_cq
cq;
318
static void *get_cqe(struct
mlx5_vdpa_cq
*vcq, int n)
in get_cqe()
323
static void cq_frag_buf_init(struct
mlx5_vdpa_cq
*vcq, struct mlx5_vdpa_cq_buf *buf)
in cq_frag_buf_init()
336
static void *get_sw_cqe(struct
mlx5_vdpa_cq
*cq, int n)
in get_sw_cqe()
474
static void *next_cqe_sw(struct
mlx5_vdpa_cq
*cq)
in next_cqe_sw()
479
static int mlx5_vdpa_poll_one(struct
mlx5_vdpa_cq
*vcq)
in mlx5_vdpa_poll_one()
541
struct
mlx5_vdpa_cq
*vcq = &mvq->cq;
in cq_create()
616
struct
mlx5_vdpa_cq
*vcq = &mvq->cq;
in cq_destroy()
Completed in 10 milliseconds