Searched refs:q_last (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_car.c | 70 u_int q_last; /* last queue element */ member 211 priv->upper.q_last = 0; in ng_car_constructor() 226 priv->lower.q_last = 0; in ng_car_constructor() 268 if (hinfo->q_first != hinfo->q_last) { in ng_car_rcvdata() 688 if (hinfo->q_first == hinfo->q_last) in ng_car_q_event() 701 if (hinfo->q_first != hinfo->q_last) in ng_car_q_event() 722 len = hinfo->q_last - hinfo->q_first; in ng_car_enqueue() 740 hinfo->q[hinfo->q_last] = m; in ng_car_enqueue() 741 hinfo->q_last++; in ng_car_enqueue() 742 if (hinfo->q_last >= NG_CAR_QUEUE_SIZE) in ng_car_enqueue() [all …]
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 3071 unsigned int i, q_start, q_last; in rte_vhost_host_notifier_ctrl() local 3093 q_last = dev->nr_vring - 1; in rte_vhost_host_notifier_ctrl() 3098 q_last = qid; in rte_vhost_host_notifier_ctrl() 3109 for (i = q_start; i <= q_last; i++) { in rte_vhost_host_notifier_ctrl() 3124 for (i = q_start; i <= q_last; i++) { in rte_vhost_host_notifier_ctrl()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.c | 1980 uint32_t q00, q01, q10, q11, q20, q21, q30, q31, q_last; in rte_sched_port_enqueue() local 2135 q_last = rte_sched_port_enqueue_qptrs_prefetch0(subport_last, in rte_sched_port_enqueue() 2149 q_last_base = rte_sched_subport_pipe_qbase(subport_last, q_last); in rte_sched_port_enqueue() 2151 q_last, q_last_base); in rte_sched_port_enqueue() 2161 q_last, q_last_base, pkt_last); in rte_sched_port_enqueue()
|