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:tx_ix_tail
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
593
if (tun_qp->tx_ix_head - tun_qp->
tx_ix_tail
>=
in mlx4_ib_send_to_slave()
673
tun_qp->
tx_ix_tail
++;
in mlx4_ib_send_to_slave()
1405
if (sqp->tx_ix_head - sqp->
tx_ix_tail
>=
in mlx4_ib_send_to_wire()
1450
sqp->
tx_ix_tail
++;
in mlx4_ib_send_to_wire()
1668
tun_qp->
tx_ix_tail
= 0;
in mlx4_ib_alloc_pv_bufs()
1761
tun_qp->
tx_ix_tail
++;
in mlx4_ib_tunnel_comp_worker()
1778
tun_qp->
tx_ix_tail
++;
in mlx4_ib_tunnel_comp_worker()
1916
sqp->
tx_ix_tail
++;
in mlx4_ib_sqp_comp_worker()
1945
sqp->
tx_ix_tail
++;
in mlx4_ib_sqp_comp_worker()
H
A
D
mlx4_ib.h
465
unsigned
tx_ix_tail
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
594
if (tun_qp->tx_ix_head - tun_qp->
tx_ix_tail
>=
in mlx4_ib_send_to_slave()
674
tun_qp->
tx_ix_tail
++;
in mlx4_ib_send_to_slave()
1407
if (sqp->tx_ix_head - sqp->
tx_ix_tail
>=
in mlx4_ib_send_to_wire()
1452
sqp->
tx_ix_tail
++;
in mlx4_ib_send_to_wire()
1671
tun_qp->
tx_ix_tail
= 0;
in mlx4_ib_alloc_pv_bufs()
1764
tun_qp->
tx_ix_tail
++;
in mlx4_ib_tunnel_comp_worker()
1781
tun_qp->
tx_ix_tail
++;
in mlx4_ib_tunnel_comp_worker()
1919
sqp->
tx_ix_tail
++;
in mlx4_ib_sqp_comp_worker()
1948
sqp->
tx_ix_tail
++;
in mlx4_ib_sqp_comp_worker()
H
A
D
mlx4_ib.h
466
unsigned
tx_ix_tail
;
member
Completed in 11 milliseconds