Lines Matching defs:xhci_TRB_normal_t
205 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
219 unsigned ioc : 1; // 完成时发起中断
220 unsigned idt : 1; // Immediate Data
221 unsigned resv : 2; // Reserved and zero'd
222 unsigned bei : 1; // Block event interrupt
223 unsigned TRB_type : 6; // TRB类型
224 uint16_t Reserved; // 保留且置为0