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:in_hw
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac5.c
388
if (entry->
in_hw
)
in dwmac5_rxp_get_next_entry()
433
entry->
in_hw
= false;
in dwmac5_rxp_config()
458
entry->
in_hw
= true;
in dwmac5_rxp_config()
460
if (frag && !frag->
in_hw
) {
in dwmac5_rxp_config()
465
frag->
in_hw
= true;
in dwmac5_rxp_config()
H
A
D
stmmac.h
102
bool
in_hw
;
member
H
A
D
dwxgmac2_core.c
1040
if (entry->
in_hw
)
in dwxgmac3_rxp_get_next_entry()
1086
entry->
in_hw
= false;
in dwxgmac3_rxp_config()
1111
entry->
in_hw
= true;
in dwxgmac3_rxp_config()
1113
if (frag && !frag->
in_hw
) {
in dwxgmac3_rxp_config()
1118
frag->
in_hw
= true;
in dwxgmac3_rxp_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac5.c
409
if (entry->
in_hw
)
in dwmac5_rxp_get_next_entry()
454
entry->
in_hw
= false;
in dwmac5_rxp_config()
479
entry->
in_hw
= true;
in dwmac5_rxp_config()
481
if (frag && !frag->
in_hw
) {
in dwmac5_rxp_config()
486
frag->
in_hw
= true;
in dwmac5_rxp_config()
H
A
D
dwxgmac2_core.c
1086
if (entry->
in_hw
)
in dwxgmac3_rxp_get_next_entry()
1132
entry->
in_hw
= false;
in dwxgmac3_rxp_config()
1157
entry->
in_hw
= true;
in dwxgmac3_rxp_config()
1159
if (frag && !frag->
in_hw
) {
in dwxgmac3_rxp_config()
1164
frag->
in_hw
= true;
in dwxgmac3_rxp_config()
H
A
D
stmmac.h
138
bool
in_hw
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
572
flow_pay->
in_hw
= false;
in nfp_flower_allocate_new()
1090
merge_flow->
in_hw
= true;
in nfp_flower_merge_offloaded_flows()
1091
sub_flow1->
in_hw
= false;
in nfp_flower_merge_offloaded_flows()
1358
flow_pay->
in_hw
= true;
in nfp_flower_add_offload()
1423
origin->
in_hw
= true;
in nfp_flower_remove_merge_flow()
1509
if (!nfp_flow->
in_hw
) {
in nfp_flower_del_offload()
H
A
D
main.h
329
bool
in_hw
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
570
flow_pay->
in_hw
= false;
in nfp_flower_allocate_new()
1082
merge_flow->
in_hw
= true;
in nfp_flower_merge_offloaded_flows()
1083
sub_flow1->
in_hw
= false;
in nfp_flower_merge_offloaded_flows()
1425
flow_pay->
in_hw
= true;
in nfp_flower_add_offload()
1490
origin->
in_hw
= true;
in nfp_flower_remove_merge_flow()
1585
if (!nfp_flow->
in_hw
) {
in nfp_flower_del_offload()
H
A
D
main.h
445
bool
in_hw
;
member
H
A
D
conntrack.c
1153
if (!flow_pay->
in_hw
) {
in nfp_fl_ct_del_offload()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
tc.c
175
struct efx_tc_action_set *act, bool
in_hw
)
in efx_tc_free_action_set()
177
/* Failure paths calling this on the 'cursor' action set
in_hw
=false,
in efx_tc_free_action_set()
181
if (
in_hw
) {
in efx_tc_free_action_set()
183
/*
in_hw
is true iff we are on an acts.list; make sure to
in efx_tc_free_action_set()
208
bool
in_hw
)
in efx_tc_free_action_set_list()
212
/* Failure paths set
in_hw
=false, because usually the acts didn't get
in efx_tc_free_action_set_list()
216
if (
in_hw
)
in efx_tc_free_action_set_list()
218
/* Any act that's on the list will be
in_hw
even if the list isn't */
in efx_tc_free_action_set_list()
174
efx_tc_free_action_set(struct efx_nic *efx, struct efx_tc_action_set *act, bool
in_hw
)
efx_tc_free_action_set()
argument
206
efx_tc_free_action_set_list(struct efx_nic *efx, struct efx_tc_action_set_list *acts, bool
in_hw
)
efx_tc_free_action_set_list()
argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_switchdev.c
1611
mid->
in_hw
= true;
in mlxsw_sp_mc_write_mdb_entry()
1618
if (!mid->
in_hw
)
in mlxsw_sp_mc_remove_mdb_entry()
1622
mid->
in_hw
= false;
in mlxsw_sp_mc_remove_mdb_entry()
1646
mid->
in_hw
= false;
in __mlxsw_sp_mc_alloc()
H
A
D
spectrum.h
111
bool
in_hw
;
member
Completed in 33 milliseconds