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:cur_vlan_ctag
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-desc.c
552
(vlan && (packet->vlan_ctag != ring->tx.
cur_vlan_ctag
)))
in xgbe_map_tx_skb()
H
A
D
xgbe.h
487
unsigned short
cur_vlan_ctag
;
member
H
A
D
xgbe-dev.c
1707
if (vlan && (packet->vlan_ctag != ring->tx.
cur_vlan_ctag
))
in xgbe_dev_xmit()
1774
ring->tx.
cur_vlan_ctag
= packet->vlan_ctag;
in xgbe_dev_xmit()
H
A
D
xgbe-drv.c
1807
if (skb_vlan_tag_get(skb) != ring->tx.
cur_vlan_ctag
)
in xgbe_packet_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac.h
350
unsigned short
cur_vlan_ctag
;
member
H
A
D
dwc-xlgmac-desc.c
528
(vlan && (pkt_info->vlan_ctag != ring->tx.
cur_vlan_ctag
)))
in xlgmac_map_tx_skb()
H
A
D
dwc-xlgmac-hw.c
732
if (vlan && (pkt_info->vlan_ctag != ring->tx.
cur_vlan_ctag
))
in xlgmac_dev_xmit()
818
ring->tx.
cur_vlan_ctag
= pkt_info->vlan_ctag;
in xlgmac_dev_xmit()
H
A
D
dwc-xlgmac-net.c
161
if (skb_vlan_tag_get(skb) != ring->tx.
cur_vlan_ctag
)
in xlgmac_prep_tx_pkt()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-desc.c
552
(vlan && (packet->vlan_ctag != ring->tx.
cur_vlan_ctag
)))
in xgbe_map_tx_skb()
H
A
D
xgbe.h
489
unsigned short
cur_vlan_ctag
;
member
H
A
D
xgbe-dev.c
1757
if (vlan && (packet->vlan_ctag != ring->tx.
cur_vlan_ctag
))
in xgbe_dev_xmit()
1824
ring->tx.
cur_vlan_ctag
= packet->vlan_ctag;
in xgbe_dev_xmit()
H
A
D
xgbe-drv.c
1802
if (skb_vlan_tag_get(skb) != ring->tx.
cur_vlan_ctag
)
in xgbe_packet_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac.h
351
unsigned short
cur_vlan_ctag
;
member
H
A
D
dwc-xlgmac-desc.c
528
(vlan && (pkt_info->vlan_ctag != ring->tx.
cur_vlan_ctag
)))
in xlgmac_map_tx_skb()
H
A
D
dwc-xlgmac-hw.c
732
if (vlan && (pkt_info->vlan_ctag != ring->tx.
cur_vlan_ctag
))
in xlgmac_dev_xmit()
818
ring->tx.
cur_vlan_ctag
= pkt_info->vlan_ctag;
in xlgmac_dev_xmit()
H
A
D
dwc-xlgmac-net.c
161
if (skb_vlan_tag_get(skb) != ring->tx.
cur_vlan_ctag
)
in xlgmac_prep_tx_pkt()
Completed in 35 milliseconds