ZFCP HBA API Library 1
|
Representation of a FC port in the library. More...
#include <vlib.h>
Data Fields | |
unsigned int | isInvalid:1 |
Port invalid or not. | |
wwn_t | wwpn |
WWPN of the port. | |
wwn_t | wwnn |
WWNN of the port. | |
fc_id_t | did |
FC did of the port. | |
struct block | units |
List of units. | |
char | name [32] |
name as in sysfs under fc_remote_ports | |
unsigned int | host |
SCSI host. | |
unsigned int | channel |
SCSI channel. | |
unsigned int | target |
SCSI id. |
Representation of a FC port in the library.