Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_scsi.c204 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_update_stats()
1075 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3()
1103 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4()
1109 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4()
1149 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3()
2668 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl()
2708 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3()
2881 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err()
3066 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err()
3232 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4()
[all …]
Dlpfc_scsi.h132 struct scsi_cmnd *pCmd; member
Dlpfc_init.c1029 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
Dlpfc_sli.c9968 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr819xU_phy.c1230 SwChnlCmd *pCmd; in rtl8192_phy_SetSwChnlCmdArray() local
1242 pCmd = CmdTable + CmdTableIdx; in rtl8192_phy_SetSwChnlCmdArray()
1243 pCmd->CmdID = CmdID; in rtl8192_phy_SetSwChnlCmdArray()
1244 pCmd->Para1 = Para1; in rtl8192_phy_SetSwChnlCmdArray()
1245 pCmd->Para2 = Para2; in rtl8192_phy_SetSwChnlCmdArray()
1246 pCmd->msDelay = msDelay; in rtl8192_phy_SetSwChnlCmdArray()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c816 struct sw_chnl_cmd *pCmd; in rtl8192_phy_SetSwChnlCmdArray() local
830 pCmd = CmdTable + CmdTableIdx; in rtl8192_phy_SetSwChnlCmdArray()
831 pCmd->CmdID = CmdID; in rtl8192_phy_SetSwChnlCmdArray()
832 pCmd->Para1 = Para1; in rtl8192_phy_SetSwChnlCmdArray()
833 pCmd->Para2 = Para2; in rtl8192_phy_SetSwChnlCmdArray()
834 pCmd->msDelay = msDelay; in rtl8192_phy_SetSwChnlCmdArray()
/linux-4.1.27/drivers/scsi/
D53c700.c597 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done()
999 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt()
1020 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt()
1145 CommandAddress, slot->pCmd); in process_script_interrupt()
1449 slot->pCmd); in NCR_700_start_command()
1897 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
D53c700.h185 dma_addr_t pCmd; member
/linux-4.1.27/drivers/net/wireless/
Dairo.c1112 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp);
3932 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) { in issuecommand() argument
3939 OUT4500(ai, PARAM0, pCmd->parm0); in issuecommand()
3940 OUT4500(ai, PARAM1, pCmd->parm1); in issuecommand()
3941 OUT4500(ai, PARAM2, pCmd->parm2); in issuecommand()
3942 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand()
3945 if ((IN4500(ai, COMMAND)) == pCmd->cmd) in issuecommand()
3947 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand()
3965 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand()
3968 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand()
/linux-4.1.27/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