Lines Matching defs:fc_host_attrs
496 struct fc_host_attrs { struct
498 u64 node_name;
499 u64 port_name;
500 u64 permanent_port_name;
501 u32 supported_classes;
502 u8 supported_fc4s[FC_FC4_LIST_SIZE];
503 u32 supported_speeds;
504 u32 maxframe_size;
505 u16 max_npiv_vports;
506 char serial_number[FC_SERIAL_NUMBER_SIZE];
507 char manufacturer[FC_SERIAL_NUMBER_SIZE];
508 char model[FC_SYMBOLIC_NAME_SIZE];
509 char model_description[FC_SYMBOLIC_NAME_SIZE];
510 char hardware_version[FC_VERSION_STRING_SIZE];
511 char driver_version[FC_VERSION_STRING_SIZE];
512 char firmware_version[FC_VERSION_STRING_SIZE];
513 char optionrom_version[FC_VERSION_STRING_SIZE];
516 u32 port_id;
517 enum fc_port_type port_type;
518 enum fc_port_state port_state;
519 u8 active_fc4s[FC_FC4_LIST_SIZE];
520 u32 speed;
521 u64 fabric_name;
522 char symbolic_name[FC_SYMBOLIC_NAME_SIZE];
523 char system_hostname[FC_SYMBOLIC_NAME_SIZE];
524 u32 dev_loss_tmo;
549 ((struct fc_host_attrs *)(x)->shost_data) argument