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:ctrl_mtu
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/hidp/
H
A
D
hidp.h
156
uint
ctrl_mtu
;
member
H
A
D
core.c
944
session->
ctrl_mtu
= min_t(uint, l2cap_pi(ctrl)->chan->omtu,
in hidp_session_new()
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H
A
D
hidp.h
156
uint
ctrl_mtu
;
member
H
A
D
core.c
943
session->
ctrl_mtu
= min_t(uint, l2cap_pi(ctrl)->chan->omtu,
in hidp_session_new()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
main.c
489
app->
ctrl_mtu
= nfp_bpf_ctrl_cmsg_mtu(bpf);
in nfp_bpf_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_app.h
158
* @
ctrl_mtu
: MTU to set on the control vNIC (set in .init())
171
unsigned int
ctrl_mtu
;
member
H
A
D
nfp_net_common.c
4055
if (!nfp_net_is_data_vnic(nn) && nn->app->
ctrl_mtu
) {
in nfp_net_init()
4056
nn->dp.mtu = min(nn->app->
ctrl_mtu
, nn->max_mtu);
in nfp_net_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
main.c
489
app->
ctrl_mtu
= nfp_bpf_ctrl_cmsg_mtu(bpf);
in nfp_bpf_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_app.h
157
* @
ctrl_mtu
: MTU to set on the control vNIC (set in .init())
170
unsigned int
ctrl_mtu
;
member
H
A
D
nfp_net_common.c
2673
if (!nfp_net_is_data_vnic(nn) && nn->app->
ctrl_mtu
) {
in nfp_net_init()
2674
nn->dp.mtu = min(nn->app->
ctrl_mtu
, nn->max_mtu);
in nfp_net_init()
Completed in 15 milliseconds