Home
last modified time | relevance | path

Searched refs:current_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8192u/
Dr819xU_phy.c1107 struct sw_chnl_cmd *current_cmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1202 current_cmd = &pre_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1205 current_cmd = &rf_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1208 current_cmd = &post_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1212 if (current_cmd->cmd_id == CMD_ID_END) { in rtl8192_phy_SwChnlStepByStep()
1214 *delay = current_cmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()
1223 switch (current_cmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()
1230 write_nic_dword(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()
1231 current_cmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1234 write_nic_word(dev, current_cmd->para_1, in rtl8192_phy_SwChnlStepByStep()
[all …]
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c414 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1580 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1602 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1607 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1628 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1656 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1723 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1724 xhci->current_cmd = NULL; in handle_cmd_completion()
1787 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1790 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
[all …]
Dxhci.h1812 struct xhci_command *current_cmd; member