Lines Matching defs:fc_host_attrs
527 struct fc_host_attrs { struct
529 u64 node_name;
530 u64 port_name;
531 u64 permanent_port_name;
532 u32 supported_classes;
533 u8 supported_fc4s[FC_FC4_LIST_SIZE];
534 u32 supported_speeds;
535 u32 maxframe_size;
536 u16 max_npiv_vports;
537 u32 max_ct_payload;
538 u32 num_ports;
539 u32 num_discovered_ports;
540 u32 bootbios_state;
541 char serial_number[FC_SERIAL_NUMBER_SIZE];
542 char manufacturer[FC_SERIAL_NUMBER_SIZE];
543 char model[FC_SYMBOLIC_NAME_SIZE];
544 char model_description[FC_SYMBOLIC_NAME_SIZE];
545 char hardware_version[FC_VERSION_STRING_SIZE];
546 char driver_version[FC_VERSION_STRING_SIZE];
547 char firmware_version[FC_VERSION_STRING_SIZE];
548 char optionrom_version[FC_VERSION_STRING_SIZE];
549 char vendor_identifier[FC_VENDOR_IDENTIFIER];
550 char bootbios_version[FC_SYMBOLIC_NAME_SIZE];
554 u32 port_id;
555 enum fc_port_type port_type;
556 enum fc_port_state port_state;
557 u8 active_fc4s[FC_FC4_LIST_SIZE];
558 u32 speed;
559 u64 fabric_name;
560 char symbolic_name[FC_SYMBOLIC_NAME_SIZE];
561 char system_hostname[FC_SYMBOLIC_NAME_SIZE];
562 u32 dev_loss_tmo;
563 struct fc_fpin_stats fpin_stats;
589 ((struct fc_host_attrs *)(x)->shost_data) argument