ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_fetch_cache_request Struct Reference

Governed retry context for one cache buffer callback. More...

#include <mdl_fetch_internal.h>

Collaboration diagram for mdl_fetch_cache_request:

Data Fields

mdl_fetch_ctx_tctx
 Active fetch dependencies.
char host [k_mdl_gov_host_max]
 Governor host key.
uint32_t jmin
 Minimum request delay.
uint32_t jmax
 Maximum request delay.

Detailed Description

Governed retry context for one cache buffer callback.

Holds only the active fetch dependency, host key, and delay bounds needed to adapt mdl_net_get_buf to mdl_cache_fetch_fn.

Since
0.1.0

Definition at line 40 of file mdl_fetch_internal.h.

Field Documentation

◆ ctx

mdl_fetch_ctx_t* mdl_fetch_cache_request::ctx

Active fetch dependencies.

Definition at line 41 of file mdl_fetch_internal.h.

Referenced by priv_mdl_fetch_cache_get_buf().

◆ host

char mdl_fetch_cache_request::host[k_mdl_gov_host_max]

Governor host key.

Definition at line 42 of file mdl_fetch_internal.h.

Referenced by internal_cover_cached(), internal_mdl_fetch_chapter_html(), and priv_mdl_fetch_cache_get_buf().

◆ jmax

uint32_t mdl_fetch_cache_request::jmax

Maximum request delay.

Definition at line 44 of file mdl_fetch_internal.h.

Referenced by priv_mdl_fetch_cache_get_buf().

◆ jmin

uint32_t mdl_fetch_cache_request::jmin

Minimum request delay.

Definition at line 43 of file mdl_fetch_internal.h.

Referenced by priv_mdl_fetch_cache_get_buf().


The documentation for this struct was generated from the following file: