Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1206 struct xhci_command *i_cmd, *tmp_cmd; in xhci_handle_stopped_cmd_ring() local
1210 list_for_each_entry_safe(i_cmd, tmp_cmd, &xhci->cmd_list, in xhci_handle_stopped_cmd_ring()
1213 if (i_cmd->status != COMP_CMD_ABORT) in xhci_handle_stopped_cmd_ring()
1216 i_cmd->status = COMP_CMD_STOP; in xhci_handle_stopped_cmd_ring()
1219 i_cmd->command_trb); in xhci_handle_stopped_cmd_ring()
1222 i_cmd->command_trb->generic.field[3]) & TRB_CYCLE; in xhci_handle_stopped_cmd_ring()
1224 i_cmd->command_trb->generic.field[0] = 0; in xhci_handle_stopped_cmd_ring()
1225 i_cmd->command_trb->generic.field[1] = 0; in xhci_handle_stopped_cmd_ring()
1226 i_cmd->command_trb->generic.field[2] = 0; in xhci_handle_stopped_cmd_ring()
1227 i_cmd->command_trb->generic.field[3] = cpu_to_le32( in xhci_handle_stopped_cmd_ring()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dshubio.h2168 u64 i_cmd:8; member