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:container_mibqp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
mlx5_ib.h
334
struct mlx5_ib_qp *
container_mibqp
;
member
1060
return container_of(mqp, struct mlx5_ib_qp_base, mqp)->
container_mibqp
;
in to_mibqp()
H
A
D
qp.c
1300
struct mlx5_ib_qp *mqp = rq->base.
container_mibqp
;
in create_raw_packet_qp_rq()
1455
sq->base.
container_mibqp
= qp;
in create_raw_packet_qp()
1460
rq->base.
container_mibqp
= qp;
in create_raw_packet_qp()
1904
base->
container_mibqp
= qp;
in create_xrc_tgt_qp()
2080
base->
container_mibqp
= qp;
in create_user_qp()
2211
base->
container_mibqp
= qp;
in create_kernel_qp()
3495
struct mlx5_ib_qp *ibqp = sq->base.
container_mibqp
;
in modify_raw_packet_qp_sq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
mlx5_ib.h
425
struct mlx5_ib_qp *
container_mibqp
;
member
1199
return container_of(mqp, struct mlx5_ib_qp_base, mqp)->
container_mibqp
;
in to_mibqp()
H
A
D
qp.c
1436
struct mlx5_ib_qp *mqp = rq->base.
container_mibqp
;
in create_raw_packet_qp_rq()
1604
sq->base.
container_mibqp
= qp;
in create_raw_packet_qp()
1609
rq->base.
container_mibqp
= qp;
in create_raw_packet_qp()
2055
base->
container_mibqp
= qp;
in create_xrc_tgt_qp()
2200
base->
container_mibqp
= qp;
in create_dci()
2403
base->
container_mibqp
= qp;
in create_user_qp()
2538
base->
container_mibqp
= qp;
in create_kernel_qp()
3826
struct mlx5_ib_qp *ibqp = sq->base.
container_mibqp
;
in modify_raw_packet_qp_sq()
Completed in 20 milliseconds