Struct swbus_rxq_ent

Struct Documentation

struct swbus_rxq_ent

SWB receive queue (RXQ) entry.

When a packet is published to the bus, a receive queue entry for the packet is placed in each subscribed receive queue.

Public Members

dptr_t *data

Pointer to the buffer with the actual data.

size_t pkt_size

Received packet size in bytes.

uint32_t pid

ID of received packet.

struct mpool *bp

The buffer pool entry that the data resides in.