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:cpu_to_fec16
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
fec_main.c
449
bdp->cbd_datlen =
cpu_to_fec16
(frag_len);
in fec_enet_txq_submit_frag_skb()
454
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_submit_frag_skb()
543
bdp->cbd_datlen =
cpu_to_fec16
(buflen);
in fec_enet_txq_submit_skb()
576
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_submit_skb()
629
bdp->cbd_datlen =
cpu_to_fec16
(size);
in fec_enet_txq_put_data_tso()
650
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_put_data_tso()
693
bdp->cbd_datlen =
cpu_to_fec16
(hdr_len);
in fec_enet_txq_put_hdr_tso()
704
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_put_hdr_tso()
841
bdp->cbd_sc =
cpu_to_fec16
(BD_ENET_RX_EMPTY);
in fec_enet_bd_init()
843
bdp->cbd_sc =
cpu_to_fec16
(
in fec_enet_bd_init()
[all...]
H
A
D
fec.h
203
#define
cpu_to_fec16
cpu_to_le16
macro
216
#define
cpu_to_fec16
cpu_to_be16
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
fec_main.c
544
bdp->cbd_datlen =
cpu_to_fec16
(frag_len);
in fec_enet_txq_submit_frag_skb()
549
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_submit_frag_skb()
638
bdp->cbd_datlen =
cpu_to_fec16
(buflen);
in fec_enet_txq_submit_skb()
671
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_submit_skb()
722
bdp->cbd_datlen =
cpu_to_fec16
(size);
in fec_enet_txq_put_data_tso()
743
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_put_data_tso()
786
bdp->cbd_datlen =
cpu_to_fec16
(hdr_len);
in fec_enet_txq_put_hdr_tso()
797
bdp->cbd_sc =
cpu_to_fec16
(status);
in fec_enet_txq_put_hdr_tso()
934
bdp->cbd_sc =
cpu_to_fec16
(BD_ENET_RX_EMPTY);
in fec_enet_bd_init()
936
bdp->cbd_sc =
cpu_to_fec16
(
in fec_enet_bd_init()
[all...]
H
A
D
fec.h
212
#define
cpu_to_fec16
cpu_to_le16
macro
225
#define
cpu_to_fec16
cpu_to_be16
macro
Completed in 10 milliseconds