Lines Matching defs:fc_function_template
675 struct fc_function_template { struct
676 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
677 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
679 void (*get_starget_node_name)(struct scsi_target *);
680 void (*get_starget_port_name)(struct scsi_target *);
681 void (*get_starget_port_id)(struct scsi_target *);
683 void (*get_host_port_id)(struct Scsi_Host *);
684 void (*get_host_port_type)(struct Scsi_Host *);
685 void (*get_host_port_state)(struct Scsi_Host *);
686 void (*get_host_active_fc4s)(struct Scsi_Host *);
687 void (*get_host_speed)(struct Scsi_Host *);
688 void (*get_host_fabric_name)(struct Scsi_Host *);
689 void (*get_host_symbolic_name)(struct Scsi_Host *);
690 void (*set_host_system_hostname)(struct Scsi_Host *);
692 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
693 void (*reset_fc_host_stats)(struct Scsi_Host *);
695 int (*issue_fc_host_lip)(struct Scsi_Host *);
697 void (*dev_loss_tmo_callbk)(struct fc_rport *);
698 void (*terminate_rport_io)(struct fc_rport *);
700 void (*set_vport_symbolic_name)(struct fc_vport *);
701 int (*vport_create)(struct fc_vport *, bool);
702 int (*vport_disable)(struct fc_vport *, bool);
703 int (*vport_delete)(struct fc_vport *);
706 u32 max_bsg_segments;
707 int (*bsg_request)(struct bsg_job *);
708 int (*bsg_timeout)(struct bsg_job *);
711 u32 dd_fcrport_size;
712 u32 dd_fcvport_size;
713 u32 dd_bsg_size;
723 unsigned long show_rport_maxframe_size:1;
724 unsigned long show_rport_supported_classes:1;
725 unsigned long show_rport_dev_loss_tmo:1;
732 unsigned long show_starget_node_name:1;
733 unsigned long show_starget_port_name:1;
734 unsigned long show_starget_port_id:1;
737 unsigned long show_host_node_name:1;
738 unsigned long show_host_port_name:1;
739 unsigned long show_host_permanent_port_name:1;
740 unsigned long show_host_supported_classes:1;
741 unsigned long show_host_supported_fc4s:1;
742 unsigned long show_host_supported_speeds:1;
743 unsigned long show_host_maxframe_size:1;
744 unsigned long show_host_serial_number:1;
745 unsigned long show_host_manufacturer:1;
746 unsigned long show_host_model:1;
747 unsigned long show_host_model_description:1;
748 unsigned long show_host_hardware_version:1;
749 unsigned long show_host_driver_version:1;
750 unsigned long show_host_firmware_version:1;
751 unsigned long show_host_optionrom_version:1;
753 unsigned long show_host_port_id:1;
754 unsigned long show_host_port_type:1;
755 unsigned long show_host_port_state:1;
756 unsigned long show_host_active_fc4s:1;
757 unsigned long show_host_speed:1;
758 unsigned long show_host_fabric_name:1;
759 unsigned long show_host_symbolic_name:1;
760 unsigned long show_host_system_hostname:1;
762 unsigned long disable_target_scan:1;