Searched refs:pCmd (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 493 cmd = psb->pCmd; in lpfc_sli4_io_xri_aborted() 494 psb->pCmd = NULL; in lpfc_sli4_io_xri_aborted() 719 psb->pCmd = NULL; in lpfc_release_scsi_buf_s3() 748 psb->pCmd = NULL; in lpfc_release_scsi_buf_s4() 811 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3() 2453 struct scsi_cmnd *sc = lpfc_cmd->pCmd; in lpfc_bg_scsi_adjust_dl() 2496 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3() 2690 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err() 2868 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err() 3047 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4() [all …]
|
D | lpfc_sli.h | 439 struct scsi_cmnd *pCmd; member
|
D | lpfc_sli.c | 12624 if (lpfc_cmd->pCmd == NULL) in lpfc_sli_validate_fcp_iocb() 12867 if (!lpfc_cmd->pCmd) { in lpfc_sli_abort_taskmgmt()
|
D | lpfc_init.c | 1133 psb->pCmd = NULL; in lpfc_hba_down_post_s4()
|
/linux-6.6.21/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 514 struct sw_chnl_cmd *pCmd; in _rtl92e_phy_set_sw_chnl_cmd_array() local 525 pCmd = CmdTable + CmdTableIdx; in _rtl92e_phy_set_sw_chnl_cmd_array() 526 pCmd->CmdID = CmdID; in _rtl92e_phy_set_sw_chnl_cmd_array() 527 pCmd->Para1 = Para1; in _rtl92e_phy_set_sw_chnl_cmd_array() 528 pCmd->Para2 = Para2; in _rtl92e_phy_set_sw_chnl_cmd_array() 529 pCmd->msDelay = msDelay; in _rtl92e_phy_set_sw_chnl_cmd_array()
|
/linux-6.6.21/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1064 struct sw_chnl_cmd *pCmd; in rtl8192_phy_SetSwChnlCmdArray() local 1076 pCmd = CmdTable + CmdTableIdx; in rtl8192_phy_SetSwChnlCmdArray() 1077 pCmd->cmd_id = CmdID; in rtl8192_phy_SetSwChnlCmdArray() 1078 pCmd->para_1 = Para1; in rtl8192_phy_SetSwChnlCmdArray() 1079 pCmd->para_2 = Para2; in rtl8192_phy_SetSwChnlCmdArray() 1080 pCmd->ms_delay = msDelay; in rtl8192_phy_SetSwChnlCmdArray()
|
/linux-6.6.21/drivers/scsi/ |
D | 53c700.c | 610 dma_unmap_single(hostdata->dev, slot->pCmd, in NCR_700_scsi_done() 1009 dma_unmap_single(hostdata->dev, slot->pCmd, in process_script_interrupt() 1030 slot->pCmd = dma_map_single(hostdata->dev, cmnd, MAX_COMMAND_SIZE, DMA_TO_DEVICE); in process_script_interrupt() 1159 CommandAddress, slot->pCmd); in process_script_interrupt() 1459 slot->pCmd); in NCR_700_start_command() 1898 slot->pCmd = dma_map_single(hostdata->dev, SCp->cmnd, in NCR_700_queuecommand_lck()
|
D | 53c700.h | 186 dma_addr_t pCmd; member
|
/linux-6.6.21/drivers/net/wireless/cisco/ |
D | airo.c | 1117 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp, 3973 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp, in issuecommand() argument 3982 OUT4500(ai, PARAM0, pCmd->parm0); in issuecommand() 3983 OUT4500(ai, PARAM1, pCmd->parm1); in issuecommand() 3984 OUT4500(ai, PARAM2, pCmd->parm2); in issuecommand() 3985 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 3988 if ((IN4500(ai, COMMAND)) == pCmd->cmd) in issuecommand() 3990 OUT4500(ai, COMMAND, pCmd->cmd); in issuecommand() 4008 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand() 4011 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand()
|
/linux-6.6.21/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
|