Lines Matching refs:fc_rport
335 struct fc_rport { /* aka fc_starget_attrs */ struct
376 container_of(d, struct fc_rport, dev)
634 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
635 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
655 void (*dev_loss_tmo_callbk)(struct fc_rport *);
656 void (*terminate_rport_io)(struct fc_rport *);
732 fc_remote_port_chkready(struct fc_rport *rport) in fc_remote_port_chkready()
792 struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
794 void fc_remote_port_delete(struct fc_rport *rport);
795 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
809 int fc_block_rport(struct fc_rport *rport);
820 static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job) in fc_bsg_to_rport()