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:sl_vid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx4/
H
A
D
cq.h
46
__be16
sl_vid
;
member
/kernel/linux/linux-6.6/include/linux/mlx4/
H
A
D
cq.h
46
__be16
sl_vid
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
cq.c
597
wc->vlan_id = be16_to_cpu(hdr->tun.
sl_vid
);
in use_tunnel_data()
603
wc->sl = (u8) (be16_to_cpu(hdr->tun.
sl_vid
) >> 12);
in use_tunnel_data()
857
wc->sl = be16_to_cpu(cqe->
sl_vid
) >> 13;
in mlx4_ib_poll_one()
860
wc->vlan_id = be16_to_cpu(cqe->
sl_vid
) &
in mlx4_ib_poll_one()
869
wc->sl = be16_to_cpu(cqe->
sl_vid
) >> 12;
in mlx4_ib_poll_one()
H
A
D
mlx4_ib.h
262
__be16
sl_vid
;
member
H
A
D
mad.c
640
tun_mad->hdr.
sl_vid
= cpu_to_be16(vlan);
in mlx4_ib_send_to_slave()
644
tun_mad->hdr.
sl_vid
= cpu_to_be16(((u16)(wc->sl)) << 12);
in mlx4_ib_send_to_slave()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
cq.c
597
wc->vlan_id = be16_to_cpu(hdr->tun.
sl_vid
);
in use_tunnel_data()
603
wc->sl = (u8) (be16_to_cpu(hdr->tun.
sl_vid
) >> 12);
in use_tunnel_data()
857
wc->sl = be16_to_cpu(cqe->
sl_vid
) >> 13;
in mlx4_ib_poll_one()
860
wc->vlan_id = be16_to_cpu(cqe->
sl_vid
) &
in mlx4_ib_poll_one()
869
wc->sl = be16_to_cpu(cqe->
sl_vid
) >> 12;
in mlx4_ib_poll_one()
H
A
D
mlx4_ib.h
263
__be16
sl_vid
;
member
H
A
D
mad.c
641
tun_mad->hdr.
sl_vid
= cpu_to_be16(vlan);
in mlx4_ib_send_to_slave()
645
tun_mad->hdr.
sl_vid
= cpu_to_be16(((u16)(wc->sl)) << 12);
in mlx4_ib_send_to_slave()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_rx.c
880
be16_to_cpu(cqe->
sl_vid
));
in mlx4_en_process_rx_cq()
885
be16_to_cpu(cqe->
sl_vid
));
in mlx4_en_process_rx_cq()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_rx.c
940
be16_to_cpu(cqe->
sl_vid
));
in mlx4_en_process_rx_cq()
945
be16_to_cpu(cqe->
sl_vid
));
in mlx4_en_process_rx_cq()
Completed in 18 milliseconds