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_WR_LSO
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma.h
445
case
IB_WR_LSO
:
in ib_wr_opcode_to_pvrdma()
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma.h
435
case
IB_WR_LSO
:
in ib_wr_opcode_to_pvrdma()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_comp.c
101
case
IB_WR_LSO
: return IB_WC_LSO;
in wr_to_wc_opcode()
H
A
D
rxe_opcode.c
67
[
IB_WR_LSO
] = {
68
.name = "
IB_WR_LSO
",
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_comp.c
101
case
IB_WR_LSO
: return IB_WC_LSO;
in wr_to_wc_opcode()
H
A
D
rxe_opcode.c
65
[
IB_WR_LSO
] = {
66
.name = "
IB_WR_LSO
",
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
wr.c
13
[
IB_WR_LSO
] = MLX5_OPCODE_LSO,
115
if (wr->opcode ==
IB_WR_LSO
) {
in set_eth_seg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
wr.c
14
[
IB_WR_LSO
] = MLX5_OPCODE_LSO,
65
if (wr->opcode ==
IB_WR_LSO
) {
in set_eth_seg()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_ib.c
559
priv->tx_wr.wr.opcode =
IB_WR_LSO
;
in post_send()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_ib.c
559
priv->tx_wr.wr.opcode =
IB_WR_LSO
;
in post_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
86
[
IB_WR_LSO
] = cpu_to_be32(MLX4_OPCODE_LSO),
3660
if (wr->opcode ==
IB_WR_LSO
) {
in _mlx4_ib_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
86
[
IB_WR_LSO
] = cpu_to_be32(MLX4_OPCODE_LSO),
3693
if (wr->opcode ==
IB_WR_LSO
) {
in _mlx4_ib_post_send()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1300
IB_WR_LSO
= IB_UVERBS_WR_TSO,
enumerator
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1326
IB_WR_LSO
= IB_UVERBS_WR_TSO,
enumerator
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v1.c
276
case
IB_WR_LSO
:
in hns_roce_v1_post_send()
Completed in 49 milliseconds