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:rhf_to_cpu
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
driver.c
216
u32 offset = rhf_hdrq_offset(
rhf_to_cpu
(rhf_addr));
in hfi1_get_header()
424
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in init_packet()
631
u64 rhf =
rhf_to_cpu
(rhf_addr);
in __prescan_rxq()
750
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in skip_rcv_packet()
785
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in process_rcv_packet_napi()
833
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in process_rcv_packet()
1095
packet.rhf =
rhf_to_cpu
(packet.rhf_addr);
in handle_receive_interrupt()
1172
packet.rhf =
rhf_to_cpu
(packet.rhf_addr);
in handle_receive_interrupt_napi_sp()
1896
u64 rhf =
rhf_to_cpu
(rhf_addr);
in seqfile_dump_rcd()
H
A
D
common.h
345
static inline __u64
rhf_to_cpu
(const __le32 *rbuf)
in rhf_to_cpu()
function
H
A
D
hfi.h
2184
u32 seq = rhf_rcv_seq(
rhf_to_cpu
(get_rhf_addr(rcd)));
in hfi1_packet_present()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
driver.c
169
u32 offset = rhf_hdrq_offset(
rhf_to_cpu
(rhf_addr));
in hfi1_get_header()
377
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in init_packet()
584
u64 rhf =
rhf_to_cpu
(rhf_addr);
in __prescan_rxq()
703
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in skip_rcv_packet()
738
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in process_rcv_packet_napi()
786
packet->rhf =
rhf_to_cpu
(packet->rhf_addr);
in process_rcv_packet()
1048
packet.rhf =
rhf_to_cpu
(packet.rhf_addr);
in handle_receive_interrupt()
1125
packet.rhf =
rhf_to_cpu
(packet.rhf_addr);
in handle_receive_interrupt_napi_sp()
1847
u64 rhf =
rhf_to_cpu
(rhf_addr);
in seqfile_dump_rcd()
H
A
D
common.h
248
static inline __u64
rhf_to_cpu
(const __le32 *rbuf)
in rhf_to_cpu()
function
H
A
D
hfi.h
2132
u32 seq = rhf_rcv_seq(
rhf_to_cpu
(get_rhf_addr(rcd)));
in hfi1_packet_present()
Completed in 16 milliseconds