Lines Matching refs:rmp
77 struct lpfc_dmabuf *rmp; member
297 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_send_mgmt_cmd_cmp() local
323 rmp = iocb->rmp; in lpfc_bsg_send_mgmt_cmd_cmp()
351 lpfc_bsg_copy_data(rmp, &job->reply_payload, in lpfc_bsg_send_mgmt_cmd_cmp()
357 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd_cmp()
388 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_bsg_send_mgmt_cmd() local
445 rmp = lpfc_alloc_bsg_buffers(phba, job->reply_payload.payload_len, 0, in lpfc_bsg_send_mgmt_cmd()
447 if (!rmp) { in lpfc_bsg_send_mgmt_cmd()
474 dd_data->context_un.iocb.rmp = rmp; in lpfc_bsg_send_mgmt_cmd()
513 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd()
721 dd_data->context_un.iocb.rmp = NULL; in lpfc_bsg_rport_els()
1528 dd_data->context_un.iocb.rmp = NULL; in lpfc_issue_ct_rsp()