Searched defs:iscsi_stats_info (Results 1 – 1 of 1) sorted by relevance
157 struct iscsi_stats_info { struct158 uint8_t version[12]; /* Function's Driver Version. */159 uint8_t mac_local[8]; /* Locally Admin iSCSI MAC Addr. */160 uint8_t mac_add1[8]; /* Additional Programmed MAC Addr 1. */162 uint32_t qos_priority;164 uint8_t initiator_name[64]; /* iSCSI Boot Initiator Node name. */166 uint8_t ww_port_name[64]; /* iSCSI World wide port name */168 uint8_t boot_target_name[64];/* iSCSI Boot Target Name. */170 uint8_t boot_target_ip[16]; /* iSCSI Boot Target IP. */171 uint32_t boot_target_portal; /* iSCSI Boot Target Portal. */[all …]