Lines Matching refs:wr_object

20802 	struct lpfc_mbx_wr_object *wr_object;  in lpfc_wr_object()  local
20821 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object; in lpfc_wr_object()
20822 wr_object->u.request.write_offset = *offset; in lpfc_wr_object()
20823 sprintf((uint8_t *)wr_object->u.request.object_name, "/"); in lpfc_wr_object()
20824 wr_object->u.request.object_name[0] = in lpfc_wr_object()
20825 cpu_to_le32(wr_object->u.request.object_name[0]); in lpfc_wr_object()
20826 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); in lpfc_wr_object()
20830 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys); in lpfc_wr_object()
20831 wr_object->u.request.bde[i].addrHigh = in lpfc_wr_object()
20834 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
20837 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1); in lpfc_wr_object()
20838 bf_set(lpfc_wr_object_eas, &wr_object->u.request, 1); in lpfc_wr_object()
20841 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
20847 wr_object->u.request.bde_count = i; in lpfc_wr_object()
20848 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written); in lpfc_wr_object()
20857 &wr_object->header.cfg_shdr.response); in lpfc_wr_object()
20859 &wr_object->header.cfg_shdr.response); in lpfc_wr_object()
20861 &wr_object->header.cfg_shdr.response); in lpfc_wr_object()
20864 &wr_object->u.response); in lpfc_wr_object()
20866 &wr_object->u.response); in lpfc_wr_object()
20883 *offset += wr_object->u.response.actual_write_length; in lpfc_wr_object()