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_tci
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
411
flow->l2_key.
inner_vlan_tci
=
in bnxt_tc_parse_flow()
414
flow->l2_mask.
inner_vlan_tci
=
in bnxt_tc_parse_flow()
687
/* FW expects the
inner_vlan_tci
value to be set
in bnxt_hwrm_cfa_flow_alloc()
691
req.outer_vlan_tci = flow->l2_key.
inner_vlan_tci
;
in bnxt_hwrm_cfa_flow_alloc()
817
req.t_ivlan_vid = l2_info->
inner_vlan_tci
;
in hwrm_cfa_decap_filter_alloc()
893
encap->ovlan_tci = l2_info->
inner_vlan_tci
;
in hwrm_cfa_encap_record_alloc()
1057
if (bits_set(&flow->l2_key.
inner_vlan_tci
,
in bnxt_tc_can_offload()
1058
sizeof(flow->l2_key.
inner_vlan_tci
)) &&
in bnxt_tc_can_offload()
1059
!is_vlan_tci_allowed(flow->l2_mask.
inner_vlan_tci
,
in bnxt_tc_can_offload()
1060
flow->l2_key.
inner_vlan_tci
)) {
in bnxt_tc_can_offload()
[all...]
H
A
D
bnxt_tc.h
23
__be16
inner_vlan_tci
;
member
H
A
D
bnxt_hsi.h
6584
__be16
inner_vlan_tci
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
412
flow->l2_key.
inner_vlan_tci
=
in bnxt_tc_parse_flow()
415
flow->l2_mask.
inner_vlan_tci
=
in bnxt_tc_parse_flow()
692
/* FW expects the
inner_vlan_tci
value to be set
in bnxt_hwrm_cfa_flow_alloc()
696
req->outer_vlan_tci = flow->l2_key.
inner_vlan_tci
;
in bnxt_hwrm_cfa_flow_alloc()
823
req->t_ivlan_vid = l2_info->
inner_vlan_tci
;
in hwrm_cfa_decap_filter_alloc()
900
encap->ovlan_tci = l2_info->
inner_vlan_tci
;
in hwrm_cfa_encap_record_alloc()
1065
if (bits_set(&flow->l2_key.
inner_vlan_tci
,
in bnxt_tc_can_offload()
1066
sizeof(flow->l2_key.
inner_vlan_tci
)) &&
in bnxt_tc_can_offload()
1067
!is_vlan_tci_allowed(flow->l2_mask.
inner_vlan_tci
,
in bnxt_tc_can_offload()
1068
flow->l2_key.
inner_vlan_tci
)) {
in bnxt_tc_can_offload()
[all...]
H
A
D
bnxt_tc.h
23
__be16
inner_vlan_tci
;
member
H
A
D
bnxt_hsi.h
7602
__be16
inner_vlan_tci
;
member
Completed in 66 milliseconds