Lines Matching defs:fc_host_attrs
489 struct fc_host_attrs { struct
491 u64 node_name;
492 u64 port_name;
493 u64 permanent_port_name;
494 u32 supported_classes;
495 u8 supported_fc4s[FC_FC4_LIST_SIZE];
496 u32 supported_speeds;
497 u32 maxframe_size;
498 u16 max_npiv_vports;
499 char serial_number[FC_SERIAL_NUMBER_SIZE];
500 char manufacturer[FC_SERIAL_NUMBER_SIZE];
501 char model[FC_SYMBOLIC_NAME_SIZE];
502 char model_description[FC_SYMBOLIC_NAME_SIZE];
503 char hardware_version[FC_VERSION_STRING_SIZE];
504 char driver_version[FC_VERSION_STRING_SIZE];
505 char firmware_version[FC_VERSION_STRING_SIZE];
506 char optionrom_version[FC_VERSION_STRING_SIZE];
509 u32 port_id;
510 enum fc_port_type port_type;
511 enum fc_port_state port_state;
512 u8 active_fc4s[FC_FC4_LIST_SIZE];
513 u32 speed;
514 u64 fabric_name;
515 char symbolic_name[FC_SYMBOLIC_NAME_SIZE];
516 char system_hostname[FC_SYMBOLIC_NAME_SIZE];
517 u32 dev_loss_tmo;
542 ((struct fc_host_attrs *)(x)->shost_data) argument