Function swbus_rxq_pop_front
Defined in File swbus.h
Function Documentation
-
status_t swbus_rxq_pop_front(struct pcqueue *queue, struct swbus_rxq_ent *ent)
Remove and release the front element from the selected receive queue.
- Parameters:
queue – The parent pcqueue of the packet.
ent – The previously “peeked” element from swbus_rxq_front(), swbus_rxq_wait(), or swbus_rxq_timedwait().
- Returns: