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:inner_vlan_tpid
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
417
flow->l2_key.
inner_vlan_tpid
= htons(ETH_P_8021Q);
in bnxt_tc_parse_flow()
418
flow->l2_mask.
inner_vlan_tpid
= htons(0xffff);
in bnxt_tc_parse_flow()
894
encap->ovlan_tpid = l2_info->
inner_vlan_tpid
;
in hwrm_cfa_encap_record_alloc()
1064
if (bits_set(&flow->l2_key.
inner_vlan_tpid
,
in bnxt_tc_can_offload()
1065
sizeof(flow->l2_key.
inner_vlan_tpid
)) &&
in bnxt_tc_can_offload()
1066
!is_exactmatch(&flow->l2_mask.
inner_vlan_tpid
,
in bnxt_tc_can_offload()
1067
sizeof(flow->l2_mask.
inner_vlan_tpid
))) {
in bnxt_tc_can_offload()
1256
l2_info->
inner_vlan_tpid
= vlan->vlan_proto;
in bnxt_tc_resolve_tunnel_hdrs()
1337
decap_l2_info->
inner_vlan_tpid
= l2_info.
inner_vlan_tpid
;
in bnxt_tc_get_decap_handle()
[all...]
H
A
D
bnxt_tc.h
22
__be16
inner_vlan_tpid
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
418
flow->l2_key.
inner_vlan_tpid
= htons(ETH_P_8021Q);
in bnxt_tc_parse_flow()
419
flow->l2_mask.
inner_vlan_tpid
= htons(0xffff);
in bnxt_tc_parse_flow()
901
encap->ovlan_tpid = l2_info->
inner_vlan_tpid
;
in hwrm_cfa_encap_record_alloc()
1072
if (bits_set(&flow->l2_key.
inner_vlan_tpid
,
in bnxt_tc_can_offload()
1073
sizeof(flow->l2_key.
inner_vlan_tpid
)) &&
in bnxt_tc_can_offload()
1074
!is_exactmatch(&flow->l2_mask.
inner_vlan_tpid
,
in bnxt_tc_can_offload()
1075
sizeof(flow->l2_mask.
inner_vlan_tpid
))) {
in bnxt_tc_can_offload()
1264
l2_info->
inner_vlan_tpid
= vlan->vlan_proto;
in bnxt_tc_resolve_tunnel_hdrs()
1345
decap_l2_info->
inner_vlan_tpid
= l2_info.
inner_vlan_tpid
;
in bnxt_tc_get_decap_handle()
[all...]
H
A
D
bnxt_tc.h
22
__be16
inner_vlan_tpid
;
member
Completed in 9 milliseconds