Home
last modified time | relevance | path

Searched refs:wr_object (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.c19780 struct lpfc_mbx_wr_object *wr_object; in lpfc_wr_object() local
19798 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object; in lpfc_wr_object()
19799 wr_object->u.request.write_offset = *offset; in lpfc_wr_object()
19800 sprintf((uint8_t *)wr_object->u.request.object_name, "/"); in lpfc_wr_object()
19801 wr_object->u.request.object_name[0] = in lpfc_wr_object()
19802 cpu_to_le32(wr_object->u.request.object_name[0]); in lpfc_wr_object()
19803 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); in lpfc_wr_object()
19807 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys); in lpfc_wr_object()
19808 wr_object->u.request.bde[i].addrHigh = in lpfc_wr_object()
19811 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
[all …]
H A Dlpfc_hw4.h3827 struct lpfc_mbx_wr_object wr_object; member