Lines Matching refs:rmp
73 struct lpfc_dmabuf *rmp; member
91 struct lpfc_dmabuf *rmp; member
302 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_send_mgmt_cmd_cmp() local
327 rmp = iocb->rmp; in lpfc_bsg_send_mgmt_cmd_cmp()
354 lpfc_bsg_copy_data(rmp, &job->reply_payload, in lpfc_bsg_send_mgmt_cmd_cmp()
360 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd_cmp()
391 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_bsg_send_mgmt_cmd() local
456 rmp = lpfc_alloc_bsg_buffers(phba, job->reply_payload.payload_len, 0, in lpfc_bsg_send_mgmt_cmd()
458 if (!rmp) { in lpfc_bsg_send_mgmt_cmd()
496 dd_data->context_un.iocb.rmp = rmp; in lpfc_bsg_send_mgmt_cmd()
530 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd()
729 dd_data->context_un.iocb.rmp = NULL; in lpfc_bsg_rport_els()
1564 dd_data->context_un.iocb.rmp = NULL; in lpfc_issue_ct_rsp()
4941 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_menlo_cmd_cmp() local
4952 rmp = menlo->rmp; in lpfc_bsg_menlo_cmd_cmp()
4994 lpfc_bsg_copy_data(rmp, &job->reply_payload, in lpfc_bsg_menlo_cmd_cmp()
5002 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_menlo_cmd_cmp()
5035 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_menlo_cmd() local
5110 rmp = lpfc_alloc_bsg_buffers(phba, job->reply_payload.payload_len, 0, in lpfc_menlo_cmd()
5112 if (!rmp) { in lpfc_menlo_cmd()
5161 dd_data->context_un.menlo.rmp = rmp; in lpfc_menlo_cmd()
5172 lpfc_free_bsg_buffers(phba, rmp); in lpfc_menlo_cmd()