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

Function entity_dl_part_get

dpdk/lib/pdcp/pdcp_entity.h:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static inline struct entity_priv_dl_part *
205entity_dl_part_get(const struct rte_pdcp_entity *entity) {
206 return RTE_PTR_ADD(entity, sizeof(struct rte_pdcp_entity) + sizeof(struct entity_priv));
207}
208
209static inline struct entity_priv_ul_part *
210entity_ul_part_get(const struct rte_pdcp_entity *entity) {

Callers 7

pdcp_rx_deliv_setFunction · 0.85
pdcp_dl_establishFunction · 0.85
pdcp_dl_releaseFunction · 0.85
rte_pdcp_entity_suspendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected