| 185 | struct rte_mp_msg mp_req; |
| 186 | struct rte_mp_msg *mp_res; |
| 187 | struct rte_mp_reply mp_rep; |
| 188 | struct mlx4_mp_param *res __rte_unused; |
| 189 | struct timespec ts = {.tv_sec = MLX4_MP_REQ_TIMEOUT_SEC, .tv_nsec = 0}; |
| 190 | struct mlx4_priv *priv; |
no outgoing calls
no test coverage detected