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:ord_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
trace_cm.h
104
__field(u16,
ord_size
)
108
__entry->
ord_size
= cm_node->
ord_size
;
113
__entry->
ord_size
,
H
A
D
cm.c
40
cm_node->
ord_size
= conn_ord;
in irdma_record_ird_ord()
148
event->ord = cm_node->
ord_size
;
in irdma_get_cmevent_info()
191
event.ord = cm_node->
ord_size
;
in irdma_send_cm_event()
834
ctrl_ord = (cm_node->
ord_size
> IETF_NO_IRD_ORD) ?
in irdma_build_mpa_v2()
836
cm_node->
ord_size
;
in irdma_build_mpa_v2()
961
u16
ord_size
;
in irdma_negotiate_mpa_v2_ird_ord()
local
972
ord_size
= ctrl_ord & IETF_NO_IRD_ORD;
in irdma_negotiate_mpa_v2_ird_ord()
977
if (ird_size == IETF_NO_IRD_ORD ||
ord_size
== IETF_NO_IRD_ORD) {
in irdma_negotiate_mpa_v2_ird_ord()
984
if (!
ord_size
&& (ctrl_ord & IETF_RDMA0_READ))
in irdma_negotiate_mpa_v2_ird_ord()
986
if (cm_node->
ord_size
> ird_siz
in irdma_negotiate_mpa_v2_ird_ord()
[all...]
H
A
D
cm.h
311
u16
ord_size
;
member
H
A
D
type.h
821
u16
ord_size
;
member
851
u16
ord_size
;
member
H
A
D
verbs.c
786
roce_info->
ord_size
= dev->hw_attrs.max_hw_ord;
in irdma_roce_fill_and_set_qpctx_info()
1113
attr->max_rd_atomic = iwqp->roce_info.
ord_size
;
in irdma_query_qp()
1342
roce_info->
ord_size
= attr->max_rd_atomic;
in irdma_modify_qp_roce()
H
A
D
ctrl.c
721
FIELD_PREP(IRDMAQPC_ORDSIZE, roce_info->
ord_size
) |
in irdma_sc_qp_setctx_roce()
943
FIELD_PREP(IRDMAQPC_ORDSIZE, iw->
ord_size
) |
in irdma_sc_qp_setctx()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_cm.c
136
cm_node->
ord_size
= conn_ord;
in i40iw_record_ird_ord()
244
event->ord = cm_node->
ord_size
;
in i40iw_get_cmevent_info()
281
event.ord = cm_node->
ord_size
;
in i40iw_send_cm_event()
781
ctrl_ord = (cm_node->
ord_size
> IETF_NO_IRD_ORD) ?
in i40iw_build_mpa_v2()
782
IETF_NO_IRD_ORD : cm_node->
ord_size
;
in i40iw_build_mpa_v2()
971
u16
ord_size
;
in i40iw_parse_mpa()
local
983
ord_size
= ctrl_ord & IETF_NO_IRD_ORD;
in i40iw_parse_mpa()
988
if (ird_size == IETF_NO_IRD_ORD ||
ord_size
== IETF_NO_IRD_ORD) {
in i40iw_parse_mpa()
995
if (!
ord_size
&& (ctrl_ord & IETF_RDMA0_READ))
in i40iw_parse_mpa()
997
if (cm_node->
ord_size
> ird_siz
in i40iw_parse_mpa()
[all...]
H
A
D
i40iw_cm.h
334
u16
ord_size
;
member
H
A
D
i40iw_type.h
679
u8
ord_size
;
member
H
A
D
i40iw_ctrl.c
2907
LS_64(iw->
ord_size
, I40IWQPC_ORDSIZE) |
in i40iw_sc_qp_setctx()
Completed in 35 milliseconds