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:ehdr
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H
A
D
dwmac-rk-tool.c
327
struct ethhdr *
ehdr
;
in dwmac_rk_get_skb()
local
359
ehdr
= (struct ethhdr *)skb_push(skb, ETH_HLEN);
in dwmac_rk_get_skb()
372
eth_zero_addr(
ehdr
->h_source);
in dwmac_rk_get_skb()
373
eth_zero_addr(
ehdr
->h_dest);
in dwmac_rk_get_skb()
375
dwmac_rk_ether_addr_copy(
ehdr
->h_source, priv->dev->dev_addr);
in dwmac_rk_get_skb()
376
dwmac_rk_ether_addr_copy(
ehdr
->h_dest, attr->dst);
in dwmac_rk_get_skb()
378
ehdr
->h_proto = htons(ETH_P_IP);
in dwmac_rk_get_skb()
462
struct ethhdr *
ehdr
;
in dwmac_rk_loopback_validate()
local
476
ehdr
= (struct ethhdr *)(skb->data);
in dwmac_rk_loopback_validate()
477
if (!ether_addr_equal(
ehdr
in dwmac_rk_loopback_validate()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk-tool.c
341
struct ethhdr *
ehdr
;
in dwmac_rk_get_skb()
local
370
ehdr
= (struct ethhdr *)skb_push(skb, ETH_HLEN);
in dwmac_rk_get_skb()
382
eth_zero_addr(
ehdr
->h_source);
in dwmac_rk_get_skb()
383
eth_zero_addr(
ehdr
->h_dest);
in dwmac_rk_get_skb()
385
dwmac_rk_ether_addr_copy(
ehdr
->h_source, priv->dev->dev_addr);
in dwmac_rk_get_skb()
386
dwmac_rk_ether_addr_copy(
ehdr
->h_dest, attr->dst);
in dwmac_rk_get_skb()
388
ehdr
->h_proto = htons(ETH_P_IP);
in dwmac_rk_get_skb()
473
struct ethhdr *
ehdr
;
in dwmac_rk_loopback_validate()
local
485
ehdr
= (struct ethhdr *)(skb->data);
in dwmac_rk_loopback_validate()
486
if (!ether_addr_equal(
ehdr
in dwmac_rk_loopback_validate()
[all...]
Completed in 3 milliseconds