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_VALID
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_vfpf.h
415
#define
VLAN_VALID
1 /* when set, the vf should not access
macro
H
A
D
bnx2x_sriov.c
2550
if (bulletin->valid_bitmap & (1 <<
VLAN_VALID
))
in bnx2x_pf_set_vfs_vlan()
2660
if (bulletin->valid_bitmap & (1 <<
VLAN_VALID
))
in bnx2x_get_vf_config()
2849
bulletin->valid_bitmap |= 1 <<
VLAN_VALID
;
in bnx2x_set_vf_vlan()
2851
bulletin->valid_bitmap &= ~(1 <<
VLAN_VALID
);
in bnx2x_set_vf_vlan()
H
A
D
bnx2x_vfpf.c
957
if (bp->shadow_bulletin.content.valid_bitmap & 1 <<
VLAN_VALID
) {
in bnx2x_vfpf_update_vlan()
1812
if (!(bulletin->valid_bitmap & (1 <<
VLAN_VALID
)) &&
in bnx2x_vf_mbx_qfilters()
1895
if (bulletin->valid_bitmap & 1 <<
VLAN_VALID
) {
in bnx2x_filters_validate_vlan()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_vfpf.h
415
#define
VLAN_VALID
1 /* when set, the vf should not access
macro
H
A
D
bnx2x_sriov.c
2543
if (bulletin->valid_bitmap & (1 <<
VLAN_VALID
))
in bnx2x_pf_set_vfs_vlan()
2653
if (bulletin->valid_bitmap & (1 <<
VLAN_VALID
))
in bnx2x_get_vf_config()
2842
bulletin->valid_bitmap |= 1 <<
VLAN_VALID
;
in bnx2x_set_vf_vlan()
2844
bulletin->valid_bitmap &= ~(1 <<
VLAN_VALID
);
in bnx2x_set_vf_vlan()
H
A
D
bnx2x_vfpf.c
959
if (bp->shadow_bulletin.content.valid_bitmap & 1 <<
VLAN_VALID
) {
in bnx2x_vfpf_update_vlan()
1814
if (!(bulletin->valid_bitmap & (1 <<
VLAN_VALID
)) &&
in bnx2x_vf_mbx_qfilters()
1897
if (bulletin->valid_bitmap & 1 <<
VLAN_VALID
) {
in bnx2x_filters_validate_vlan()
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
mt7530.c
1626
VLAN_VALID
;
in mt7530_hw_vlan_add()
1657
if (!(val &
VLAN_VALID
)) {
in mt7530_hw_vlan_del()
1665
VLAN_VALID
;
in mt7530_hw_vlan_del()
1703
VLAN_VALID
;
in mt7530_setup_vlan0()
H
A
D
mt7530.h
184
#define
VLAN_VALID
BIT(0)
macro
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
mt7530.h
146
#define
VLAN_VALID
BIT(0)
macro
H
A
D
mt7530.c
1322
val = IVL_MAC | VTAG_EN | PORT_MEM(new_members) |
VLAN_VALID
;
in mt7530_hw_vlan_add()
1355
if (!(val &
VLAN_VALID
)) {
in mt7530_hw_vlan_del()
1367
VLAN_VALID
;
in mt7530_hw_vlan_del()
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz9477_reg.h
382
#define
VLAN_VALID
BIT(31)
macro
H
A
D
ksz9477.c
531
vlan_table[0] =
VLAN_VALID
| (vid & VLAN_FID_M);
in ksz9477_port_vlan_add()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz9477_reg.h
378
#define
VLAN_VALID
BIT(31)
macro
H
A
D
ksz9477.c
413
vlan_table[0] =
VLAN_VALID
| (vlan->vid & VLAN_FID_M);
in ksz9477_port_vlan_add()
Completed in 39 milliseconds