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

Class rte_mp_reply

dpdk/drivers/net/mana/mp.c:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 struct rte_mp_msg mp_req = { 0 };
211 struct rte_mp_msg *mp_res;
212 struct rte_mp_reply mp_rep;
213 struct mana_mp_param *res;
214 struct timespec ts = {.tv_sec = MANA_MP_REQ_TIMEOUT_SEC, .tv_nsec = 0};
215 int ret;

Callers 3

mana_mp_primary_handleFunction · 0.70
mana_mp_secondary_handleFunction · 0.70
ena_mp_primary_handleFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected