#include <transfer_list.h>
Data Fields | |
link_t | batch_list |
List of all batches in this list. | |
fibril_mutex_t | guard |
Guard against multiple add/remove races. | |
const char * | name |
Assigned name, for nicer debug output. | |
qh_t * | queue_head |
UHCI hw structure represeting this queue. |
Definition at line 45 of file transfer_list.h.