Searched defs:isp1362_ep_queue (Results 1 – 1 of 1) sorted by relevance
458 struct isp1362_ep_queue { struct459 struct list_head active; /* list of PTDs currently processed by HC */460 atomic_t finishing;461 unsigned long buf_map;462 unsigned long skip_map;463 int free_ptd;464 u16 buf_start;465 u16 buf_size;466 u16 blk_size; /* PTD buffer block size for ATL and INTL */467 u8 buf_count;[all …]