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:mac_hdr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H
A
D
opa_vnic_encap.c
299
struct ethhdr *
mac_hdr
)
in opa_vnic_chk_mac_tbl()
311
key =
mac_hdr
->h_dest[OPA_VNIC_MAC_HASH_IDX];
in opa_vnic_chk_mac_tbl()
319
if (!memcmp(node->entry.mac_addr,
mac_hdr
->h_dest,
in opa_vnic_chk_mac_tbl()
337
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
in opa_vnic_get_dlid()
local
340
dlid = opa_vnic_chk_mac_tbl(adapter,
mac_hdr
);
in opa_vnic_get_dlid()
344
if (is_multicast_ether_addr(
mac_hdr
->h_dest)) {
in opa_vnic_get_dlid()
347
if (is_local_ether_addr(
mac_hdr
->h_dest)) {
in opa_vnic_get_dlid()
348
dlid = ((uint32_t)
mac_hdr
->h_dest[5] << 16) |
in opa_vnic_get_dlid()
349
((uint32_t)
mac_hdr
->h_dest[4] << 8) |
in opa_vnic_get_dlid()
350
mac_hdr
in opa_vnic_get_dlid()
298
opa_vnic_chk_mac_tbl(struct opa_vnic_adapter *adapter, struct ethhdr *
mac_hdr
)
opa_vnic_chk_mac_tbl()
argument
366
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
opa_vnic_get_sc()
local
389
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
opa_vnic_get_vl()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H
A
D
opa_vnic_encap.c
299
struct ethhdr *
mac_hdr
)
in opa_vnic_chk_mac_tbl()
311
key =
mac_hdr
->h_dest[OPA_VNIC_MAC_HASH_IDX];
in opa_vnic_chk_mac_tbl()
319
if (!memcmp(node->entry.mac_addr,
mac_hdr
->h_dest,
in opa_vnic_chk_mac_tbl()
337
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
in opa_vnic_get_dlid()
local
340
dlid = opa_vnic_chk_mac_tbl(adapter,
mac_hdr
);
in opa_vnic_get_dlid()
344
if (is_multicast_ether_addr(
mac_hdr
->h_dest)) {
in opa_vnic_get_dlid()
347
if (is_local_ether_addr(
mac_hdr
->h_dest)) {
in opa_vnic_get_dlid()
348
dlid = ((uint32_t)
mac_hdr
->h_dest[5] << 16) |
in opa_vnic_get_dlid()
349
((uint32_t)
mac_hdr
->h_dest[4] << 8) |
in opa_vnic_get_dlid()
350
mac_hdr
in opa_vnic_get_dlid()
298
opa_vnic_chk_mac_tbl(struct opa_vnic_adapter *adapter, struct ethhdr *
mac_hdr
)
opa_vnic_chk_mac_tbl()
argument
366
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
opa_vnic_get_sc()
local
389
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
opa_vnic_get_vl()
local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
vnic_main.c
168
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
in hfi1_vnic_update_tx_counters()
local
182
if (is_multicast_ether_addr(
mac_hdr
->h_dest))
in hfi1_vnic_update_tx_counters()
197
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb->data;
in hfi1_vnic_update_rx_counters()
local
211
if (is_multicast_ether_addr(
mac_hdr
->h_dest))
in hfi1_vnic_update_rx_counters()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
vnic_main.c
126
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb_mac_header(skb);
in hfi1_vnic_update_tx_counters()
local
140
if (is_multicast_ether_addr(
mac_hdr
->h_dest))
in hfi1_vnic_update_tx_counters()
155
struct ethhdr *
mac_hdr
= (struct ethhdr *)skb->data;
in hfi1_vnic_update_rx_counters()
local
169
if (is_multicast_ether_addr(
mac_hdr
->h_dest))
in hfi1_vnic_update_rx_counters()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
wl3501.h
551
struct ieee80211_hdr
mac_hdr
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H
A
D
wl3501.h
551
struct ieee80211_hdr
mac_hdr
;
member
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
4090
struct ethhdr *
mac_hdr
;
in bond_vlan_srcmac_hash()
local
4097
mac_hdr
= (struct ethhdr *)(data + mhoff);
in bond_vlan_srcmac_hash()
4100
srcmac_vendor = (srcmac_vendor << 8) |
mac_hdr
->h_source[i];
in bond_vlan_srcmac_hash()
4103
srcmac_dev = (srcmac_dev << 8) |
mac_hdr
->h_source[i];
in bond_vlan_srcmac_hash()
Completed in 15 milliseconds