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:NPC_OUTER_VID
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc_fs.c
22
[
NPC_OUTER_VID
] = "outer vlan id",
417
key_fields[
NPC_OUTER_VID
] = *vlan_tag1;
in npc_handle_multi_layer_fields()
419
key_fields[
NPC_OUTER_VID
] = *vlan_tag2;
in npc_handle_multi_layer_fields()
429
key_fields[
NPC_OUTER_VID
] = *vlan_tag2;
in npc_handle_multi_layer_fields()
432
start_lid = key_fields[
NPC_OUTER_VID
].layer_mdata.lid + 1;
in npc_handle_multi_layer_fields()
433
if (npc_check_overlap(rvu, blkaddr,
NPC_OUTER_VID
, start_lid, intf)) {
in npc_handle_multi_layer_fields()
437
*features |= BIT_ULL(
NPC_OUTER_VID
);
in npc_handle_multi_layer_fields()
579
if (*features & BIT_ULL(
NPC_OUTER_VID
))
in npc_set_features()
581
*features &= ~BIT_ULL(
NPC_OUTER_VID
);
in npc_set_features()
855
bool vid = !!(features & BIT_ULL(
NPC_OUTER_VID
));
in npc_update_vlan_features()
[all...]
H
A
D
npc.h
186
NPC_OUTER_VID
,
enumerator
H
A
D
rvu_debugfs.c
2785
case
NPC_OUTER_VID
:
in rvu_dbg_npc_mcam_show_flows()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_flows.c
906
req->features |= BIT_ULL(
NPC_OUTER_VID
);
in otx2_prepare_flow_request()
1016
if (!vf && (req->features & BIT_ULL(
NPC_OUTER_VID
)) &&
in otx2_add_flow_msg()
1420
req->features = BIT_ULL(
NPC_OUTER_VID
) | BIT_ULL(NPC_DMAC);
in otx2_install_rxvlan_offload_flow()
H
A
D
otx2_tc.c
510
req->features |= BIT_ULL(
NPC_OUTER_VID
);
in otx2_tc_process_vlan()
H
A
D
otx2_pf.c
2475
req->features = BIT_ULL(
NPC_OUTER_VID
) | BIT_ULL(NPC_DMAC);
in otx2_do_set_vf_vlan()
Completed in 16 milliseconds