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:decap_l2_node
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
1149
struct bnxt_tc_l2_node *
decap_l2_node
;
in bnxt_tc_get_ref_decap_handle()
local
1151
decap_l2_node
= bnxt_tc_get_l2_node(bp, &tc_info->decap_l2_table,
in bnxt_tc_get_ref_decap_handle()
1154
if (!
decap_l2_node
)
in bnxt_tc_get_ref_decap_handle()
1157
/* If any other flow is using this
decap_l2_node
, use it's decap_handle
in bnxt_tc_get_ref_decap_handle()
1160
if (
decap_l2_node
->refcount > 0) {
in bnxt_tc_get_ref_decap_handle()
1162
list_first_entry(&
decap_l2_node
->common_l2_flows,
in bnxt_tc_get_ref_decap_handle()
1174
flow_node->
decap_l2_node
=
decap_l2_node
;
in bnxt_tc_get_ref_decap_handle()
1176
&
decap_l2_node
->common_l2_flows);
in bnxt_tc_get_ref_decap_handle()
1177
decap_l2_node
in bnxt_tc_get_ref_decap_handle()
1184
struct bnxt_tc_l2_node *
decap_l2_node
= flow_node->
decap_l2_node
;
bnxt_tc_put_decap_l2_node()
local
[all...]
H
A
D
bnxt_tc.h
211
struct bnxt_tc_l2_node *
decap_l2_node
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_tc.c
1157
struct bnxt_tc_l2_node *
decap_l2_node
;
in bnxt_tc_get_ref_decap_handle()
local
1159
decap_l2_node
= bnxt_tc_get_l2_node(bp, &tc_info->decap_l2_table,
in bnxt_tc_get_ref_decap_handle()
1162
if (!
decap_l2_node
)
in bnxt_tc_get_ref_decap_handle()
1165
/* If any other flow is using this
decap_l2_node
, use it's decap_handle
in bnxt_tc_get_ref_decap_handle()
1168
if (
decap_l2_node
->refcount > 0) {
in bnxt_tc_get_ref_decap_handle()
1170
list_first_entry(&
decap_l2_node
->common_l2_flows,
in bnxt_tc_get_ref_decap_handle()
1182
flow_node->
decap_l2_node
=
decap_l2_node
;
in bnxt_tc_get_ref_decap_handle()
1184
&
decap_l2_node
->common_l2_flows);
in bnxt_tc_get_ref_decap_handle()
1185
decap_l2_node
in bnxt_tc_get_ref_decap_handle()
1192
struct bnxt_tc_l2_node *
decap_l2_node
= flow_node->
decap_l2_node
;
bnxt_tc_put_decap_l2_node()
local
[all...]
H
A
D
bnxt_tc.h
211
struct bnxt_tc_l2_node *
decap_l2_node
;
member
Completed in 6 milliseconds