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:ph_prepare
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
switchdev.h
20
bool
ph_prepare
;
member
25
return trans && trans->
ph_prepare
;
in switchdev_trans_ph_prepare()
30
return trans && !trans->
ph_prepare
;
in switchdev_trans_ph_commit()
/kernel/linux/linux-5.10/net/switchdev/
H
A
D
switchdev.c
142
trans.
ph_prepare
= true;
in switchdev_port_attr_set_now()
153
trans.
ph_prepare
= false;
in switchdev_port_attr_set_now()
263
trans.
ph_prepare
= true;
in switchdev_port_obj_add_now()
274
trans.
ph_prepare
= false;
in switchdev_port_obj_add_now()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_devlink.c
149
trans.
ph_prepare
= true;
in sja1105_best_effort_vlan_filtering_set()
154
trans.
ph_prepare
= false;
in sja1105_best_effort_vlan_filtering_set()
/kernel/linux/linux-5.10/net/dsa/
H
A
D
switch.c
144
trans.
ph_prepare
= true;
in dsa_switch_bridge_leave()
150
trans.
ph_prepare
= false;
in dsa_switch_bridge_leave()
H
A
D
slave.c
348
if (trans->
ph_prepare
&& br_vlan_enabled(dp->bridge_dev)) {
in dsa_slave_vlan_add()
1318
trans.
ph_prepare
= true;
in dsa_slave_vlan_rx_add_vid()
1323
trans.
ph_prepare
= false;
in dsa_slave_vlan_rx_add_vid()
1329
trans.
ph_prepare
= true;
in dsa_slave_vlan_rx_add_vid()
1334
trans.
ph_prepare
= false;
in dsa_slave_vlan_rx_add_vid()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H
A
D
ocelot.c
1200
trans.
ph_prepare
= true;
in ocelot_port_bridge_leave()
1205
trans.
ph_prepare
= false;
in ocelot_port_bridge_leave()
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
lantiq_gswip.c
799
trans.
ph_prepare
= false;
in gswip_setup()
Completed in 12 milliseconds