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:new_parms
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_ipip.c
273
const struct mlxsw_sp_ipip_parms *
new_parms
,
in mlxsw_sp_ipip_ol_netdev_change_gre()
282
if (!mlxsw_sp_l3addr_eq(&
new_parms
->saddr, &old_parms->saddr)) {
in mlxsw_sp_ipip_ol_netdev_change_gre()
289
new_parms
->proto,
in mlxsw_sp_ipip_ol_netdev_change_gre()
290
new_parms
->saddr,
in mlxsw_sp_ipip_ol_netdev_change_gre()
298
} else if (old_parms->okey !=
new_parms
->okey ||
in mlxsw_sp_ipip_ol_netdev_change_gre()
299
old_parms->link !=
new_parms
->link) {
in mlxsw_sp_ipip_ol_netdev_change_gre()
301
} else if (!mlxsw_sp_l3addr_eq(&
new_parms
->daddr, &old_parms->daddr)) {
in mlxsw_sp_ipip_ol_netdev_change_gre()
303
} else if (old_parms->ikey !=
new_parms
->ikey) {
in mlxsw_sp_ipip_ol_netdev_change_gre()
322
ipip_entry->parms = *
new_parms
;
in mlxsw_sp_ipip_ol_netdev_change_gre()
331
struct mlxsw_sp_ipip_parms
new_parms
;
in mlxsw_sp_ipip_ol_netdev_change_gre4()
local
271
mlxsw_sp_ipip_ol_netdev_change_gre(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_ipip_entry *ipip_entry, const struct mlxsw_sp_ipip_parms *
new_parms
, struct netlink_ext_ack *extack)
mlxsw_sp_ipip_ol_netdev_change_gre()
argument
474
struct mlxsw_sp_ipip_parms
new_parms
;
mlxsw_sp_ipip_ol_netdev_change_gre6()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_ipip.c
274
struct ip_tunnel_parm
new_parms
;
in mlxsw_sp_ipip_ol_netdev_change_gre4()
local
280
new_parms
= mlxsw_sp_ipip_netdev_parms4(ipip_entry->ol_dev);
in mlxsw_sp_ipip_ol_netdev_change_gre4()
282
new_saddr = mlxsw_sp_ipip_parms4_saddr(
new_parms
);
in mlxsw_sp_ipip_ol_netdev_change_gre4()
284
new_daddr = mlxsw_sp_ipip_parms4_daddr(
new_parms
);
in mlxsw_sp_ipip_ol_netdev_change_gre4()
303
mlxsw_sp_ipip_parms4_okey(
new_parms
)) ||
in mlxsw_sp_ipip_ol_netdev_change_gre4()
304
ipip_entry->parms4.link !=
new_parms
.link) {
in mlxsw_sp_ipip_ol_netdev_change_gre4()
309
mlxsw_sp_ipip_parms4_ikey(
new_parms
)) {
in mlxsw_sp_ipip_ol_netdev_change_gre4()
326
ipip_entry->parms4 =
new_parms
;
in mlxsw_sp_ipip_ol_netdev_change_gre4()
Completed in 3 milliseconds