27 #ifndef SCSI_TRANSPORT_FC_H
28 #define SCSI_TRANSPORT_FC_H
30 #include <linux/sched.h>
31 #include <scsi/scsi.h>
112 #define FC_COS_UNSPECIFIED 0
113 #define FC_COS_CLASS1 2
114 #define FC_COS_CLASS2 4
115 #define FC_COS_CLASS3 8
116 #define FC_COS_CLASS4 0x10
117 #define FC_COS_CLASS6 0x40
125 #define FC_PORTSPEED_UNKNOWN 0
127 #define FC_PORTSPEED_1GBIT 1
128 #define FC_PORTSPEED_2GBIT 2
129 #define FC_PORTSPEED_10GBIT 4
130 #define FC_PORTSPEED_4GBIT 8
131 #define FC_PORTSPEED_8GBIT 0x10
132 #define FC_PORTSPEED_16GBIT 0x20
133 #define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15)
152 #define FC_PORT_ROLE_UNKNOWN 0x00
153 #define FC_PORT_ROLE_FCP_TARGET 0x01
154 #define FC_PORT_ROLE_FCP_INITIATOR 0x02
155 #define FC_PORT_ROLE_IP_PORT 0x04
158 #define FC_RPORT_ROLE_UNKNOWN FC_PORT_ROLE_UNKNOWN
159 #define FC_RPORT_ROLE_FCP_TARGET FC_PORT_ROLE_FCP_TARGET
160 #define FC_RPORT_ROLE_FCP_INITIATOR FC_PORT_ROLE_FCP_INITIATOR
161 #define FC_RPORT_ROLE_IP_PORT FC_PORT_ROLE_IP_PORT
165 #define FC_VPORT_ATTR(_name,_mode,_show,_store) \
166 struct device_attribute dev_attr_vport_##_name = \
167 __ATTR(_name,_mode,_show,_store)
180 #define FC_VPORT_SYMBOLIC_NAMELEN 64
248 #define FC_VPORT_CREATING 0x01
249 #define FC_VPORT_DELETING 0x02
250 #define FC_VPORT_DELETED 0x04
251 #define FC_VPORT_DEL 0x06
253 #define dev_to_vport(d) \
254 container_of(d, struct fc_vport, dev)
255 #define transport_class_to_vport(dev) \
256 dev_to_vport(dev->parent)
257 #define vport_to_shost(v) \
259 #define vport_to_shost_channel(v) \
261 #define vport_to_parent(v) \
266 #define VPCERR_UNSUPPORTED -ENOSYS
268 #define VPCERR_BAD_WWN -ENOTUNIQ
270 #define VPCERR_NO_FABRIC_SUPP -EOPNOTSUPP
291 #define FC_RPORT_ATTR(_name,_mode,_show,_store) \
292 struct device_attribute dev_attr_rport_##_name = \
293 __ATTR(_name,_mode,_show,_store)
358 #define FC_RPORT_DEVLOSS_PENDING 0x01
359 #define FC_RPORT_SCAN_PENDING 0x02
360 #define FC_RPORT_FAST_FAIL_TIMEDOUT 0x04
361 #define FC_RPORT_DEVLOSS_CALLBK_DONE 0x08
363 #define dev_to_rport(d) \
364 container_of(d, struct fc_rport, dev)
365 #define transport_class_to_rport(dev) \
366 dev_to_rport(dev->parent)
367 #define rport_to_shost(r) \
368 dev_to_shost(r->dev.parent)
389 #define fc_starget_node_name(x) \
390 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
391 #define fc_starget_port_name(x) \
392 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
393 #define fc_starget_port_id(x) \
394 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
396 #define starget_to_rport(s) \
397 scsi_is_fc_rport(s->dev.parent) ? dev_to_rport(s->dev.parent) : NULL
485 #define FC_FC4_LIST_SIZE 32
486 #define FC_SYMBOLIC_NAME_SIZE 256
487 #define FC_VERSION_STRING_SIZE 64
488 #define FC_SERIAL_NUMBER_SIZE 80
542 #define shost_to_fc_host(x) \
543 ((struct fc_host_attrs *)(x)->shost_data)
545 #define fc_host_node_name(x) \
546 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
547 #define fc_host_port_name(x) \
548 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
549 #define fc_host_permanent_port_name(x) \
550 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
551 #define fc_host_supported_classes(x) \
552 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
553 #define fc_host_supported_fc4s(x) \
554 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
555 #define fc_host_supported_speeds(x) \
556 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
557 #define fc_host_maxframe_size(x) \
558 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
559 #define fc_host_max_npiv_vports(x) \
560 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
561 #define fc_host_serial_number(x) \
562 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
563 #define fc_host_manufacturer(x) \
564 (((struct fc_host_attrs *)(x)->shost_data)->manufacturer)
565 #define fc_host_model(x) \
566 (((struct fc_host_attrs *)(x)->shost_data)->model)
567 #define fc_host_model_description(x) \
568 (((struct fc_host_attrs *)(x)->shost_data)->model_description)
569 #define fc_host_hardware_version(x) \
570 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
571 #define fc_host_driver_version(x) \
572 (((struct fc_host_attrs *)(x)->shost_data)->driver_version)
573 #define fc_host_firmware_version(x) \
574 (((struct fc_host_attrs *)(x)->shost_data)->firmware_version)
575 #define fc_host_optionrom_version(x) \
576 (((struct fc_host_attrs *)(x)->shost_data)->optionrom_version)
577 #define fc_host_port_id(x) \
578 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
579 #define fc_host_port_type(x) \
580 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
581 #define fc_host_port_state(x) \
582 (((struct fc_host_attrs *)(x)->shost_data)->port_state)
583 #define fc_host_active_fc4s(x) \
584 (((struct fc_host_attrs *)(x)->shost_data)->active_fc4s)
585 #define fc_host_speed(x) \
586 (((struct fc_host_attrs *)(x)->shost_data)->speed)
587 #define fc_host_fabric_name(x) \
588 (((struct fc_host_attrs *)(x)->shost_data)->fabric_name)
589 #define fc_host_symbolic_name(x) \
590 (((struct fc_host_attrs *)(x)->shost_data)->symbolic_name)
591 #define fc_host_system_hostname(x) \
592 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
593 #define fc_host_tgtid_bind_type(x) \
594 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
595 #define fc_host_rports(x) \
596 (((struct fc_host_attrs *)(x)->shost_data)->rports)
597 #define fc_host_rport_bindings(x) \
598 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
599 #define fc_host_vports(x) \
600 (((struct fc_host_attrs *)(x)->shost_data)->vports)
601 #define fc_host_next_rport_number(x) \
602 (((struct fc_host_attrs *)(x)->shost_data)->next_rport_number)
603 #define fc_host_next_target_id(x) \
604 (((struct fc_host_attrs *)(x)->shost_data)->next_target_id)
605 #define fc_host_next_vport_number(x) \
606 (((struct fc_host_attrs *)(x)->shost_data)->next_vport_number)
607 #define fc_host_npiv_vports_inuse(x) \
608 (((struct fc_host_attrs *)(x)->shost_data)->npiv_vports_inuse)
609 #define fc_host_work_q_name(x) \
610 (((struct fc_host_attrs *)(x)->shost_data)->work_q_name)
611 #define fc_host_work_q(x) \
612 (((struct fc_host_attrs *)(x)->shost_data)->work_q)
613 #define fc_host_devloss_work_q_name(x) \
614 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q_name)
615 #define fc_host_devloss_work_q(x) \
616 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q)
617 #define fc_host_dev_loss_tmo(x) \
618 (((struct fc_host_attrs *)(x)->shost_data)->dev_loss_tmo)
628 #define FC_RQST_STATE_INPROGRESS 0
629 #define FC_RQST_STATE_DONE 1
792 static inline u64 wwn_to_u64(
u8 *wwn)
794 return (
u64)wwn[0] << 56 | (
u64)wwn[1] << 48 |
795 (
u64)wwn[2] << 40 | (
u64)wwn[3] << 32 |
796 (
u64)wwn[4] << 24 | (
u64)wwn[5] << 16 |
797 (
u64)wwn[6] << 8 | (
u64)wwn[7];
800 static inline void u64_to_wwn(
u64 inm,
u8 *wwn)
802 wwn[0] = (inm >> 56) & 0xff;
803 wwn[1] = (inm >> 48) & 0xff;
804 wwn[2] = (inm >> 40) & 0xff;
805 wwn[3] = (inm >> 32) & 0xff;
806 wwn[4] = (inm >> 24) & 0xff;
807 wwn[5] = (inm >> 16) & 0xff;
808 wwn[6] = (inm >> 8) & 0xff;