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:sq_sge
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.h
567
return (que->wqe_size * que->max_wqe) / sizeof(struct
sq_sge
);
in bnxt_qplib_get_depth()
579
sizeof(struct sq_send) / sizeof(struct
sq_sge
) : 1;
in bnxt_qplib_set_sq_max_slot()
584
return (wqe_size / sizeof(struct
sq_sge
));
in bnxt_qplib_set_rq_max_slot()
594
return (delta * wqe_bytes) / sizeof(struct
sq_sge
);
in __xlate_qfd()
H
A
D
ib_verbs.h
141
return sizeof(struct sq_send_hdr) + nsge * sizeof(struct
sq_sge
);
in bnxt_re_get_swqe_size()
146
return sizeof(struct rq_wqe_hdr) + (nsge * sizeof(struct
sq_sge
));
in bnxt_re_get_rwqe_size()
H
A
D
qplib_fp.c
743
struct
sq_sge
*hw_sge;
in bnxt_qplib_post_srq_recv()
763
for (i = 0, hw_sge = (struct
sq_sge
*)srqe->data;
in bnxt_qplib_post_srq_recv()
846
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp1()
873
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp1()
995
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp()
1027
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp()
1329
req.
sq_sge
= cpu_to_le16(qp->sq.max_sge);
in bnxt_qplib_modify_qp()
1417
qp->sq.max_sge = le16_to_cpu(sb->
sq_sge
);
in bnxt_qplib_query_qp()
1623
cplen = min_t(int, len, sizeof(struct
sq_sge
));
in bnxt_qplib_put_inline()
1625
(sizeof(struct
sq_sge
)
in bnxt_qplib_put_inline()
[all...]
H
A
D
roce_hsi.h
145
struct
sq_sge
{
struct
1299
__le16
sq_sge
;
member
2324
__le16
sq_sge
;
member
H
A
D
ib_verbs.c
899
sizeof(struct
sq_sge
);
in bnxt_re_setup_swqe_size()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.h
575
return (que->wqe_size * que->max_wqe) / sizeof(struct
sq_sge
);
in bnxt_qplib_get_depth()
587
sizeof(struct sq_send) / sizeof(struct
sq_sge
) : 1;
in bnxt_qplib_set_sq_max_slot()
592
return (wqe_size / sizeof(struct
sq_sge
));
in bnxt_qplib_set_rq_max_slot()
602
return (delta * wqe_bytes) / sizeof(struct
sq_sge
);
in __xlate_qfd()
H
A
D
ib_verbs.h
162
return sizeof(struct sq_send_hdr) + nsge * sizeof(struct
sq_sge
);
in bnxt_re_get_swqe_size()
167
return sizeof(struct rq_wqe_hdr) + (nsge * sizeof(struct
sq_sge
));
in bnxt_re_get_rwqe_size()
H
A
D
qplib_fp.c
764
struct
sq_sge
*hw_sge;
in bnxt_qplib_post_srq_recv()
783
for (i = 0, hw_sge = (struct
sq_sge
*)srqe->data;
in bnxt_qplib_post_srq_recv()
864
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp1()
891
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp1()
1014
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp()
1046
hwq_attr.stride = sizeof(struct
sq_sge
);
in bnxt_qplib_create_qp()
1351
req.
sq_sge
= cpu_to_le16(qp->sq.max_sge);
in bnxt_qplib_modify_qp()
1443
qp->sq.max_sge = le16_to_cpu(sb->
sq_sge
);
in bnxt_qplib_query_qp()
1653
cplen = min_t(int, len, sizeof(struct
sq_sge
));
in bnxt_qplib_put_inline()
1655
(sizeof(struct
sq_sge
)
in bnxt_qplib_put_inline()
[all...]
H
A
D
roce_hsi.h
662
__le16
sq_sge
;
member
808
__le16
sq_sge
;
member
2982
/*
sq_sge
(size:128b/16B) */
2983
struct
sq_sge
{
struct
H
A
D
ib_verbs.c
1001
sizeof(struct
sq_sge
);
in bnxt_re_setup_swqe_size()
Completed in 64 milliseconds