Home
last modified time | relevance | path

Searched defs:fc_function_template (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h621 struct fc_function_template { struct
622 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
623 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
625 void (*get_starget_node_name)(struct scsi_target *);
626 void (*get_starget_port_name)(struct scsi_target *);
627 void (*get_starget_port_id)(struct scsi_target *);
629 void (*get_host_port_id)(struct Scsi_Host *);
630 void (*get_host_port_type)(struct Scsi_Host *);
631 void (*get_host_port_state)(struct Scsi_Host *);
632 void (*get_host_active_fc4s)(struct Scsi_Host *);
[all …]
/kernel/linux/linux-4.19/include/scsi/
Dscsi_transport_fc.h633 struct fc_function_template { struct
634 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
635 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
637 void (*get_starget_node_name)(struct scsi_target *);
638 void (*get_starget_port_name)(struct scsi_target *);
639 void (*get_starget_port_id)(struct scsi_target *);
641 void (*get_host_port_id)(struct Scsi_Host *);
642 void (*get_host_port_type)(struct Scsi_Host *);
643 void (*get_host_port_state)(struct Scsi_Host *);
644 void (*get_host_active_fc4s)(struct Scsi_Host *);
[all …]