Searched defs:xhci_TRB_normal_t (Results 1 – 1 of 1) sorted by relevance
205 struct xhci_TRB_normal_t struct207 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 ring214 unsigned ent : 1; // evaluate next TRB before updating the endpoint's state215 unsigned isp : 1; // Interrupt on short packet bit216 unsigned ns : 1; // No snoop217 unsigned chain : 1; // The chain bit is used to tell the controller that this[all …]