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.c1918 if (pep->wa1_nop_trb) { in cdnsp_queue_bulk_tx()
1919 field = le32_to_cpu(pep->wa1_nop_trb->trans_event.flags); in cdnsp_queue_bulk_tx()
1922 pep->wa1_nop_trb->trans_event.flags = cpu_to_le32(field); in cdnsp_queue_bulk_tx()
1923 pep->wa1_nop_trb = NULL; in cdnsp_queue_bulk_tx()
2026 pep->wa1_nop_trb = ring->enqueue; in cdnsp_queue_bulk_tx()
H A Dcdnsp-gadget.h842 union cdnsp_trb *wa1_nop_trb; member