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:tun_tx_ix
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
523
unsigned
tun_tx_ix
= 0;
in mlx4_ib_send_to_slave()
local
597
tun_tx_ix
= (++tun_qp->tx_ix_head) & (MLX4_NUM_TUNNEL_BUFS - 1);
in mlx4_ib_send_to_slave()
602
tun_mad = (struct mlx4_rcv_tunnel_mad *) (tun_qp->tx_ring[
tun_tx_ix
].buf.addr);
in mlx4_ib_send_to_slave()
603
if (tun_qp->tx_ring[
tun_tx_ix
].ah)
in mlx4_ib_send_to_slave()
604
rdma_destroy_ah(tun_qp->tx_ring[
tun_tx_ix
].ah, 0);
in mlx4_ib_send_to_slave()
605
tun_qp->tx_ring[
tun_tx_ix
].ah = ah;
in mlx4_ib_send_to_slave()
607
tun_qp->tx_ring[
tun_tx_ix
].buf.map,
in mlx4_ib_send_to_slave()
649
tun_qp->tx_ring[
tun_tx_ix
].buf.map,
in mlx4_ib_send_to_slave()
653
list.addr = tun_qp->tx_ring[
tun_tx_ix
].buf.map;
in mlx4_ib_send_to_slave()
662
wr.wr.wr_id = ((u64)
tun_tx_ix
) | MLX4_TUN_SET_WRID_QP
in mlx4_ib_send_to_slave()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
524
unsigned
tun_tx_ix
= 0;
in mlx4_ib_send_to_slave()
local
598
tun_tx_ix
= (++tun_qp->tx_ix_head) & (MLX4_NUM_TUNNEL_BUFS - 1);
in mlx4_ib_send_to_slave()
603
tun_mad = (struct mlx4_rcv_tunnel_mad *) (tun_qp->tx_ring[
tun_tx_ix
].buf.addr);
in mlx4_ib_send_to_slave()
604
if (tun_qp->tx_ring[
tun_tx_ix
].ah)
in mlx4_ib_send_to_slave()
605
rdma_destroy_ah(tun_qp->tx_ring[
tun_tx_ix
].ah, 0);
in mlx4_ib_send_to_slave()
606
tun_qp->tx_ring[
tun_tx_ix
].ah = ah;
in mlx4_ib_send_to_slave()
608
tun_qp->tx_ring[
tun_tx_ix
].buf.map,
in mlx4_ib_send_to_slave()
650
tun_qp->tx_ring[
tun_tx_ix
].buf.map,
in mlx4_ib_send_to_slave()
654
list.addr = tun_qp->tx_ring[
tun_tx_ix
].buf.map;
in mlx4_ib_send_to_slave()
663
wr.wr.wr_id = ((u64)
tun_tx_ix
) | MLX4_TUN_SET_WRID_QP
in mlx4_ib_send_to_slave()
[all...]
Completed in 5 milliseconds