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:ext_m_spec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/
H
A
D
ioctl.c
3158
const struct ethtool_flow_ext *
ext_m_spec
= &fs->m_ext;
in ethtool_rx_flow_rule_create()
local
3160
if (
ext_m_spec
->vlan_etype) {
in ethtool_rx_flow_rule_create()
3162
match->mask.vlan.vlan_tpid =
ext_m_spec
->vlan_etype;
in ethtool_rx_flow_rule_create()
3165
if (
ext_m_spec
->vlan_tci) {
in ethtool_rx_flow_rule_create()
3169
ntohs(
ext_m_spec
->vlan_tci) & 0x0fff;
in ethtool_rx_flow_rule_create()
3174
!!(
ext_m_spec
->vlan_tci & htons(0x1000));
in ethtool_rx_flow_rule_create()
3179
(ntohs(
ext_m_spec
->vlan_tci) & 0xe000) >> 13;
in ethtool_rx_flow_rule_create()
3182
if (
ext_m_spec
->vlan_etype ||
in ethtool_rx_flow_rule_create()
3183
ext_m_spec
->vlan_tci) {
in ethtool_rx_flow_rule_create()
3192
const struct ethtool_flow_ext *
ext_m_spec
in ethtool_rx_flow_rule_create()
local
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
ioctl.c
3316
const struct ethtool_flow_ext *
ext_m_spec
= &fs->m_ext;
in ethtool_rx_flow_rule_create()
local
3318
if (
ext_m_spec
->vlan_etype) {
in ethtool_rx_flow_rule_create()
3320
match->mask.vlan.vlan_tpid =
ext_m_spec
->vlan_etype;
in ethtool_rx_flow_rule_create()
3323
if (
ext_m_spec
->vlan_tci) {
in ethtool_rx_flow_rule_create()
3327
ntohs(
ext_m_spec
->vlan_tci) & 0x0fff;
in ethtool_rx_flow_rule_create()
3332
!!(
ext_m_spec
->vlan_tci & htons(0x1000));
in ethtool_rx_flow_rule_create()
3337
(ntohs(
ext_m_spec
->vlan_tci) & 0xe000) >> 13;
in ethtool_rx_flow_rule_create()
3340
if (
ext_m_spec
->vlan_etype ||
in ethtool_rx_flow_rule_create()
3341
ext_m_spec
->vlan_tci) {
in ethtool_rx_flow_rule_create()
3350
const struct ethtool_flow_ext *
ext_m_spec
in ethtool_rx_flow_rule_create()
local
[all...]
Completed in 8 milliseconds