Searched refs:pCmd (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dce/ |
| A D | dmub_replay.c | 242 struct dmub_rb_cmd_replay_set_coasting_vtotal *pCmd = NULL; in dmub_replay_set_coasting_vtotal() local 244 pCmd = &(cmd.replay_set_coasting_vtotal); in dmub_replay_set_coasting_vtotal() 247 pCmd->header.type = DMUB_CMD__REPLAY; in dmub_replay_set_coasting_vtotal() 248 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal() 250 pCmd->replay_set_coasting_vtotal_data.panel_inst = panel_inst; in dmub_replay_set_coasting_vtotal() 313 struct dmub_rb_cmd_replay_set_power_opt_and_coasting_vtotal *pCmd = NULL; in dmub_replay_set_power_opt_and_coasting_vtotal() local 315 pCmd = &(cmd.replay_set_power_opt_and_coasting_vtotal); in dmub_replay_set_power_opt_and_coasting_vtotal() 318 pCmd->header.type = DMUB_CMD__REPLAY; in dmub_replay_set_power_opt_and_coasting_vtotal() 320 pCmd->header.payload_bytes = in dmub_replay_set_power_opt_and_coasting_vtotal() 323 pCmd->replay_set_power_opt_data.power_opt = power_opt; in dmub_replay_set_power_opt_and_coasting_vtotal() [all …]
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_scsi.c | 494 cmd = psb->pCmd; in lpfc_sli4_io_xri_aborted() 495 psb->pCmd = NULL; in lpfc_sli4_io_xri_aborted() 721 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3() 750 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4() 4042 cmd = lpfc_cmd->pCmd; in lpfc_fcp_io_cmd_wqe_cmpl() 4301 lpfc_cmd->pCmd = NULL; in lpfc_fcp_io_cmd_wqe_cmpl() 4362 cmd = lpfc_cmd->pCmd; in lpfc_scsi_cmd_iocb_cmpl() 4572 lpfc_cmd->pCmd = NULL; in lpfc_scsi_cmd_iocb_cmpl() 5340 lpfc_cmd->pCmd = cmnd; in lpfc_queuecommand() 5559 if (!lpfc_cmd->pCmd) { in lpfc_abort_handler() [all …]
|
| A D | lpfc_sli.h | 459 struct scsi_cmnd *pCmd; member
|
| A D | lpfc_sli.c | 12642 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb() 12883 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
|
| A D | lpfc_init.c | 1133 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
|
| /drivers/scsi/ |
| A D | 53c700.c | 611 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done() 1010 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt() 1031 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt() 1160 CommandAddress, slot->pCmd); in process_script_interrupt() 1460 slot->pCmd); in NCR_700_start_command() 1899 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
|
| A D | 53c700.h | 186 dma_addr_t pCmd; member
|
Completed in 68 milliseconds