Searched defs:ehci_qtd (Results 1 – 8 of 8) sorted by relevance
523 struct ehci_qtd { struct545 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument546 void *rpc; /**< pointer to the rpc buffer */547 size_t length; /**< length of the data in the buffer */548 void *buff; /**< pointer to the reassembly buffer */549 int xacterrs; /**< retry counter for qtd xact error */
475 struct ehci_qtd { struct497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument498 void *rpc; /**< pointer to the rpc buffer */499 size_t length; /**< length of the data in the buffer */500 void *buff; /**< pointer to the reassembly buffer */501 int xacterrs; /**< retry counter for qtd xact error */
483 struct ehci_qtd { struct505 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument506 void *rpc; /**< pointer to the rpc buffer */507 size_t length; /**< length of the data in the buffer */508 void *buff; /**< pointer to the reassembly buffer */509 int xacterrs; /**< retry counter for qtd xact error */
509 struct ehci_qtd { struct531 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument532 void *rpc; /**< pointer to the rpc buffer */533 size_t length; /**< length of the data in the buffer */534 void *buff; /**< pointer to the reassembly buffer */535 int xacterrs; /**< retry counter for qtd xact error */
294 struct ehci_qtd { struct296 __hc32 hw_next; /* see EHCI 3.5.1 */297 __hc32 hw_alt_next; /* see EHCI 3.5.2 */298 __hc32 hw_token; /* see EHCI 3.5.3 */317 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */318 __hc32 hw_buf_hi[5]; /* Appendix B */321 dma_addr_t qtd_dma; /* qtd address */322 struct list_head qtd_list; /* sw qtd list */323 struct urb *urb; /* qtd's urb */324 size_t length; /* length of buffer */
234 struct ehci_qtd { struct236 __le32 hw_next; /* see EHCI 3.5.1 */237 __le32 hw_alt_next; /* see EHCI 3.5.2 */238 __le32 hw_token; /* see EHCI 3.5.3 */252 __le32 hw_buf[5]; /* see EHCI 3.5.4 */253 __le32 hw_buf_hi[5]; /* Appendix B */256 dma_addr_t qtd_dma; /* qtd address */257 struct list_head qtd_list; /* sw qtd list */258 struct urb *urb; /* qtd's urb */259 size_t length; /* length of buffer */[all …]