Home
last modified time | relevance | path

Searched refs:TRB_STATUS (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1367 #define TRB_STATUS 4 macro
1440 case TRB_STATUS: in xhci_trb_type_string()
2312 case TRB_STATUS: in xhci_decode_trb()
Dxhci-ring.c2148 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2174 case TRB_STATUS: in process_ctrl_td()
3679 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch5982 - if (trb_type != TRB_STATUS) {
5984 + if (trb_type != TRB_STATUS)
6103 + field = TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state;