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:ib_mad_private
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
mad_priv.h
78
struct
ib_mad_private
{
struct
151
struct
ib_mad_private
*mad_priv;
H
A
D
mad.c
103
struct
ib_mad_private
*mad);
568
static size_t mad_priv_size(const struct
ib_mad_private
*mp)
in mad_priv_size()
570
return sizeof(struct
ib_mad_private
) + mp->mad_size;
in mad_priv_size()
573
static struct
ib_mad_private
*alloc_mad_private(size_t mad_size, gfp_t flags)
in alloc_mad_private()
575
size_t size = sizeof(struct
ib_mad_private
) + mad_size;
in alloc_mad_private()
576
struct
ib_mad_private
*ret = kzalloc(size, flags);
in alloc_mad_private()
589
static size_t mad_priv_dma_size(const struct
ib_mad_private
*mp)
in mad_priv_dma_size()
607
struct
ib_mad_private
*mad_priv;
in handle_outgoing_dr_smp()
1171
struct
ib_mad_private
*priv;
in ib_free_recv_mad()
1184
priv = container_of(mad_priv_hdr, struct
ib_mad_private
,
in ib_free_recv_mad()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
mad_priv.h
78
struct
ib_mad_private
{
struct
150
struct
ib_mad_private
*mad_priv;
H
A
D
mad.c
98
struct
ib_mad_private
*mad);
562
static size_t mad_priv_size(const struct
ib_mad_private
*mp)
in mad_priv_size()
564
return sizeof(struct
ib_mad_private
) + mp->mad_size;
in mad_priv_size()
567
static struct
ib_mad_private
*alloc_mad_private(size_t mad_size, gfp_t flags)
in alloc_mad_private()
569
size_t size = sizeof(struct
ib_mad_private
) + mad_size;
in alloc_mad_private()
570
struct
ib_mad_private
*ret = kzalloc(size, flags);
in alloc_mad_private()
583
static size_t mad_priv_dma_size(const struct
ib_mad_private
*mp)
in mad_priv_dma_size()
601
struct
ib_mad_private
*mad_priv;
in handle_outgoing_dr_smp()
1163
struct
ib_mad_private
*priv;
in ib_free_recv_mad()
1176
priv = container_of(mad_priv_hdr, struct
ib_mad_private
,
in ib_free_recv_mad()
[all...]
Completed in 8 milliseconds