| 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; |
no outgoing calls
no test coverage detected