Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/early/
Dxhci-dbc.c690 static void xdbc_handle_port_status(struct xdbc_trb *evt_trb) in xdbc_handle_port_status() argument
718 static void xdbc_handle_tx_event(struct xdbc_trb *evt_trb) in xdbc_handle_tx_event() argument
723 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
724 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()
756 struct xdbc_trb *evt_trb; in xdbc_handle_events() local
805 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
806 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events()
813 switch ((le32_to_cpu(evt_trb->field[3]) & TRB_TYPE_BITMASK)) { in xdbc_handle_events()
815 xdbc_handle_port_status(evt_trb); in xdbc_handle_events()
818 xdbc_handle_tx_event(evt_trb); in xdbc_handle_events()
[all …]