Lines Matching defs:fp_ops
2581 const struct rte_event_fp_ops *fp_ops;
2584 fp_ops = &rte_event_fp_ops[dev_id];
2585 port = fp_ops->data[port_id];
2650 const struct rte_event_fp_ops *fp_ops;
2652 fp_ops = &rte_event_fp_ops[dev_id];
2654 fp_ops->enqueue_burst);
2702 const struct rte_event_fp_ops *fp_ops;
2704 fp_ops = &rte_event_fp_ops[dev_id];
2706 fp_ops->enqueue_new_burst);
2754 const struct rte_event_fp_ops *fp_ops;
2756 fp_ops = &rte_event_fp_ops[dev_id];
2758 fp_ops->enqueue_forward_burst);
2831 const struct rte_event_fp_ops *fp_ops;
2834 fp_ops = &rte_event_fp_ops[dev_id];
2835 port = fp_ops->data[port_id];
2850 return (fp_ops->dequeue_burst)(port, ev, nb_events, timeout_ticks);
2898 const struct rte_event_fp_ops *fp_ops;
2901 fp_ops = &rte_event_fp_ops[dev_id];
2902 port = fp_ops->data[port_id];
2916 if (fp_ops->maintain != NULL)
2917 fp_ops->maintain(port, op);
2946 const struct rte_event_fp_ops *fp_ops;
2949 fp_ops = &rte_event_fp_ops[dev_id];
2950 port = fp_ops->data[port_id];
2965 return fp_ops->profile_switch(port, profile_id);
2996 const struct rte_event_fp_ops *fp_ops;
2999 fp_ops = &rte_event_fp_ops[dev_id];
3000 port = fp_ops->data[port_id];
3011 return fp_ops->preschedule_modify(port, type);
3040 const struct rte_event_fp_ops *fp_ops;
3043 fp_ops = &rte_event_fp_ops[dev_id];
3044 port = fp_ops->data[port_id];
3054 fp_ops->preschedule(port, type);