Home
last modified time | relevance | path

Searched refs:wa1_nop_trb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1916 if (pep->wa1_nop_trb) { in cdnsp_queue_bulk_tx()
1917 field = le32_to_cpu(pep->wa1_nop_trb->trans_event.flags); in cdnsp_queue_bulk_tx()
1920 pep->wa1_nop_trb->trans_event.flags = cpu_to_le32(field); in cdnsp_queue_bulk_tx()
1921 pep->wa1_nop_trb = NULL; in cdnsp_queue_bulk_tx()
2024 pep->wa1_nop_trb = ring->enqueue; in cdnsp_queue_bulk_tx()
H A Dcdnsp-gadget.h842 union cdnsp_trb *wa1_nop_trb; member