Home
last modified time | relevance | path

Searched refs:pCmd (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddmub_replay.c206 struct dmub_rb_cmd_replay_set_coasting_vtotal *pCmd = NULL; in dmub_replay_set_coasting_vtotal() local
208 pCmd = &(cmd.replay_set_coasting_vtotal); in dmub_replay_set_coasting_vtotal()
211 pCmd->header.type = DMUB_CMD__REPLAY; in dmub_replay_set_coasting_vtotal()
212 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
214 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_coasting_vtotal()
276 struct dmub_rb_cmd_replay_set_power_opt_and_coasting_vtotal *pCmd = NULL; in dmub_replay_set_power_opt_and_coasting_vtotal() local
278 pCmd = &(cmd.replay_set_power_opt_and_coasting_vtotal); in dmub_replay_set_power_opt_and_coasting_vtotal()
281 pCmd->header.type = DMUB_CMD__REPLAY; in dmub_replay_set_power_opt_and_coasting_vtotal()
282 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_POWER_OPT_AND_COASTING_VTOTAL; in dmub_replay_set_power_opt_and_coasting_vtotal()
284 pCmd->replay_set_power_opt_data.power_opt = power_opt; in dmub_replay_set_power_opt_and_coasting_vtotal()
[all …]
/linux/drivers/scsi/lpfc/
A Dlpfc_scsi.c490 cmd = psb->pCmd; in lpfc_sli4_io_xri_aborted()
491 psb->pCmd = NULL; in lpfc_sli4_io_xri_aborted()
716 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3()
745 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4()
4037 cmd = lpfc_cmd->pCmd; in lpfc_fcp_io_cmd_wqe_cmpl()
4296 lpfc_cmd->pCmd = NULL; in lpfc_fcp_io_cmd_wqe_cmpl()
4357 cmd = lpfc_cmd->pCmd; in lpfc_scsi_cmd_iocb_cmpl()
4567 lpfc_cmd->pCmd = NULL; in lpfc_scsi_cmd_iocb_cmpl()
5329 lpfc_cmd->pCmd = cmnd; in lpfc_queuecommand()
5548 if (!lpfc_cmd->pCmd) { in lpfc_abort_handler()
[all …]
A Dlpfc_sli.h459 struct scsi_cmnd *pCmd; member
A Dlpfc_sli.c12649 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb()
12890 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
A Dlpfc_init.c1133 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
/linux/drivers/staging/rtl8192e/rtl8192e/
A Dr8192E_phy.c515 struct sw_chnl_cmd *pCmd; in _rtl92e_phy_set_sw_chnl_cmd_array() local
526 pCmd = CmdTable + CmdTableIdx; in _rtl92e_phy_set_sw_chnl_cmd_array()
527 pCmd->cmd_id = cmd_id; in _rtl92e_phy_set_sw_chnl_cmd_array()
528 pCmd->para1 = para1; in _rtl92e_phy_set_sw_chnl_cmd_array()
529 pCmd->para2 = para2; in _rtl92e_phy_set_sw_chnl_cmd_array()
530 pCmd->ms_delay = ms_delay; in _rtl92e_phy_set_sw_chnl_cmd_array()
/linux/drivers/scsi/
A D53c700.c610 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done()
1009 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt()
1030 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt()
1159 CommandAddress, slot->pCmd); in process_script_interrupt()
1459 slot->pCmd); in NCR_700_start_command()
1898 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
A D53c700.h186 dma_addr_t pCmd; member
/linux/Documentation/scsi/
A DChangeLog.lpfc1167 pCmd->pcmd
1170 * Changed pBufList -> pbuflist, pRsp -> prsp, pCmd -> pcmd
1802 * Change void *pOSCmd to Scsi_Smnd *pCmd
1803 * Change void *pOScmd to struct sk_buff *pCmd

Completed in 71 milliseconds