Searched refs:wr_object (Results 1 – 2 of 2) sorted by relevance
20936 struct lpfc_mbx_wr_object *wr_object; in lpfc_wr_object() local20956 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object; in lpfc_wr_object()20957 wr_object->u.request.write_offset = *offset; in lpfc_wr_object()20959 wr_object->u.request.object_name[0] = in lpfc_wr_object()20966 wr_object->u.request.bde[i].addrHigh = in lpfc_wr_object()20969 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()20982 wr_object->u.request.bde_count = i; in lpfc_wr_object()20998 &wr_object->header.cfg_shdr.response); in lpfc_wr_object()21000 &wr_object->header.cfg_shdr.response); in lpfc_wr_object()21003 &wr_object->u.response); in lpfc_wr_object()[all …]
3998 struct lpfc_mbx_wr_object wr_object; member