Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c221 struct dmub_rb_cmd_replay_set_coasting_vtotal *pCmd = NULL; in dmub_replay_set_coasting_vtotal() local
223 pCmd = &(cmd.replay_set_coasting_vtotal); in dmub_replay_set_coasting_vtotal()
226 pCmd->header.type = DMUB_CMD__REPLAY; in dmub_replay_set_coasting_vtotal()
227 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
228 pCmd->header.payload_bytes = sizeof(struct dmub_cmd_replay_set_coasting_vtotal_data); in dmub_replay_set_coasting_vtotal()
229 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_coasting_vtotal()
230 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; in dmub_replay_set_coasting_vtotal()
231 pCmd->replay_set_coasting_vtotal_data.frame_skip_number = frame_skip_number; in dmub_replay_set_coasting_vtotal()
292 struct dmub_rb_cmd_replay_set_power_opt_and_coasting_vtotal *pCmd = NULL; in dmub_replay_set_power_opt_and_coasting_vtotal() local
294 pCmd = &(cmd.replay_set_power_opt_and_coasting_vtotal); in dmub_replay_set_power_opt_and_coasting_vtotal()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c494 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()
813 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3()
2455 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl()
2498 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3()
2692 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err()
2870 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err()
3049 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4()
[all …]
H A Dlpfc_sli.h459 struct scsi_cmnd *pCmd; member
H A Dlpfc_sli.c12699 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb()
12940 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
H A Dlpfc_init.c1133 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
/linux/drivers/scsi/
H A D53c700.c611 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()
H A D53c700.h186 dma_addr_t pCmd; member
/linux/Documentation/scsi/
H 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