Searched refs:RTE_MP_MAX_FD_NUM (Results 1 – 5 of 5) sorted by relevance
160 #define RTE_MP_MAX_FD_NUM 8 /* The max amount of fds */ macro168 int fds[RTE_MP_MAX_FD_NUM];
313 if (m->msg.num_fds < 0 || m->msg.num_fds > RTE_MP_MAX_FD_NUM) { in read_msg()818 if (msg->num_fds > RTE_MP_MAX_FD_NUM) { in check_input()820 RTE_MP_MAX_FD_NUM); in check_input()
166 defined by RTE_MP_MAX_FD_NUM.
1911 if (dev->data->nb_rx_queues > RTE_MP_MAX_FD_NUM) { in afxdp_mp_send_fds()1913 dev->data->nb_rx_queues, RTE_MP_MAX_FD_NUM); in afxdp_mp_send_fds()
2449 RTE_MP_MAX_FD_NUM){ in tap_mp_sync_queues()