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