Searched refs:pCmd (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 148 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_update_stats() 763 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3() 791 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4() 835 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3() 2476 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl() 2519 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3() 2713 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err() 2897 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() 3257 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s4() [all …]
|
D | lpfc_sli.h | 409 struct scsi_cmnd *pCmd; member
|
D | lpfc_sli.c | 11337 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb() 11591 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
|
D | lpfc_init.c | 1084 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
|
/Linux-v5.4/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1171 struct sw_chnl_cmd *pCmd; in rtl8192_phy_SetSwChnlCmdArray() local 1183 pCmd = CmdTable + CmdTableIdx; in rtl8192_phy_SetSwChnlCmdArray() 1184 pCmd->cmd_id = CmdID; in rtl8192_phy_SetSwChnlCmdArray() 1185 pCmd->para_1 = Para1; in rtl8192_phy_SetSwChnlCmdArray() 1186 pCmd->para_2 = Para2; in rtl8192_phy_SetSwChnlCmdArray() 1187 pCmd->ms_delay = msDelay; in rtl8192_phy_SetSwChnlCmdArray()
|
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 785 struct sw_chnl_cmd *pCmd; in _rtl92e_phy_set_sw_chnl_cmd_array() local 796 pCmd = CmdTable + CmdTableIdx; in _rtl92e_phy_set_sw_chnl_cmd_array() 797 pCmd->CmdID = CmdID; in _rtl92e_phy_set_sw_chnl_cmd_array() 798 pCmd->Para1 = Para1; in _rtl92e_phy_set_sw_chnl_cmd_array() 799 pCmd->Para2 = Para2; in _rtl92e_phy_set_sw_chnl_cmd_array() 800 pCmd->msDelay = msDelay; in _rtl92e_phy_set_sw_chnl_cmd_array()
|
/Linux-v5.4/drivers/scsi/ |
D | 53c700.c | 581 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done() 983 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt() 1004 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt() 1133 CommandAddress, slot->pCmd); in process_script_interrupt() 1437 slot->pCmd); in NCR_700_start_command() 1887 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
|
D | 53c700.h | 187 dma_addr_t pCmd; member
|
/Linux-v5.4/drivers/net/wireless/cisco/ |
D | airo.c | 1115 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 3934 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) { in issuecommand() argument 3941 OUT4500(ai, PARAM0, pCmd->parm0); in issuecommand() 3942 OUT4500(ai, PARAM1, pCmd->parm1); in issuecommand() 3943 OUT4500(ai, PARAM2, pCmd->parm2); in issuecommand() 3944 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 3947 if ((IN4500(ai, COMMAND)) == pCmd->cmd) in issuecommand() 3949 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 3967 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand() 3970 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand()
|
/Linux-v5.4/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
|