Lines Matching defs:pcmd
171 struct lpfc_dmabuf *pcmd, *prsp;
177 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
182 if (pcmd) {
183 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf,
389 struct lpfc_dmabuf *pcmd;
404 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
405 lp = (uint32_t *) pcmd->virt;
744 struct lpfc_dmabuf *pcmd;
753 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
754 lp = (uint32_t *) pcmd->virt;
978 struct lpfc_dmabuf *pcmd;
984 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
985 lp = (uint32_t *) pcmd->virt;
1241 struct lpfc_dmabuf *pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
1242 uint32_t *lp = (uint32_t *) pcmd->virt;
1353 struct lpfc_dmabuf *pcmd, *prsp, *mp;
1375 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
1377 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list);