Searched refs:pRsp (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/ |
| H A D | airo.c | 1118 static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp); 3982 static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) in issuecommand() argument 4012 pRsp->status = IN4500(ai, STATUS); in issuecommand() 4013 pRsp->rsp0 = IN4500(ai, RESP0); in issuecommand() 4014 pRsp->rsp1 = IN4500(ai, RESP1); in issuecommand() 4015 pRsp->rsp2 = IN4500(ai, RESP2); in issuecommand() 4016 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) in issuecommand() 4019 pCmd->cmd, pRsp->status, pRsp->rsp0, pRsp->rsp1, in issuecommand() 4020 pRsp->rsp2); in issuecommand()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1166 * Changed plogi_ndlp -> plogindlp, pos_tmp->postmp, pRsp->prsp, 1170 * Changed pBufList -> pbuflist, pRsp -> prsp, pCmd -> pcmd
|