| 51 | void *(*rte_mcp_ptr_list); |
| 52 | |
| 53 | void * |
| 54 | dpaa2_get_mcp_ptr(int portal_idx) |
| 55 | { |
| 56 | if (rte_mcp_ptr_list) |
| 57 | return rte_mcp_ptr_list[portal_idx]; |
| 58 | else |
| 59 | return NULL; |
| 60 | } |
| 61 | |
| 62 | static struct rte_dpaa2_object_list dpaa2_obj_list = |
| 63 | TAILQ_HEAD_INITIALIZER(dpaa2_obj_list); |
no outgoing calls
no test coverage detected