Searched refs:pRsp (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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 4004 pRsp->status = IN4500(ai, STATUS); in issuecommand() 4005 pRsp->rsp0 = IN4500(ai, RESP0); in issuecommand() 4006 pRsp->rsp1 = IN4500(ai, RESP1); in issuecommand() 4007 pRsp->rsp2 = IN4500(ai, RESP2); 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() 4012 pRsp->rsp2); in issuecommand()
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 1166 * Changed plogi_ndlp -> plogindlp, pos_tmp->postmp, pRsp->prsp, 1170 * Changed pBufList -> pbuflist, pRsp -> prsp, pCmd -> pcmd
|