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:le_mtu
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
922
di.acl_mtu = hdev->
le_mtu
;
in hci_get_dev_info()
3392
cnt = hdev->
le_mtu
? hdev->le_cnt : hdev->acl_cnt;
in hci_quote_sent()
3396
hdev->
le_mtu
? hdev->le_cnt : hdev->acl_cnt;
in hci_quote_sent()
H
A
D
hci_conn.c
2035
else if (hdev->
le_mtu
> 0)
in hci_iso_qos_setup()
2036
qos->sdu = hdev->
le_mtu
;
in hci_iso_qos_setup()
H
A
D
hci_event.c
1263
hdev->
le_mtu
= __le16_to_cpu(rp->
le_mtu
);
in hci_cc_le_read_buffer_size()
1268
BT_DBG("%s le mtu %d:%d", hdev->name, hdev->
le_mtu
, hdev->le_pkts);
in hci_cc_le_read_buffer_size()
3801
hdev->
le_mtu
= __le16_to_cpu(rp->acl_mtu);
in hci_cc_le_read_buffer_size_v2()
H
A
D
l2cap_core.c
6852
if (hcon->hdev->
le_mtu
) {
in l2cap_conn_add()
6853
conn->mtu = hcon->hdev->
le_mtu
;
in l2cap_conn_add()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
1023
hdev->
le_mtu
= __le16_to_cpu(rp->
le_mtu
);
in hci_cc_le_read_buffer_size()
1028
BT_DBG("%s le mtu %d:%d", hdev->name, hdev->
le_mtu
, hdev->le_pkts);
in hci_cc_le_read_buffer_size()
H
A
D
hci_core.c
2189
di.acl_mtu = hdev->
le_mtu
;
in hci_get_dev_info()
4319
cnt = hdev->
le_mtu
? hdev->le_cnt : hdev->acl_cnt;
in hci_low_sent()
4425
cnt = hdev->
le_mtu
? hdev->le_cnt : hdev->acl_cnt;
in hci_chan_sent()
H
A
D
l2cap_core.c
7869
if (hcon->hdev->
le_mtu
) {
in l2cap_conn_add()
7870
conn->mtu = hcon->hdev->
le_mtu
;
in l2cap_conn_add()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1436
__le16
le_mtu
;
member
H
A
D
hci_core.h
426
unsigned int
le_mtu
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
1651
__le16
le_mtu
;
member
H
A
D
hci_core.h
497
unsigned int
le_mtu
;
member
Completed in 66 milliseconds