Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H 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()
213 pCmd->header.payload_bytes = sizeof(struct dmub_cmd_replay_set_coasting_vtotal_data); in dmub_replay_set_coasting_vtotal()
214 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_coasting_vtotal()
215 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; 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()
[all …]
/linux/drivers/scsi/lpfc/
H 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()
808 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3()
2450 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl()
2493 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3()
2687 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err()
2865 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err()
3044 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
/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