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