Lines Matching defs:cdns3_endpoint
1134 struct cdns3_endpoint { struct
1135 struct usb_ep endpoint;
1136 struct list_head pending_req_list;
1137 struct list_head deferred_req_list;
1138 struct list_head wa2_descmiss_req_list;
1139 int wa2_counter;
1141 struct cdns3_trb *trb_pool;
1142 dma_addr_t trb_pool_dma;
1144 struct cdns3_device *cdns3_dev;
1145 char name[20];
1163 u32 flags;
1165 struct cdns3_request *descmis_req;
1167 u8 dir;
1168 u8 num;
1169 u8 type;
1170 u8 mult;
1171 u8 bMaxBurst;
1172 u16 wMaxPacketSize;
1173 int interval;
1175 int free_trbs;
1176 int num_trbs;
1177 int alloc_ring_size;
1178 u8 pcs;
1179 u8 ccs;
1180 int enqueue;
1181 int dequeue;
1182 u8 trb_burst_size;
1184 unsigned int wa1_set:1;
1185 struct cdns3_trb *wa1_trb;
1186 unsigned int wa1_trb_index;
1187 unsigned int wa1_cycle_bit:1;
1190 unsigned int use_streams:1;
1191 unsigned int prime_flag:1;
1192 u32 ep_sts_pending;
1193 u16 last_stream_id;
1194 u16 pending_tdl;
1195 unsigned int stream_sg_idx;