Lines Matching refs:wr_object
16772 struct lpfc_mbx_wr_object *wr_object; in lpfc_wr_object() local
16790 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object; in lpfc_wr_object()
16791 wr_object->u.request.write_offset = *offset; in lpfc_wr_object()
16792 sprintf((uint8_t *)wr_object->u.request.object_name, "/"); in lpfc_wr_object()
16793 wr_object->u.request.object_name[0] = in lpfc_wr_object()
16794 cpu_to_le32(wr_object->u.request.object_name[0]); in lpfc_wr_object()
16795 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); in lpfc_wr_object()
16799 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys); in lpfc_wr_object()
16800 wr_object->u.request.bde[i].addrHigh = in lpfc_wr_object()
16803 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
16806 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1); in lpfc_wr_object()
16808 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
16814 wr_object->u.request.bde_count = i; in lpfc_wr_object()
16815 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written); in lpfc_wr_object()
16823 shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr; in lpfc_wr_object()
16835 *offset += wr_object->u.response.actual_write_length; in lpfc_wr_object()