Searched refs:pCmd (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 204 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() 2662 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl() 2702 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3() 2875 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err() 3059 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err() 3225 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4() [all …]
|
D | lpfc_scsi.h | 132 struct scsi_cmnd *pCmd; member
|
D | lpfc_init.c | 1031 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
|
D | lpfc_sli.c | 9950 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1230 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.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 798 struct sw_chnl_cmd *pCmd; in _rtl92e_phy_set_sw_chnl_cmd_array() local 809 pCmd = CmdTable + CmdTableIdx; in _rtl92e_phy_set_sw_chnl_cmd_array() 810 pCmd->CmdID = CmdID; in _rtl92e_phy_set_sw_chnl_cmd_array() 811 pCmd->Para1 = Para1; in _rtl92e_phy_set_sw_chnl_cmd_array() 812 pCmd->Para2 = Para2; in _rtl92e_phy_set_sw_chnl_cmd_array() 813 pCmd->msDelay = msDelay; in _rtl92e_phy_set_sw_chnl_cmd_array()
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.c | 596 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done() 998 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt() 1019 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt() 1148 CommandAddress, slot->pCmd); in process_script_interrupt() 1452 slot->pCmd); in NCR_700_start_command() 1900 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
|
D | 53c700.h | 185 dma_addr_t pCmd; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1112 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 3947 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) { in issuecommand() argument 3954 OUT4500(ai, PARAM0, pCmd->parm0); in issuecommand() 3955 OUT4500(ai, PARAM1, pCmd->parm1); in issuecommand() 3956 OUT4500(ai, PARAM2, pCmd->parm2); in issuecommand() 3957 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 3960 if ((IN4500(ai, COMMAND)) == pCmd->cmd) in issuecommand() 3962 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 3980 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand() 3983 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand()
|
/linux-4.4.14/Documentation/scsi/ |
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
|