Searched refs:pCmd (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.c | 206 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-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_scsi.c | 490 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() 5335 lpfc_cmd->pCmd = cmnd; in lpfc_queuecommand() 5554 if (!lpfc_cmd->pCmd) { in lpfc_abort_handler() [all …]
|
| H A D | lpfc_sli.h | 459 struct scsi_cmnd *pCmd; member
|
| H A D | lpfc_sli.c | 12632 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb() 12873 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
|
| H A D | lpfc_init.c | 1133 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
|
| /linux-6.15/drivers/scsi/ |
| H 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()
|
| H A D | 53c700.h | 186 dma_addr_t pCmd; member
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1167 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
|