Searched refs:prsp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_els.c106 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist; local
141 prsp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
142 if (prsp)
143 prsp->virt = lpfc_mbuf_alloc(phba, MEM_PRI,
144 &prsp->phys);
145 if (prsp == 0 || prsp->virt == 0) {
146 kfree(prsp);
154 INIT_LIST_HEAD(&prsp->list);
156 prsp
416 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; local
640 lpfc_plogi_confirm_nport(struct lpfc_hba *phba, struct lpfc_dmabuf *prsp, struct lpfc_nodelist *ndlp) argument
701 struct lpfc_dmabuf *prsp; local
[all...]
H A Dlpfc_nportdisc.c135 struct lpfc_dmabuf *pcmd, *prsp; local
147 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf,
149 if (prsp) {
150 lp = (uint32_t *) prsp->virt;
703 struct lpfc_dmabuf *pcmd, *prsp, *mp; local
724 prsp = list_get_first(&pcmd->list,
727 lp = (uint32_t *) prsp->virt;

Completed in 42 milliseconds