Home
last modified time | relevance | path

Searched defs:rx_msg_slot_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h75 typedef struct rx_msg_slot_info { struct
77 struct rx_msg_slot_info *next; argument
80 struct semaphore sem;
83 uint8_t *addr; // base address of slot
84 uint32_t len; // length of slot in bytes
86 uint32_t write_ptr; // hardware causes this to advance
87 uint32_t read_ptr; // this module does the reading
88 int active; // is this slot in the hardware dma fifo?
89 uint32_t msgs_parsed; // count how many messages are in this slot
90 uint32_t msgs_released; // how many messages have been released
[all …]