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_tag_strip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.h
291
int
vlan_tag_strip
;
member
337
int
vlan_tag_strip
;
member
H
A
D
vxge-main.c
16
*
vlan_tag_strip
:
76
VXGE_MODULE_PARAM_INT(
vlan_tag_strip
, VXGE_HW_VPATH_RPA_STRIP_VLAN_TAG_ENABLE);
315
ring->
vlan_tag_strip
== VXGE_HW_VPATH_RPA_STRIP_VLAN_TAG_ENABLE)
in vxge_rx_complete()
2091
vpath->ring.
vlan_tag_strip
= vdev->
vlan_tag_strip
;
in vxge_open_vpaths()
3852
vlan_tag_strip
;
in vxge_config_vpaths()
4625
vdev->
vlan_tag_strip
=
vlan_tag_strip
;
in vxge_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H
A
D
s2io.c
45
*
vlan_tag_strip
: This can be used to enable or disable vlan stripping.
449
S2IO_PARM_INT(
vlan_tag_strip
, NO_STRIP_IN_PROMISC);
2242
if (
vlan_tag_strip
== 0) {
in start_nic()
4940
if (
vlan_tag_strip
!= 1) {
in s2io_set_multicast()
4962
if (
vlan_tag_strip
!= 0) {
in s2io_set_multicast()
8105
if (
vlan_tag_strip
)
in s2io_init_nic()
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H
A
D
s2io.c
45
*
vlan_tag_strip
: This can be used to enable or disable vlan stripping.
449
S2IO_PARM_INT(
vlan_tag_strip
, NO_STRIP_IN_PROMISC);
2244
if (
vlan_tag_strip
== 0) {
in start_nic()
4945
if (
vlan_tag_strip
!= 1) {
in s2io_set_multicast()
4967
if (
vlan_tag_strip
!= 0) {
in s2io_set_multicast()
8099
if (
vlan_tag_strip
)
in s2io_init_nic()
Completed in 26 milliseconds