Searched refs:pRsp (Results 1 – 2 of 2) sorted by relevance
| /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 3963 pRsp->status = IN4500(ai, STATUS); in issuecommand() 3964 pRsp->rsp0 = IN4500(ai, RESP0); in issuecommand() 3965 pRsp->rsp1 = IN4500(ai, RESP1); in issuecommand() 3966 pRsp->rsp2 = IN4500(ai, RESP2); 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() 3971 pRsp->rsp2); in issuecommand()
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1166 * Changed plogi_ndlp -> plogindlp, pos_tmp->postmp, pRsp->prsp, 1170 * Changed pBufList -> pbuflist, pRsp -> prsp, pCmd -> pcmd
|