Searched refs:dequeue_ready (Results 1 – 2 of 2) sorted by relevance
18 fixed_pkt_queue_cb dequeue_ready; member144 queue->dequeue_ready = ready_cb; in fixed_pkt_queue_register_dequeue()151 queue->dequeue_ready = NULL; in fixed_pkt_queue_unregister_dequeue()158 if (queue->dequeue_ready) { in fixed_pkt_queue_process()159 queue->dequeue_ready(queue); in fixed_pkt_queue_process()
34 fixed_queue_cb dequeue_ready; member239 queue->dequeue_ready = ready_cb; in fixed_queue_register_dequeue()246 queue->dequeue_ready = NULL; in fixed_queue_unregister_dequeue()253 if (queue->dequeue_ready) { in fixed_queue_process()254 queue->dequeue_ready(queue); in fixed_queue_process()