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