Lines Matching defs:pcmd
171 struct lpfc_dmabuf *pcmd, *prsp;
176 pcmd = cmdiocb->cmd_dmabuf;
181 if (pcmd) {
182 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf,
329 struct lpfc_dmabuf *pcmd;
345 pcmd = cmdiocb->cmd_dmabuf;
346 lp = (uint32_t *) pcmd->virt;
710 struct lpfc_dmabuf *pcmd;
718 pcmd = cmdiocb->cmd_dmabuf;
719 lp = (uint32_t *) pcmd->virt;
969 struct lpfc_dmabuf *pcmd;
975 pcmd = cmdiocb->cmd_dmabuf;
976 lp = (uint32_t *)pcmd->virt;
1240 struct lpfc_dmabuf *pcmd = cmdiocb->cmd_dmabuf;
1241 uint32_t *lp = (uint32_t *) pcmd->virt;
1350 struct lpfc_dmabuf *pcmd, *prsp;
1373 pcmd = cmdiocb->cmd_dmabuf;
1375 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list);