Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h205 struct xhci_TRB_normal_t struct
207 uint64_t buf_paddr; // 数据缓冲区物理地
209 unsigned transfer_length : 17; // 传输数据长
210 unsigned TD_size : 5; // 传输描述符中剩余的数据包的数
211 unsigned intr_target : 10; // 中断目标 [0:MaxIntrs-1]
213 unsigned cycle : 1; // used to mark the enqueue pointer of transfer ring
214 unsigned ent : 1; // evaluate next TRB before updating the endpoint's state
215 unsigned isp : 1; // Interrupt on short packet bit
216 unsigned ns : 1; // No snoop
217 unsigned chain : 1; // The chain bit is used to tell the controller that this
[all …]