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_pkts
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
1264
hdev->
le_pkts
= rp->le_max_pkt;
in hci_cc_le_read_buffer_size()
1266
hdev->le_cnt = hdev->
le_pkts
;
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()
3802
hdev->
le_pkts
= rp->acl_max_pkt;
in hci_cc_le_read_buffer_size_v2()
3806
hdev->le_cnt = hdev->
le_pkts
;
in hci_cc_le_read_buffer_size_v2()
4472
if (hdev->
le_pkts
) {
in hci_num_comp_pkts_evt()
4474
if (hdev->le_cnt > hdev->
le_pkts
)
in hci_num_comp_pkts_evt()
4475
hdev->le_cnt = hdev->
le_pkts
;
in hci_num_comp_pkts_evt()
4494
} else if (hdev->
le_pkts
) {
in hci_num_comp_pkts_evt()
4496
if (hdev->le_cnt > hdev->
le_pkts
)
in hci_num_comp_pkts_evt()
[all...]
H
A
D
hci_core.c
923
di.acl_pkts = hdev->
le_pkts
;
in hci_get_dev_info()
3791
cnt = hdev->
le_pkts
? hdev->le_cnt : hdev->acl_cnt;
in hci_sched_le()
3821
if (hdev->
le_pkts
)
in hci_sched_le()
3843
hdev->
le_pkts
? &hdev->le_cnt : &hdev->acl_cnt;
in hci_sched_iso()
H
A
D
hci_conn.c
1132
if (hdev->
le_pkts
)
in hci_conn_del()
1141
else if (hdev->
le_pkts
)
in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
1024
hdev->
le_pkts
= rp->le_max_pkt;
in hci_cc_le_read_buffer_size()
1026
hdev->le_cnt = hdev->
le_pkts
;
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()
3801
if (hdev->
le_pkts
) {
in hci_num_comp_pkts_evt()
3803
if (hdev->le_cnt > hdev->
le_pkts
)
in hci_num_comp_pkts_evt()
3804
hdev->le_cnt = hdev->
le_pkts
;
in hci_num_comp_pkts_evt()
H
A
D
hci_core.c
2190
di.acl_pkts = hdev->
le_pkts
;
in hci_get_dev_info()
4695
cnt = hdev->
le_pkts
? hdev->le_cnt : hdev->acl_cnt;
in hci_sched_le()
4725
if (hdev->
le_pkts
)
in hci_sched_le()
H
A
D
hci_conn.c
623
if (hdev->
le_pkts
)
in hci_conn_del()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
429
unsigned int
le_pkts
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
501
unsigned int
le_pkts
;
member
Completed in 35 milliseconds