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:max_pdu
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
ampdu.c
115
*
max_pdu
: max pdus allowed in ampdu
136
s8
max_pdu
;
member
247
ampdu->
max_pdu
= AUTO;
in brcms_c_ampdu_attach()
289
scb_ampdu->
max_pdu
= AMPDU_NUM_MPDU;
in brcms_c_scb_ampdu_update_config()
294
scb_ampdu->
max_pdu
= AMPDU_NUM_MPDU_LEGACY;
in brcms_c_scb_ampdu_update_config()
298
if (ampdu->
max_pdu
!= AUTO)
in brcms_c_scb_ampdu_update_config()
299
scb_ampdu->
max_pdu
= (u8) ampdu->
max_pdu
;
in brcms_c_scb_ampdu_update_config()
301
scb_ampdu->release = min_t(u8, scb_ampdu->
max_pdu
,
in brcms_c_scb_ampdu_update_config()
421
/* In case max value
max_pdu
i
in brcms_c_ffpld_check_txfunfl()
[all...]
H
A
D
scb.h
44
u8
max_pdu
; /* max pdus allowed in ampdu */
member
H
A
D
mac80211_if.c
813
wl->pub->global_ampdu->
max_pdu
= 16;
in brcms_ops_sta_add()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
ampdu.c
115
*
max_pdu
: max pdus allowed in ampdu
136
s8
max_pdu
;
member
247
ampdu->
max_pdu
= AUTO;
in brcms_c_ampdu_attach()
289
scb_ampdu->
max_pdu
= AMPDU_NUM_MPDU;
in brcms_c_scb_ampdu_update_config()
294
scb_ampdu->
max_pdu
= AMPDU_NUM_MPDU_LEGACY;
in brcms_c_scb_ampdu_update_config()
298
if (ampdu->
max_pdu
!= AUTO)
in brcms_c_scb_ampdu_update_config()
299
scb_ampdu->
max_pdu
= (u8) ampdu->
max_pdu
;
in brcms_c_scb_ampdu_update_config()
301
scb_ampdu->release = min_t(u8, scb_ampdu->
max_pdu
,
in brcms_c_scb_ampdu_update_config()
421
/* In case max value
max_pdu
i
in brcms_c_ffpld_check_txfunfl()
[all...]
H
A
D
scb.h
49
u8
max_pdu
; /* max pdus allowed in ampdu */
member
H
A
D
mac80211_if.c
814
wl->pub->global_ampdu->
max_pdu
= 16;
in brcms_ops_sta_add()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
zatm.c
264
static int pool_index(int
max_pdu
)
in pool_index()
argument
268
if (
max_pdu
% ATM_CELL_PAYLOAD)
in pool_index()
270
"
max_pdu
is %d\n",
max_pdu
);
in pool_index()
271
if (
max_pdu
> 65536) return -1;
in pool_index()
272
for (i = 0; (64 << i) <
max_pdu
; i++);
in pool_index()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
1604
__le32
max_pdu
;
member
2843
__le16
max_pdu
;
member
2858
__le16
max_pdu
;
member
2873
__le16
max_pdu
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1389
__le32
max_pdu
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
1145
hdev->amp_max_pdu = __le32_to_cpu(rp->
max_pdu
);
in hci_cc_read_local_amp_info()
7162
bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->
max_pdu
);
in hci_le_big_sync_established_evt()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
918
hdev->amp_max_pdu = __le32_to_cpu(rp->
max_pdu
);
in hci_cc_read_local_amp_info()
Completed in 39 milliseconds