Home
last modified time | relevance | path

Searched defs:ehci_qtd (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h523 struct ehci_qtd { struct
545 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
546 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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h475 struct ehci_qtd { struct
497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
498 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 */
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h475 struct ehci_qtd { struct
497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
498 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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h483 struct ehci_qtd { struct
505 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
506 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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h509 struct ehci_qtd { struct
531 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
532 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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddbus.h475 struct ehci_qtd { struct
497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument
498 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 */
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h294 struct ehci_qtd { struct
296 __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 */
H A Doxu210hp-hcd.c234 struct ehci_qtd { struct
236 __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 …]