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()
1566 dd_data->context_un.iocb.rmp = NULL; in lpfc_issue_ct_rsp()
4957 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_menlo_cmd_cmp() local
4968 rmp = menlo->rmp; in lpfc_bsg_menlo_cmd_cmp()
5010 lpfc_bsg_copy_data(rmp, &job->reply_payload, in lpfc_bsg_menlo_cmd_cmp()
5018 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_menlo_cmd_cmp()
5052 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_menlo_cmd() local
5130 rmp = lpfc_alloc_bsg_buffers(phba, job->reply_payload.payload_len, 0, in lpfc_menlo_cmd()
5132 if (!rmp) { in lpfc_menlo_cmd()
5181 dd_data->context_un.menlo.rmp = rmp; in lpfc_menlo_cmd()
5192 lpfc_free_bsg_buffers(phba, rmp); in lpfc_menlo_cmd()