Searched refs:tdp (Results 1 – 3 of 3) sorted by relevance
253 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in thread_pipeline_enable() local261 tdp->p = p->p; in thread_pipeline_enable()262 tdp->timer_period = in thread_pipeline_enable()264 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in thread_pipeline_enable()335 struct pipeline_data *tdp = &td->pipeline_data[i]; in thread_pipeline_disable() local337 if (tdp->p != p->p) in thread_pipeline_disable()348 memcpy(tdp, tdp_last, sizeof(*tdp)); in thread_pipeline_disable()
315 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in softnic_thread_pipeline_enable() local320 tdp->p = p->p; in softnic_thread_pipeline_enable()322 tdp->table_data[i].a = in softnic_thread_pipeline_enable()324 tdp->n_tables = p->n_tables; in softnic_thread_pipeline_enable()326 tdp->msgq_req = p->msgq_req; in softnic_thread_pipeline_enable()327 tdp->msgq_rsp = p->msgq_rsp; in softnic_thread_pipeline_enable()328 tdp->timer_period = (rte_get_tsc_hz() * p->timer_period_ms) / 1000; in softnic_thread_pipeline_enable()329 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in softnic_thread_pipeline_enable()400 struct pipeline_data *tdp = &td->pipeline_data[i]; in softnic_thread_pipeline_disable() local402 if (tdp->p != p->p) in softnic_thread_pipeline_disable()[all …]
280 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in thread_pipeline_enable() local288 tdp->p = p->p; in thread_pipeline_enable()290 tdp->table_data[i].a = p->table[i].a; in thread_pipeline_enable()292 tdp->n_tables = p->n_tables; in thread_pipeline_enable()294 tdp->msgq_req = p->msgq_req; in thread_pipeline_enable()295 tdp->msgq_rsp = p->msgq_rsp; in thread_pipeline_enable()296 tdp->timer_period = (rte_get_tsc_hz() * p->timer_period_ms) / 1000; in thread_pipeline_enable()297 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in thread_pipeline_enable()373 struct pipeline_data *tdp = &td->pipeline_data[i]; in thread_pipeline_disable() local375 if (tdp->p != p->p) in thread_pipeline_disable()[all …]