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:wire_tx_ix
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
1367
unsigned
wire_tx_ix
= 0;
in mlx4_ib_send_to_wire()
local
1409
wire_tx_ix
= (++sqp->tx_ix_head) & (MLX4_NUM_WIRE_BUFS - 1);
in mlx4_ib_send_to_wire()
1414
sqp_mad = (struct mlx4_mad_snd_buf *) (sqp->tx_ring[
wire_tx_ix
].buf.addr);
in mlx4_ib_send_to_wire()
1415
kfree(sqp->tx_ring[
wire_tx_ix
].ah);
in mlx4_ib_send_to_wire()
1416
sqp->tx_ring[
wire_tx_ix
].ah = ah;
in mlx4_ib_send_to_wire()
1418
sqp->tx_ring[
wire_tx_ix
].buf.map,
in mlx4_ib_send_to_wire()
1425
sqp->tx_ring[
wire_tx_ix
].buf.map,
in mlx4_ib_send_to_wire()
1429
list.addr = sqp->tx_ring[
wire_tx_ix
].buf.map;
in mlx4_ib_send_to_wire()
1439
wr.wr.wr_id = ((u64)
wire_tx_ix
) | MLX4_TUN_SET_WRID_QPN(src_qpnum);
in mlx4_ib_send_to_wire()
1452
sqp->tx_ring[
wire_tx_ix
]
in mlx4_ib_send_to_wire()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
1369
unsigned
wire_tx_ix
= 0;
in mlx4_ib_send_to_wire()
local
1411
wire_tx_ix
= (++sqp->tx_ix_head) & (MLX4_NUM_WIRE_BUFS - 1);
in mlx4_ib_send_to_wire()
1416
sqp_mad = (struct mlx4_mad_snd_buf *) (sqp->tx_ring[
wire_tx_ix
].buf.addr);
in mlx4_ib_send_to_wire()
1417
kfree(sqp->tx_ring[
wire_tx_ix
].ah);
in mlx4_ib_send_to_wire()
1418
sqp->tx_ring[
wire_tx_ix
].ah = ah;
in mlx4_ib_send_to_wire()
1420
sqp->tx_ring[
wire_tx_ix
].buf.map,
in mlx4_ib_send_to_wire()
1427
sqp->tx_ring[
wire_tx_ix
].buf.map,
in mlx4_ib_send_to_wire()
1431
list.addr = sqp->tx_ring[
wire_tx_ix
].buf.map;
in mlx4_ib_send_to_wire()
1441
wr.wr.wr_id = ((u64)
wire_tx_ix
) | MLX4_TUN_SET_WRID_QPN(src_qpnum);
in mlx4_ib_send_to_wire()
1454
sqp->tx_ring[
wire_tx_ix
]
in mlx4_ib_send_to_wire()
[all...]
Completed in 6 milliseconds