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:vlan_tci_mask
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
32
#define is_vlan_pcp_wildcarded(
vlan_tci_mask
) \
33
((ntohs(
vlan_tci_mask
) & VLAN_PRIO_MASK) == 0x0000)
34
#define is_vlan_pcp_exactmatch(
vlan_tci_mask
) \
35
((ntohs(
vlan_tci_mask
) & VLAN_PRIO_MASK) == VLAN_PRIO_MASK)
38
#define is_vid_exactmatch(
vlan_tci_mask
) \
39
((ntohs(
vlan_tci_mask
) & VLAN_VID_MASK) == VLAN_VID_MASK)
555
static bool is_vlan_tci_allowed(__be16
vlan_tci_mask
,
in is_vlan_tci_allowed()
argument
561
if (is_vid_exactmatch(
vlan_tci_mask
) &&
in is_vlan_tci_allowed()
562
((is_vlan_pcp_exactmatch(
vlan_tci_mask
) &&
in is_vlan_tci_allowed()
564
is_vlan_pcp_wildcarded(
vlan_tci_mask
)))
in is_vlan_tci_allowed()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
33
#define is_vlan_pcp_wildcarded(
vlan_tci_mask
) \
34
((ntohs(
vlan_tci_mask
) & VLAN_PRIO_MASK) == 0x0000)
35
#define is_vlan_pcp_exactmatch(
vlan_tci_mask
) \
36
((ntohs(
vlan_tci_mask
) & VLAN_PRIO_MASK) == VLAN_PRIO_MASK)
39
#define is_vid_exactmatch(
vlan_tci_mask
) \
40
((ntohs(
vlan_tci_mask
) & VLAN_VID_MASK) == VLAN_VID_MASK)
558
static bool is_vlan_tci_allowed(__be16
vlan_tci_mask
,
in is_vlan_tci_allowed()
argument
564
if (is_vid_exactmatch(
vlan_tci_mask
) &&
in is_vlan_tci_allowed()
565
((is_vlan_pcp_exactmatch(
vlan_tci_mask
) &&
in is_vlan_tci_allowed()
567
is_vlan_pcp_wildcarded(
vlan_tci_mask
)))
in is_vlan_tci_allowed()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_tc.c
466
u16 vlan_tci,
vlan_tci_mask
;
in otx2_tc_process_vlan()
local
500
vlan_tci_mask
= match.mask->vlan_id |
in otx2_tc_process_vlan()
505
flow_mask->vlan_itci = htons(
vlan_tci_mask
);
in otx2_tc_process_vlan()
509
flow_mask->vlan_tci = htons(
vlan_tci_mask
);
in otx2_tc_process_vlan()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_tc_flower.c
273
u16 vlan_tci,
vlan_tci_mask
;
in cxgb4_process_flow_match()
local
278
vlan_tci_mask
= match.mask->vlan_id | (match.mask->vlan_priority <<
in cxgb4_process_flow_match()
281
fs->mask.ivlan =
vlan_tci_mask
;
in cxgb4_process_flow_match()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_tc_flower.c
273
u16 vlan_tci,
vlan_tci_mask
;
in cxgb4_process_flow_match()
local
278
vlan_tci_mask
= match.mask->vlan_id | (match.mask->vlan_priority <<
in cxgb4_process_flow_match()
281
fs->mask.ivlan =
vlan_tci_mask
;
in cxgb4_process_flow_match()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc.h
571
u16
vlan_tci_mask
;
member
H
A
D
igc_ethtool.c
992
fsp->m_ext.vlan_tci = htons(rule->filter.
vlan_tci_mask
);
in igc_ethtool_get_nfc_rule()
1227
rule->filter.
vlan_tci_mask
= ntohs(fsp->m_ext.vlan_tci);
in igc_ethtool_init_nfc_rule()
1277
rule->filter.
vlan_tci_mask
== ntohs(VLAN_TCI_FULL_MASK)) ||
in igc_ethtool_init_nfc_rule()
Completed in 13 milliseconds