Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/
Dr819xU_phy.c1194 struct sw_chnl_cmd *current_cmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1289 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 …]
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c360 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1559 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1581 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1586 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1607 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1635 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1702 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1703 xhci->current_cmd = NULL; in handle_cmd_completion()
1766 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1769 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
[all …]
Dxhci.h1806 struct xhci_command *current_cmd; member