Lines Matching defs:fc_function_template
630 struct fc_function_template { struct
631 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
632 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
634 void (*get_starget_node_name)(struct scsi_target *);
635 void (*get_starget_port_name)(struct scsi_target *);
636 void (*get_starget_port_id)(struct scsi_target *);
638 void (*get_host_port_id)(struct Scsi_Host *);
639 void (*get_host_port_type)(struct Scsi_Host *);
640 void (*get_host_port_state)(struct Scsi_Host *);
641 void (*get_host_active_fc4s)(struct Scsi_Host *);
642 void (*get_host_speed)(struct Scsi_Host *);
643 void (*get_host_fabric_name)(struct Scsi_Host *);
644 void (*get_host_symbolic_name)(struct Scsi_Host *);
645 void (*set_host_system_hostname)(struct Scsi_Host *);
647 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
648 void (*reset_fc_host_stats)(struct Scsi_Host *);
650 int (*issue_fc_host_lip)(struct Scsi_Host *);
652 void (*dev_loss_tmo_callbk)(struct fc_rport *);
653 void (*terminate_rport_io)(struct fc_rport *);
655 void (*set_vport_symbolic_name)(struct fc_vport *);
656 int (*vport_create)(struct fc_vport *, bool);
657 int (*vport_disable)(struct fc_vport *, bool);
658 int (*vport_delete)(struct fc_vport *);
661 int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
662 int (* it_nexus_response)(struct Scsi_Host *, u64, int);
665 int (*bsg_request)(struct fc_bsg_job *);
666 int (*bsg_timeout)(struct fc_bsg_job *);
669 u32 dd_fcrport_size;
670 u32 dd_fcvport_size;
671 u32 dd_bsg_size;
681 unsigned long show_rport_maxframe_size:1;
682 unsigned long show_rport_supported_classes:1;
683 unsigned long show_rport_dev_loss_tmo:1;
690 unsigned long show_starget_node_name:1;
691 unsigned long show_starget_port_name:1;
692 unsigned long show_starget_port_id:1;
695 unsigned long show_host_node_name:1;
696 unsigned long show_host_port_name:1;
697 unsigned long show_host_permanent_port_name:1;
698 unsigned long show_host_supported_classes:1;
699 unsigned long show_host_supported_fc4s:1;
700 unsigned long show_host_supported_speeds:1;
701 unsigned long show_host_maxframe_size:1;
702 unsigned long show_host_serial_number:1;
704 unsigned long show_host_port_id:1;
705 unsigned long show_host_port_type:1;
706 unsigned long show_host_port_state:1;
707 unsigned long show_host_active_fc4s:1;
708 unsigned long show_host_speed:1;
709 unsigned long show_host_fabric_name:1;
710 unsigned long show_host_symbolic_name:1;
711 unsigned long show_host_system_hostname:1;
713 unsigned long disable_target_scan:1;