MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pdcp_rx_deliv_set

Function pdcp_rx_deliv_set

dpdk/lib/pdcp/pdcp_process.h:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25pdcp_process_func_set(struct rte_pdcp_entity *entity, const struct rte_pdcp_entity_conf *conf);
26
27static inline void
28pdcp_rx_deliv_set(const struct rte_pdcp_entity *entity, uint32_t rx_deliv)
29{
30 struct entity_priv_dl_part *dl = entity_dl_part_get(entity);
31 struct entity_priv *en_priv = entity_priv_get(entity);
32
33 pdcp_cnt_bitmap_range_clear(dl->bitmap, en_priv->state.rx_deliv, rx_deliv);
34 en_priv->state.rx_deliv = rx_deliv;
35}
36
37#endif /* PDCP_PROCESS_H */

Calls 3

entity_dl_part_getFunction · 0.85
entity_priv_getFunction · 0.85

Tested by

no test coverage detected