struct usbg_tpg { struct mutex tpg_mutex; /* SAS port target portal group tag for TCM */
u16 tport_tpgt; /* Pointer back to usbg_tport */ struct usbg_tport *tport; struct workqueue_struct *workqueue; /* Returned by usbg_make_tpg() */ struct se_portal_group se_tpg;
u32 gadget_connect; struct tcm_usbg_nexus *tpg_nexus;
atomic_t tpg_port_count;
struct usb_function_instance *fi;
};
struct usbg_tport { /* Binary World Wide unique Port Name for SAS Target port */
u64 tport_wwpn; /* ASCII formatted WWPN for SAS Target port */ char tport_name[USBG_NAMELEN]; /* Returned by usbg_make_tport() */ struct se_wwn tport_wwn;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.