Searched defs:dbri_pipe (Results 1 – 1 of 1) sorted by relevance
59 struct dbri_pipe { struct60 u32 sdp; /* SDP command word */61 enum direction direction;62 int nextpipe; /* Next pipe in linked list */63 int prevpipe;64 int cycle; /* Offset of timeslot (bits) */65 int length; /* Length of timeslot (bits) */66 int desc; /* Index of active descriptor*/67 volatile __u32 *recv_fixed_ptr; /* Ptr to receive fixed data */