Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c207 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_update_stats()
1094 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3()
1122 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4()
1128 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4()
1171 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3()
2687 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl()
2727 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3()
2900 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err()
3084 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err()
3250 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4()
[all …]
Dlpfc_scsi.h135 struct scsi_cmnd *pCmd; member
Dlpfc_init.c1092 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
1102 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
Dlpfc_sli.c11115 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_phy.c1226 struct sw_chnl_cmd *pCmd; in rtl8192_phy_SetSwChnlCmdArray() local
1238 pCmd = CmdTable + CmdTableIdx; in rtl8192_phy_SetSwChnlCmdArray()
1239 pCmd->cmd_id = CmdID; in rtl8192_phy_SetSwChnlCmdArray()
1240 pCmd->para_1 = Para1; in rtl8192_phy_SetSwChnlCmdArray()
1241 pCmd->para_2 = Para2; in rtl8192_phy_SetSwChnlCmdArray()
1242 pCmd->ms_delay = msDelay; in rtl8192_phy_SetSwChnlCmdArray()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c797 struct sw_chnl_cmd *pCmd; in _rtl92e_phy_set_sw_chnl_cmd_array() local
808 pCmd = CmdTable + CmdTableIdx; in _rtl92e_phy_set_sw_chnl_cmd_array()
809 pCmd->CmdID = CmdID; in _rtl92e_phy_set_sw_chnl_cmd_array()
810 pCmd->Para1 = Para1; in _rtl92e_phy_set_sw_chnl_cmd_array()
811 pCmd->Para2 = Para2; in _rtl92e_phy_set_sw_chnl_cmd_array()
812 pCmd->msDelay = msDelay; in _rtl92e_phy_set_sw_chnl_cmd_array()
/Linux-v4.19/drivers/scsi/
D53c700.c594 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done()
996 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt()
1017 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt()
1146 CommandAddress, slot->pCmd); in process_script_interrupt()
1450 slot->pCmd); in NCR_700_start_command()
1900 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
D53c700.h187 dma_addr_t pCmd; member
/Linux-v4.19/drivers/net/wireless/cisco/
Dairo.c1112 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp);
3937 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) { in issuecommand() argument
3944 OUT4500(ai, PARAM0, pCmd->parm0); in issuecommand()
3945 OUT4500(ai, PARAM1, pCmd->parm1); in issuecommand()
3946 OUT4500(ai, PARAM2, pCmd->parm2); in issuecommand()
3947 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand()
3950 if ((IN4500(ai, COMMAND)) == pCmd->cmd) in issuecommand()
3952 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand()
3970 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand()
3973 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand()
/Linux-v4.19/Documentation/scsi/
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