ESP-IDF
tL2C_RR_SERV::quota
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2C_RR_SERV::quota
tL2C_RR_SERV::quota field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:369
UINT8
quota
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
quota
;
/* burst transmission quota */
l2c_int.h:369
&&
(
p_ccb
->
p_lcb
->
rr_serv
[
p_ccb
->
ccb_priority
]
.
quota
>
0
)
)
{
l2c_csm.c:1253
l2c_enqueue_peer_data()
p_ccb
->
p_lcb
->
rr_serv
[
p_ccb
->
ccb_priority
]
.
quota
=
L2CAP_GET_PRIORITY_QUOTA
(
p_ccb
->
ccb_priority
)
;
l2c_utils.c:1345
l2cu_enqueue_ccb()
p_ccb
->
p_lcb
->
rr_serv
[
p_ccb
->
ccb_priority
]
.
quota
=
L2CAP_GET_PRIORITY_QUOTA
(
p_ccb
->
ccb_priority
)
;
l2c_utils.c:1462
l2cu_change_pri_ccb()
p_lcb
->
rr_serv
[
p_lcb
->
rr_pri
]
.
quota
--
;
l2c_utils.c:3386
l2cu_get_next_channel_in_rr()
if
(
(
p_lcb
->
rr_serv
[
p_lcb
->
rr_pri
]
.
quota
==
0
)
||
(
!
p_serve_ccb
)
)
{
l2c_utils.c:3390
l2cu_get_next_channel_in_rr()
p_lcb
->
rr_serv
[
p_lcb
->
rr_pri
]
.
quota
=
L2CAP_GET_PRIORITY_QUOTA
(
p_lcb
->
rr_pri
)
;
l2c_utils.c:3394
l2cu_get_next_channel_in_rr()
p_lcb
->
rr_serv
[
p_serve_ccb
->
ccb_priority
]
.
quota
,
l2c_utils.c:3401
l2cu_get_next_channel_in_rr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_RR_SERV::quota
is written by 3 functions and is read by 2 functions:
l2cu_enqueue_ccb()
l2cu_change_pri_ccb()
l2cu_get_next_channel_in_rr()
All items filtered out
tL2C_RR_SERV::quota
l2c_enqueue_peer_data()
l2cu_get_next_channel_in_rr()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out