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:mtu_conf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
cmsg.c
133
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
134
if (!app_priv->
mtu_conf
.requested_val ||
in nfp_flower_process_mtu_ack()
135
app_priv->
mtu_conf
.portnum != be32_to_cpu(msg->portnum) ||
in nfp_flower_process_mtu_ack()
136
be16_to_cpu(msg->mtu) != app_priv->
mtu_conf
.requested_val) {
in nfp_flower_process_mtu_ack()
138
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
142
app_priv->
mtu_conf
.ack = true;
in nfp_flower_process_mtu_ack()
143
app_priv->
mtu_conf
.requested_val = 0;
in nfp_flower_process_mtu_ack()
144
wake_up(&app_priv->
mtu_conf
.wait_q);
in nfp_flower_process_mtu_ack()
145
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
H
A
D
main.c
814
init_waitqueue_head(&app_priv->
mtu_conf
.wait_q);
in nfp_flower_init()
815
spin_lock_init(&app_priv->
mtu_conf
.lock);
in nfp_flower_init()
877
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_check_ack()
878
ret = app_priv->
mtu_conf
.ack;
in nfp_flower_check_ack()
879
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_check_ack()
901
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_repr_change_mtu()
902
app_priv->
mtu_conf
.ack = false;
in nfp_flower_repr_change_mtu()
903
app_priv->
mtu_conf
.requested_val = new_mtu;
in nfp_flower_repr_change_mtu()
904
app_priv->
mtu_conf
.portnum = repr->dst->u.port_info.port_id;
in nfp_flower_repr_change_mtu()
905
spin_unlock_bh(&app_priv->
mtu_conf
in nfp_flower_repr_change_mtu()
[all...]
H
A
D
main.h
182
* @
mtu_conf
: Configuration of repr MTU value
216
struct nfp_mtu_conf
mtu_conf
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
cmsg.c
133
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
134
if (!app_priv->
mtu_conf
.requested_val ||
in nfp_flower_process_mtu_ack()
135
app_priv->
mtu_conf
.portnum != be32_to_cpu(msg->portnum) ||
in nfp_flower_process_mtu_ack()
136
be16_to_cpu(msg->mtu) != app_priv->
mtu_conf
.requested_val) {
in nfp_flower_process_mtu_ack()
138
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
142
app_priv->
mtu_conf
.ack = true;
in nfp_flower_process_mtu_ack()
143
app_priv->
mtu_conf
.requested_val = 0;
in nfp_flower_process_mtu_ack()
144
wake_up(&app_priv->
mtu_conf
.wait_q);
in nfp_flower_process_mtu_ack()
145
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_process_mtu_ack()
H
A
D
main.c
823
init_waitqueue_head(&app_priv->
mtu_conf
.wait_q);
in nfp_flower_init()
824
spin_lock_init(&app_priv->
mtu_conf
.lock);
in nfp_flower_init()
886
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_check_ack()
887
ret = app_priv->
mtu_conf
.ack;
in nfp_flower_check_ack()
888
spin_unlock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_check_ack()
910
spin_lock_bh(&app_priv->
mtu_conf
.lock);
in nfp_flower_repr_change_mtu()
911
app_priv->
mtu_conf
.ack = false;
in nfp_flower_repr_change_mtu()
912
app_priv->
mtu_conf
.requested_val = new_mtu;
in nfp_flower_repr_change_mtu()
913
app_priv->
mtu_conf
.portnum = repr->dst->u.port_info.port_id;
in nfp_flower_repr_change_mtu()
914
spin_unlock_bh(&app_priv->
mtu_conf
in nfp_flower_repr_change_mtu()
[all...]
H
A
D
main.h
280
* @
mtu_conf
: Configuration of repr MTU value
323
struct nfp_mtu_conf
mtu_conf
;
member
Completed in 6 milliseconds