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:hns_roce_ceqe
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_device.h
644
struct
hns_roce_ceqe
{
struct
649
#define CEQE_FIELD_LOC(h, l) FIELD_LOC(struct
hns_roce_ceqe
, h, l)
H
A
D
hns_roce_hw_v2.c
5998
static struct
hns_roce_ceqe
*next_ceqe_sw_v2(struct hns_roce_eq *eq)
in next_ceqe_sw_v2()
6000
struct
hns_roce_ceqe
*ceqe;
in next_ceqe_sw_v2()
6013
struct
hns_roce_ceqe
*ceqe = next_ceqe_sw_v2(eq);
in hns_roce_v2_ceq_int()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v1.c
3949
static struct
hns_roce_ceqe
*get_ceqe_v1(struct hns_roce_eq *eq, u32 entry)
in get_ceqe_v1()
3953
return (struct
hns_roce_ceqe
*)((u8 *)
in get_ceqe_v1()
3958
static struct
hns_roce_ceqe
*next_ceqe_sw_v1(struct hns_roce_eq *eq)
in next_ceqe_sw_v1()
3960
struct
hns_roce_ceqe
*ceqe = get_ceqe_v1(eq, eq->cons_index);
in next_ceqe_sw_v1()
3970
struct
hns_roce_ceqe
*ceqe;
in hns_roce_v1_ceq_int()
H
A
D
hns_roce_device.h
682
struct
hns_roce_ceqe
{
struct
H
A
D
hns_roce_hw_v2.c
5575
static struct
hns_roce_ceqe
*next_ceqe_sw_v2(struct hns_roce_eq *eq)
in next_ceqe_sw_v2()
5577
struct
hns_roce_ceqe
*ceqe;
in next_ceqe_sw_v2()
5590
struct
hns_roce_ceqe
*ceqe = next_ceqe_sw_v2(eq);
in hns_roce_v2_ceq_int()
Completed in 26 milliseconds