Searched refs:current_cmd (Results 1 – 3 of 3) sorted by relevance
1194 struct sw_chnl_cmd *current_cmd = NULL; in rtl8192_phy_SwChnlStepByStep() local1289 current_cmd = &pre_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()1292 current_cmd = &rf_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()1295 current_cmd = &post_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()1299 if (current_cmd->cmd_id == CMD_ID_END) { in rtl8192_phy_SwChnlStepByStep()1301 *delay = current_cmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()1310 switch (current_cmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()1317 write_nic_dword(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()1318 current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()1321 write_nic_word(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()[all …]
382 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()1648 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()1667 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()1672 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()1700 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()1767 if (xhci->current_cmd == cmd) in handle_cmd_completion()1768 xhci->current_cmd = NULL; in handle_cmd_completion()1831 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()1834 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()1835 xhci->current_cmd = NULL; in handle_cmd_completion()[all …]
1818 struct xhci_command *current_cmd; member