Home
last modified time | relevance | path

Searched refs:q_pos (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c286 if (q->q_pos == OPDL_Q_POS_START || q->q_pos == OPDL_Q_POS_MIDDLE) in stage_for_port()
419 if (queue->q_pos == OPDL_Q_POS_START) { in build_all_dependencies()
424 if (queue->q_pos == OPDL_Q_POS_MIDDLE) { in build_all_dependencies()
435 if (queue->q_pos == OPDL_Q_POS_END) { in build_all_dependencies()
539 queue->q_pos = pos; in initialise_queue()
715 if (queue->q_pos == OPDL_Q_POS_MIDDLE) { in initialise_all_other_ports()
739 } else if (queue->q_pos == OPDL_Q_POS_END) { in initialise_all_other_ports()
761 queue->q_pos); in initialise_all_other_ports()
934 if (queue->q_pos == OPDL_Q_POS_END) in assign_internal_queue_ids()
H A Dopdl_evdev.h196 enum queue_pos q_pos; member