scsi: fc: provide fc_bsg_to_shost() helper
[linux-2.6-block.git] / include / scsi / scsi_transport_fc.h
CommitLineData
9ef3e4a4 1/*
1da177e4
LT
2 * FiberChannel transport specific attributes exported to sysfs.
3 *
4 * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 * ========
21 *
a53eb5e0 22 * Copyright (C) 2004-2007 James Smart, Emulex Corporation
1da177e4
LT
23 * Rewrite for host, target, device, and remote port attributes,
24 * statistics, and service functions...
25 *
26 */
27#ifndef SCSI_TRANSPORT_FC_H
28#define SCSI_TRANSPORT_FC_H
29
4e57b681 30#include <linux/sched.h>
eb340948 31#include <linux/bsg-lib.h>
ef3fb242 32#include <asm/unaligned.h>
19a7b4ae 33#include <scsi/scsi.h>
84314fd4 34#include <scsi/scsi_netlink.h>
1da177e4
LT
35
36struct scsi_transport_template;
37
1da177e4
LT
38/*
39 * FC Port definitions - Following FC HBAAPI guidelines
40 *
41 * Note: Not all binary values for the different fields match HBAAPI.
42 * Instead, we use densely packed ordinal values or enums.
43 * We get away with this as we never present the actual binary values
44 * externally. For sysfs, we always present the string that describes
45 * the value. Thus, an admin doesn't need a magic HBAAPI decoder ring
46 * to understand the values. The HBAAPI user-space library is free to
47 * convert the strings into the HBAAPI-specified binary values.
48 *
49 * Note: Not all HBAAPI-defined values are contained in the definitions
50 * below. Those not appropriate to an fc_host (e.g. FCP initiator) have
51 * been removed.
52 */
53
54/*
55 * fc_port_type: If you alter this, you also need to alter scsi_transport_fc.c
56 * (for the ascii descriptions).
57 */
58enum fc_port_type {
59 FC_PORTTYPE_UNKNOWN,
60 FC_PORTTYPE_OTHER,
61 FC_PORTTYPE_NOTPRESENT,
62 FC_PORTTYPE_NPORT, /* Attached to FPort */
63 FC_PORTTYPE_NLPORT, /* (Public) Loop w/ FLPort */
64 FC_PORTTYPE_LPORT, /* (Private) Loop w/o FLPort */
65 FC_PORTTYPE_PTP, /* Point to Point w/ another NPort */
a53eb5e0 66 FC_PORTTYPE_NPIV, /* VPORT based on NPIV */
1da177e4
LT
67};
68
a53eb5e0 69
1da177e4
LT
70/*
71 * fc_port_state: If you alter this, you also need to alter scsi_transport_fc.c
72 * (for the ascii descriptions).
73 */
74enum fc_port_state {
75 FC_PORTSTATE_UNKNOWN,
76 FC_PORTSTATE_NOTPRESENT,
77 FC_PORTSTATE_ONLINE,
78 FC_PORTSTATE_OFFLINE, /* User has taken Port Offline */
79 FC_PORTSTATE_BLOCKED,
80 FC_PORTSTATE_BYPASSED,
81 FC_PORTSTATE_DIAGNOSTICS,
82 FC_PORTSTATE_LINKDOWN,
83 FC_PORTSTATE_ERROR,
84 FC_PORTSTATE_LOOPBACK,
42e33148 85 FC_PORTSTATE_DELETED,
1da177e4
LT
86};
87
88
a53eb5e0
JS
89/*
90 * fc_vport_state: If you alter this, you also need to alter
91 * scsi_transport_fc.c (for the ascii descriptions).
92 */
93enum fc_vport_state {
94 FC_VPORT_UNKNOWN,
95 FC_VPORT_ACTIVE,
96 FC_VPORT_DISABLED,
97 FC_VPORT_LINKDOWN,
98 FC_VPORT_INITIALIZING,
99 FC_VPORT_NO_FABRIC_SUPP,
100 FC_VPORT_NO_FABRIC_RSCS,
101 FC_VPORT_FABRIC_LOGOUT,
102 FC_VPORT_FABRIC_REJ_WWN,
103 FC_VPORT_FAILED,
104};
105
106
107
9ef3e4a4 108/*
1da177e4
LT
109 * FC Classes of Service
110 * Note: values are not enumerated, as they can be "or'd" together
111 * for reporting (e.g. report supported_classes). If you alter this list,
112 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
113 */
114#define FC_COS_UNSPECIFIED 0
115#define FC_COS_CLASS1 2
116#define FC_COS_CLASS2 4
117#define FC_COS_CLASS3 8
118#define FC_COS_CLASS4 0x10
119#define FC_COS_CLASS6 0x40
120
9ef3e4a4 121/*
1da177e4
LT
122 * FC Port Speeds
123 * Note: values are not enumerated, as they can be "or'd" together
124 * for reporting (e.g. report supported_speeds). If you alter this list,
125 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
126 */
127#define FC_PORTSPEED_UNKNOWN 0 /* Unknown - transceiver
128 incapable of reporting */
129#define FC_PORTSPEED_1GBIT 1
130#define FC_PORTSPEED_2GBIT 2
a9277e77
NP
131#define FC_PORTSPEED_10GBIT 4
132#define FC_PORTSPEED_4GBIT 8
c3d2350a
JS
133#define FC_PORTSPEED_8GBIT 0x10
134#define FC_PORTSPEED_16GBIT 0x20
624f28be 135#define FC_PORTSPEED_32GBIT 0x40
c21a2c1a
DK
136#define FC_PORTSPEED_20GBIT 0x80
137#define FC_PORTSPEED_40GBIT 0x100
138#define FC_PORTSPEED_50GBIT 0x200
139#define FC_PORTSPEED_100GBIT 0x400
c749e6bc 140#define FC_PORTSPEED_25GBIT 0x800
1da177e4
LT
141#define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15) /* Speed not established */
142
143/*
144 * fc_tgtid_binding_type: If you alter this, you also need to alter
145 * scsi_transport_fc.c (for the ascii descriptions).
146 */
147enum fc_tgtid_binding_type {
148 FC_TGTID_BIND_NONE,
149 FC_TGTID_BIND_BY_WWPN,
150 FC_TGTID_BIND_BY_WWNN,
151 FC_TGTID_BIND_BY_ID,
152};
153
154/*
a53eb5e0 155 * FC Port Roles
1da177e4
LT
156 * Note: values are not enumerated, as they can be "or'd" together
157 * for reporting (e.g. report roles). If you alter this list,
158 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
159 */
a53eb5e0
JS
160#define FC_PORT_ROLE_UNKNOWN 0x00
161#define FC_PORT_ROLE_FCP_TARGET 0x01
162#define FC_PORT_ROLE_FCP_INITIATOR 0x02
163#define FC_PORT_ROLE_IP_PORT 0x04
164
165/* The following are for compatibility */
166#define FC_RPORT_ROLE_UNKNOWN FC_PORT_ROLE_UNKNOWN
167#define FC_RPORT_ROLE_FCP_TARGET FC_PORT_ROLE_FCP_TARGET
168#define FC_RPORT_ROLE_FCP_INITIATOR FC_PORT_ROLE_FCP_INITIATOR
169#define FC_RPORT_ROLE_IP_PORT FC_PORT_ROLE_IP_PORT
170
171
172/* Macro for use in defining Virtual Port attributes */
ee959b00
TJ
173#define FC_VPORT_ATTR(_name,_mode,_show,_store) \
174struct device_attribute dev_attr_vport_##_name = \
a53eb5e0 175 __ATTR(_name,_mode,_show,_store)
1da177e4 176
a30c3f69
AV
177/*
178 * fc_vport_identifiers: This set of data contains all elements
179 * to uniquely identify and instantiate a FC virtual port.
180 *
181 * Notes:
182 * symbolic_name: The driver is to append the symbolic_name string data
183 * to the symbolic_node_name data that it generates by default.
184 * the resulting combination should then be registered with the switch.
185 * It is expected that things like Xen may stuff a VM title into
186 * this field.
187 */
188#define FC_VPORT_SYMBOLIC_NAMELEN 64
189struct fc_vport_identifiers {
190 u64 node_name;
191 u64 port_name;
192 u32 roles;
193 bool disable;
194 enum fc_port_type vport_type; /* only FC_PORTTYPE_NPIV allowed */
195 char symbolic_name[FC_VPORT_SYMBOLIC_NAMELEN];
196};
1da177e4 197
a53eb5e0
JS
198/*
199 * FC Virtual Port Attributes
200 *
201 * This structure exists for each FC port is a virtual FC port. Virtual
202 * ports share the physical link with the Physical port. Each virtual
25985edc 203 * ports has a unique presence on the SAN, and may be instantiated via
a53eb5e0 204 * NPIV, Virtual Fabrics, or via additional ALPAs. As the vport is a
25985edc 205 * unique presence, each vport has it's own view of the fabric,
1e4478c3 206 * authentication privilege, and priorities.
a53eb5e0
JS
207 *
208 * A virtual port may support 1 or more FC4 roles. Typically it is a
209 * FCP Initiator. It could be a FCP Target, or exist sole for an IP over FC
210 * roles. FC port attributes for the vport will be reported on any
211 * fc_host class object allocated for an FCP Initiator.
212 *
213 * --
214 *
215 * Fixed attributes are not expected to change. The driver is
216 * expected to set these values after receiving the fc_vport structure
217 * via the vport_create() call from the transport.
218 * The transport fully manages all get functions w/o driver interaction.
219 *
220 * Dynamic attributes are expected to change. The driver participates
221 * in all get/set operations via functions provided by the driver.
222 *
223 * Private attributes are transport-managed values. They are fully
224 * managed by the transport w/o driver interaction.
225 */
226
a53eb5e0
JS
227struct fc_vport {
228 /* Fixed Attributes */
229
230 /* Dynamic Attributes */
231
232 /* Private (Transport-managed) Attributes */
233 enum fc_vport_state vport_state;
234 enum fc_vport_state vport_last_state;
235 u64 node_name;
236 u64 port_name;
237 u32 roles;
238 u32 vport_id; /* Admin Identifier for the vport */
239 enum fc_port_type vport_type;
240 char symbolic_name[FC_VPORT_SYMBOLIC_NAMELEN];
241
242 /* exported data */
243 void *dd_data; /* Used for driver-specific storage */
244
245 /* internal data */
246 struct Scsi_Host *shost; /* Physical Port Parent */
247 unsigned int channel;
248 u32 number;
249 u8 flags;
250 struct list_head peers;
251 struct device dev;
9ef3e4a4 252 struct work_struct vport_delete_work;
a53eb5e0
JS
253} __attribute__((aligned(sizeof(unsigned long))));
254
255/* bit field values for struct fc_vport "flags" field: */
256#define FC_VPORT_CREATING 0x01
257#define FC_VPORT_DELETING 0x02
258#define FC_VPORT_DELETED 0x04
259#define FC_VPORT_DEL 0x06 /* Any DELETE state */
260
261#define dev_to_vport(d) \
262 container_of(d, struct fc_vport, dev)
ee959b00
TJ
263#define transport_class_to_vport(dev) \
264 dev_to_vport(dev->parent)
a53eb5e0
JS
265#define vport_to_shost(v) \
266 (v->shost)
267#define vport_to_shost_channel(v) \
268 (v->channel)
269#define vport_to_parent(v) \
270 (v->dev.parent)
271
272
273/* Error return codes for vport_create() callback */
274#define VPCERR_UNSUPPORTED -ENOSYS /* no driver/adapter
275 support */
276#define VPCERR_BAD_WWN -ENOTUNIQ /* driver validation
277 of WWNs failed */
278#define VPCERR_NO_FABRIC_SUPP -EOPNOTSUPP /* Fabric connection
279 is loop or the
280 Fabric Port does
281 not support NPIV */
282
1da177e4
LT
283/*
284 * fc_rport_identifiers: This set of data contains all elements
285 * to uniquely identify a remote FC port. The driver uses this data
286 * to report the existence of a remote FC port in the topology. Internally,
287 * the transport uses this data for attributes and to manage consistent
288 * target id bindings.
289 */
290struct fc_rport_identifiers {
291 u64 node_name;
292 u64 port_name;
293 u32 port_id;
294 u32 roles;
295};
296
a53eb5e0 297
1da177e4
LT
298/* Macro for use in defining Remote Port attributes */
299#define FC_RPORT_ATTR(_name,_mode,_show,_store) \
ee959b00 300struct device_attribute dev_attr_rport_##_name = \
1da177e4
LT
301 __ATTR(_name,_mode,_show,_store)
302
303
304/*
305 * FC Remote Port Attributes
306 *
307 * This structure exists for each remote FC port that a LLDD notifies
308 * the subsystem of. A remote FC port may or may not be a SCSI Target,
309 * also be a SCSI initiator, IP endpoint, etc. As such, the remote
310 * port is considered a separate entity, independent of "role" (such
311 * as scsi target).
312 *
313 * --
314 *
315 * Attributes are based on HBAAPI V2.0 definitions. Only those
316 * attributes that are determinable by the local port (aka Host)
317 * are contained.
318 *
319 * Fixed attributes are not expected to change. The driver is
320 * expected to set these values after successfully calling
321 * fc_remote_port_add(). The transport fully manages all get functions
322 * w/o driver interaction.
323 *
324 * Dynamic attributes are expected to change. The driver participates
325 * in all get/set operations via functions provided by the driver.
326 *
327 * Private attributes are transport-managed values. They are fully
328 * managed by the transport w/o driver interaction.
329 */
330
331struct fc_rport { /* aka fc_starget_attrs */
332 /* Fixed Attributes */
333 u32 maxframe_size;
334 u32 supported_classes;
335
336 /* Dynamic Attributes */
337 u32 dev_loss_tmo; /* Remote Port loss timeout in seconds. */
338
339 /* Private (Transport-managed) Attributes */
340 u64 node_name;
341 u64 port_name;
342 u32 port_id;
343 u32 roles;
344 enum fc_port_state port_state; /* Will only be ONLINE or UNKNOWN */
345 u32 scsi_target_id;
0f29b966 346 u32 fast_io_fail_tmo;
1da177e4
LT
347
348 /* exported data */
349 void *dd_data; /* Used for driver-specific storage */
350
351 /* internal data */
352 unsigned int channel;
353 u32 number;
aedf3497 354 u8 flags;
1da177e4
LT
355 struct list_head peers;
356 struct device dev;
c4028958 357 struct delayed_work dev_loss_work;
1da177e4 358 struct work_struct scan_work;
c4028958 359 struct delayed_work fail_io_work;
aedf3497
JS
360 struct work_struct stgt_delete_work;
361 struct work_struct rport_delete_work;
9e4f5e29 362 struct request_queue *rqst_q; /* bsg support */
1da177e4
LT
363} __attribute__((aligned(sizeof(unsigned long))));
364
aedf3497
JS
365/* bit field values for struct fc_rport "flags" field: */
366#define FC_RPORT_DEVLOSS_PENDING 0x01
367#define FC_RPORT_SCAN_PENDING 0x02
21098c68 368#define FC_RPORT_FAST_FAIL_TIMEDOUT 0x04
4be98c0c 369#define FC_RPORT_DEVLOSS_CALLBK_DONE 0x08
aedf3497 370
1da177e4
LT
371#define dev_to_rport(d) \
372 container_of(d, struct fc_rport, dev)
ee959b00
TJ
373#define transport_class_to_rport(dev) \
374 dev_to_rport(dev->parent)
1da177e4
LT
375#define rport_to_shost(r) \
376 dev_to_shost(r->dev.parent)
377
378/*
379 * FC SCSI Target Attributes
380 *
25985edc 381 * The SCSI Target is considered an extension of a remote port (as
1da177e4
LT
382 * a remote port can be more than a SCSI Target). Within the scsi
383 * subsystem, we leave the Target as a separate entity. Doing so
384 * provides backward compatibility with prior FC transport api's,
385 * and lets remote ports be handled entirely within the FC transport
386 * and independently from the scsi subsystem. The drawback is that
387 * some data will be duplicated.
388 */
389
390struct fc_starget_attrs { /* aka fc_target_attrs */
391 /* Dynamic Attributes */
392 u64 node_name;
393 u64 port_name;
394 u32 port_id;
395};
396
397#define fc_starget_node_name(x) \
398 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
399#define fc_starget_port_name(x) \
400 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
401#define fc_starget_port_id(x) \
402 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
403
404#define starget_to_rport(s) \
405 scsi_is_fc_rport(s->dev.parent) ? dev_to_rport(s->dev.parent) : NULL
406
407
408/*
409 * FC Local Port (Host) Statistics
410 */
411
412/* FC Statistics - Following FC HBAAPI v2.0 guidelines */
413struct fc_host_statistics {
414 /* port statistics */
415 u64 seconds_since_last_reset;
416 u64 tx_frames;
417 u64 tx_words;
418 u64 rx_frames;
419 u64 rx_words;
420 u64 lip_count;
421 u64 nos_count;
422 u64 error_frames;
423 u64 dumped_frames;
424 u64 link_failure_count;
425 u64 loss_of_sync_count;
426 u64 loss_of_signal_count;
427 u64 prim_seq_protocol_err_count;
428 u64 invalid_tx_word_count;
429 u64 invalid_crc_count;
9ef3e4a4 430
1da177e4
LT
431 /* fc4 statistics (only FCP supported currently) */
432 u64 fcp_input_requests;
433 u64 fcp_output_requests;
434 u64 fcp_control_requests;
435 u64 fcp_input_megabytes;
436 u64 fcp_output_megabytes;
e58abb0c
VD
437 u64 fcp_packet_alloc_failures; /* fcp packet allocation failures */
438 u64 fcp_packet_aborts; /* fcp packet aborted */
439 u64 fcp_frame_alloc_failures; /* fcp frame allocation failures */
440
441 /* fc exches statistics */
442 u64 fc_no_free_exch; /* no free exch memory */
443 u64 fc_no_free_exch_xid; /* no free exch id */
444 u64 fc_xid_not_found; /* exch not found for a response */
445 u64 fc_xid_busy; /* exch exist for new a request */
446 u64 fc_seq_not_found; /* seq is not found for exchange */
447 u64 fc_non_bls_resp; /* a non BLS response frame with
448 a sequence responder in new exch */
1da177e4
LT
449};
450
451
84314fd4
JS
452/*
453 * FC Event Codes - Polled and Async, following FC HBAAPI v2.0 guidelines
454 */
455
456/*
457 * fc_host_event_code: If you alter this, you also need to alter
458 * scsi_transport_fc.c (for the ascii descriptions).
459 */
460enum fc_host_event_code {
461 FCH_EVT_LIP = 0x1,
462 FCH_EVT_LINKUP = 0x2,
463 FCH_EVT_LINKDOWN = 0x3,
464 FCH_EVT_LIPRESET = 0x4,
465 FCH_EVT_RSCN = 0x5,
466 FCH_EVT_ADAPTER_CHANGE = 0x103,
467 FCH_EVT_PORT_UNKNOWN = 0x200,
468 FCH_EVT_PORT_OFFLINE = 0x201,
469 FCH_EVT_PORT_ONLINE = 0x202,
470 FCH_EVT_PORT_FABRIC = 0x204,
471 FCH_EVT_LINK_UNKNOWN = 0x500,
472 FCH_EVT_VENDOR_UNIQUE = 0xffff,
473};
474
475
1da177e4
LT
476/*
477 * FC Local Port (Host) Attributes
478 *
479 * Attributes are based on HBAAPI V2.0 definitions.
480 * Note: OSDeviceName is determined by user-space library
481 *
482 * Fixed attributes are not expected to change. The driver is
483 * expected to set these values after successfully calling scsi_add_host().
484 * The transport fully manages all get functions w/o driver interaction.
485 *
486 * Dynamic attributes are expected to change. The driver participates
487 * in all get/set operations via functions provided by the driver.
488 *
489 * Private attributes are transport-managed values. They are fully
490 * managed by the transport w/o driver interaction.
491 */
492
493#define FC_FC4_LIST_SIZE 32
494#define FC_SYMBOLIC_NAME_SIZE 256
495#define FC_VERSION_STRING_SIZE 64
496#define FC_SERIAL_NUMBER_SIZE 80
497
498struct fc_host_attrs {
499 /* Fixed Attributes */
500 u64 node_name;
501 u64 port_name;
6b7281d0 502 u64 permanent_port_name;
1da177e4
LT
503 u32 supported_classes;
504 u8 supported_fc4s[FC_FC4_LIST_SIZE];
1da177e4
LT
505 u32 supported_speeds;
506 u32 maxframe_size;
a53eb5e0 507 u16 max_npiv_vports;
1da177e4 508 char serial_number[FC_SERIAL_NUMBER_SIZE];
bb8ef587
NP
509 char manufacturer[FC_SERIAL_NUMBER_SIZE];
510 char model[FC_SYMBOLIC_NAME_SIZE];
511 char model_description[FC_SYMBOLIC_NAME_SIZE];
512 char hardware_version[FC_VERSION_STRING_SIZE];
513 char driver_version[FC_VERSION_STRING_SIZE];
514 char firmware_version[FC_VERSION_STRING_SIZE];
515 char optionrom_version[FC_VERSION_STRING_SIZE];
1da177e4
LT
516
517 /* Dynamic Attributes */
518 u32 port_id;
519 enum fc_port_type port_type;
520 enum fc_port_state port_state;
521 u8 active_fc4s[FC_FC4_LIST_SIZE];
522 u32 speed;
523 u64 fabric_name;
b8d08210
JS
524 char symbolic_name[FC_SYMBOLIC_NAME_SIZE];
525 char system_hostname[FC_SYMBOLIC_NAME_SIZE];
43ca910a 526 u32 dev_loss_tmo;
1da177e4
LT
527
528 /* Private (Transport-managed) Attributes */
529 enum fc_tgtid_binding_type tgtid_bind_type;
530
531 /* internal data */
532 struct list_head rports;
533 struct list_head rport_bindings;
a53eb5e0 534 struct list_head vports;
1da177e4
LT
535 u32 next_rport_number;
536 u32 next_target_id;
a53eb5e0
JS
537 u32 next_vport_number;
538 u16 npiv_vports_inuse;
1da177e4 539
aedf3497 540 /* work queues for rport state manipulation */
aab0de24 541 char work_q_name[20];
aedf3497 542 struct workqueue_struct *work_q;
aab0de24 543 char devloss_work_q_name[20];
aedf3497 544 struct workqueue_struct *devloss_work_q;
9e4f5e29
JS
545
546 /* bsg support */
547 struct request_queue *rqst_q;
aedf3497 548};
42e33148 549
aedf3497
JS
550#define shost_to_fc_host(x) \
551 ((struct fc_host_attrs *)(x)->shost_data)
42e33148 552
1da177e4
LT
553#define fc_host_node_name(x) \
554 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
555#define fc_host_port_name(x) \
556 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
6b7281d0
AH
557#define fc_host_permanent_port_name(x) \
558 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
1da177e4
LT
559#define fc_host_supported_classes(x) \
560 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
561#define fc_host_supported_fc4s(x) \
562 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
1da177e4
LT
563#define fc_host_supported_speeds(x) \
564 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
565#define fc_host_maxframe_size(x) \
566 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
a53eb5e0
JS
567#define fc_host_max_npiv_vports(x) \
568 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
1da177e4
LT
569#define fc_host_serial_number(x) \
570 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
bb8ef587
NP
571#define fc_host_manufacturer(x) \
572 (((struct fc_host_attrs *)(x)->shost_data)->manufacturer)
573#define fc_host_model(x) \
574 (((struct fc_host_attrs *)(x)->shost_data)->model)
575#define fc_host_model_description(x) \
576 (((struct fc_host_attrs *)(x)->shost_data)->model_description)
577#define fc_host_hardware_version(x) \
578 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
579#define fc_host_driver_version(x) \
580 (((struct fc_host_attrs *)(x)->shost_data)->driver_version)
581#define fc_host_firmware_version(x) \
582 (((struct fc_host_attrs *)(x)->shost_data)->firmware_version)
583#define fc_host_optionrom_version(x) \
584 (((struct fc_host_attrs *)(x)->shost_data)->optionrom_version)
1da177e4
LT
585#define fc_host_port_id(x) \
586 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
587#define fc_host_port_type(x) \
588 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
589#define fc_host_port_state(x) \
590 (((struct fc_host_attrs *)(x)->shost_data)->port_state)
591#define fc_host_active_fc4s(x) \
592 (((struct fc_host_attrs *)(x)->shost_data)->active_fc4s)
593#define fc_host_speed(x) \
594 (((struct fc_host_attrs *)(x)->shost_data)->speed)
595#define fc_host_fabric_name(x) \
596 (((struct fc_host_attrs *)(x)->shost_data)->fabric_name)
b8d08210
JS
597#define fc_host_symbolic_name(x) \
598 (((struct fc_host_attrs *)(x)->shost_data)->symbolic_name)
599#define fc_host_system_hostname(x) \
600 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
1da177e4
LT
601#define fc_host_tgtid_bind_type(x) \
602 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
603#define fc_host_rports(x) \
604 (((struct fc_host_attrs *)(x)->shost_data)->rports)
605#define fc_host_rport_bindings(x) \
606 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
a53eb5e0
JS
607#define fc_host_vports(x) \
608 (((struct fc_host_attrs *)(x)->shost_data)->vports)
1da177e4
LT
609#define fc_host_next_rport_number(x) \
610 (((struct fc_host_attrs *)(x)->shost_data)->next_rport_number)
611#define fc_host_next_target_id(x) \
612 (((struct fc_host_attrs *)(x)->shost_data)->next_target_id)
a53eb5e0
JS
613#define fc_host_next_vport_number(x) \
614 (((struct fc_host_attrs *)(x)->shost_data)->next_vport_number)
615#define fc_host_npiv_vports_inuse(x) \
616 (((struct fc_host_attrs *)(x)->shost_data)->npiv_vports_inuse)
aedf3497
JS
617#define fc_host_work_q_name(x) \
618 (((struct fc_host_attrs *)(x)->shost_data)->work_q_name)
619#define fc_host_work_q(x) \
620 (((struct fc_host_attrs *)(x)->shost_data)->work_q)
621#define fc_host_devloss_work_q_name(x) \
622 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q_name)
623#define fc_host_devloss_work_q(x) \
624 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q)
43ca910a
MC
625#define fc_host_dev_loss_tmo(x) \
626 (((struct fc_host_attrs *)(x)->shost_data)->dev_loss_tmo)
1da177e4 627
9e4f5e29
JS
628/* Values for fc_bsg_job->state_flags (bitflags) */
629#define FC_RQST_STATE_INPROGRESS 0
630#define FC_RQST_STATE_DONE 1
631
632struct fc_bsg_job {
633 struct Scsi_Host *shost;
634 struct fc_rport *rport;
635 struct device *dev;
636 struct request *req;
637 spinlock_t job_lock;
638 unsigned int state_flags;
639 unsigned int ref_cnt;
9e4f5e29
JS
640
641 struct fc_bsg_request *request;
642 struct fc_bsg_reply *reply;
643 unsigned int request_len;
644 unsigned int reply_len;
645 /*
646 * On entry : reply_len indicates the buffer size allocated for
647 * the reply.
648 *
649 * Upon completion : the message handler must set reply_len
650 * to indicates the size of the reply to be returned to the
651 * caller.
652 */
653
654 /* DMA payloads for the request/response */
eb340948
JT
655 struct bsg_buffer request_payload;
656 struct bsg_buffer reply_payload;
9e4f5e29
JS
657
658 void *dd_data; /* Used for driver-specific storage */
659};
660
661
1da177e4
LT
662/* The functions by which the transport class and the driver communicate */
663struct fc_function_template {
664 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
665 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
666
667 void (*get_starget_node_name)(struct scsi_target *);
668 void (*get_starget_port_name)(struct scsi_target *);
669 void (*get_starget_port_id)(struct scsi_target *);
670
671 void (*get_host_port_id)(struct Scsi_Host *);
672 void (*get_host_port_type)(struct Scsi_Host *);
673 void (*get_host_port_state)(struct Scsi_Host *);
674 void (*get_host_active_fc4s)(struct Scsi_Host *);
675 void (*get_host_speed)(struct Scsi_Host *);
676 void (*get_host_fabric_name)(struct Scsi_Host *);
016131b8 677 void (*get_host_symbolic_name)(struct Scsi_Host *);
b8d08210 678 void (*set_host_system_hostname)(struct Scsi_Host *);
1da177e4
LT
679
680 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
681 void (*reset_fc_host_stats)(struct Scsi_Host *);
682
91ca7b01
AV
683 int (*issue_fc_host_lip)(struct Scsi_Host *);
684
0f29b966
JS
685 void (*dev_loss_tmo_callbk)(struct fc_rport *);
686 void (*terminate_rport_io)(struct fc_rport *);
687
a53eb5e0
JS
688 void (*set_vport_symbolic_name)(struct fc_vport *);
689 int (*vport_create)(struct fc_vport *, bool);
690 int (*vport_disable)(struct fc_vport *, bool);
691 int (*vport_delete)(struct fc_vport *);
692
7525236d
FT
693 /* target-mode drivers' functions */
694 int (* tsk_mgmt_response)(struct Scsi_Host *, u64, u64, int);
695 int (* it_nexus_response)(struct Scsi_Host *, u64, int);
696
9e4f5e29
JS
697 /* bsg support */
698 int (*bsg_request)(struct fc_bsg_job *);
699 int (*bsg_timeout)(struct fc_bsg_job *);
700
1da177e4
LT
701 /* allocation lengths for host-specific data */
702 u32 dd_fcrport_size;
a53eb5e0 703 u32 dd_fcvport_size;
9e4f5e29 704 u32 dd_bsg_size;
1da177e4 705
9ef3e4a4 706 /*
1da177e4
LT
707 * The driver sets these to tell the transport class it
708 * wants the attributes displayed in sysfs. If the show_ flag
709 * is not set, the attribute will be private to the transport
9ef3e4a4 710 * class
1da177e4
LT
711 */
712
713 /* remote port fixed attributes */
714 unsigned long show_rport_maxframe_size:1;
715 unsigned long show_rport_supported_classes:1;
716 unsigned long show_rport_dev_loss_tmo:1;
717
718 /*
719 * target dynamic attributes
720 * These should all be "1" if the driver uses the remote port
721 * add/delete functions (so attributes reflect rport values).
722 */
723 unsigned long show_starget_node_name:1;
724 unsigned long show_starget_port_name:1;
725 unsigned long show_starget_port_id:1;
726
727 /* host fixed attributes */
728 unsigned long show_host_node_name:1;
729 unsigned long show_host_port_name:1;
6b7281d0 730 unsigned long show_host_permanent_port_name:1;
1da177e4
LT
731 unsigned long show_host_supported_classes:1;
732 unsigned long show_host_supported_fc4s:1;
1da177e4
LT
733 unsigned long show_host_supported_speeds:1;
734 unsigned long show_host_maxframe_size:1;
735 unsigned long show_host_serial_number:1;
bb8ef587
NP
736 unsigned long show_host_manufacturer:1;
737 unsigned long show_host_model:1;
738 unsigned long show_host_model_description:1;
739 unsigned long show_host_hardware_version:1;
740 unsigned long show_host_driver_version:1;
741 unsigned long show_host_firmware_version:1;
742 unsigned long show_host_optionrom_version:1;
1da177e4
LT
743 /* host dynamic attributes */
744 unsigned long show_host_port_id:1;
745 unsigned long show_host_port_type:1;
746 unsigned long show_host_port_state:1;
747 unsigned long show_host_active_fc4s:1;
748 unsigned long show_host_speed:1;
749 unsigned long show_host_fabric_name:1;
016131b8 750 unsigned long show_host_symbolic_name:1;
b8d08210 751 unsigned long show_host_system_hostname:1;
03f002f7
CS
752
753 unsigned long disable_target_scan:1;
1da177e4
LT
754};
755
756
19a7b4ae
JSEC
757/**
758 * fc_remote_port_chkready - called to validate the remote port state
759 * prior to initiating io to the port.
760 *
761 * Returns a scsi result code that can be returned by the LLDD.
762 *
763 * @rport: remote port to be checked
764 **/
765static inline int
766fc_remote_port_chkready(struct fc_rport *rport)
767{
768 int result;
769
770 switch (rport->port_state) {
771 case FC_PORTSTATE_ONLINE:
a53eb5e0 772 if (rport->roles & FC_PORT_ROLE_FCP_TARGET)
aedf3497
JS
773 result = 0;
774 else if (rport->flags & FC_RPORT_DEVLOSS_PENDING)
9a1a69a1 775 result = DID_IMM_RETRY << 16;
aedf3497
JS
776 else
777 result = DID_NO_CONNECT << 16;
19a7b4ae
JSEC
778 break;
779 case FC_PORTSTATE_BLOCKED:
fff9d40c 780 if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)
f46e307d 781 result = DID_TRANSPORT_FAILFAST << 16;
fff9d40c 782 else
9a1a69a1 783 result = DID_IMM_RETRY << 16;
19a7b4ae
JSEC
784 break;
785 default:
786 result = DID_NO_CONNECT << 16;
787 break;
788 }
789 return result;
790}
791
b8d08210
JS
792static inline u64 wwn_to_u64(u8 *wwn)
793{
ef3fb242 794 return get_unaligned_be64(wwn);
b8d08210
JS
795}
796
797static inline void u64_to_wwn(u64 inm, u8 *wwn)
798{
ef3fb242 799 put_unaligned_be64(inm, wwn);
b8d08210 800}
19a7b4ae 801
a53eb5e0
JS
802/**
803 * fc_vport_set_state() - called to set a vport's state. Saves the old state,
804 * excepting the transitory states of initializing and sending the ELS
805 * traffic to instantiate the vport on the link.
806 *
807 * Assumes the driver has surrounded this with the proper locking to ensure
808 * a coherent state change.
809 *
810 * @vport: virtual port whose state is changing
811 * @new_state: new state
812 **/
813static inline void
814fc_vport_set_state(struct fc_vport *vport, enum fc_vport_state new_state)
815{
816 if ((new_state != FC_VPORT_UNKNOWN) &&
817 (new_state != FC_VPORT_INITIALIZING))
818 vport->vport_last_state = vport->vport_state;
819 vport->vport_state = new_state;
820}
821
cd21c605
JT
822static inline struct Scsi_Host *fc_bsg_to_shost(struct fc_bsg_job *job)
823{
824 return job->shost;
825}
826
1da177e4
LT
827struct scsi_transport_template *fc_attach_transport(
828 struct fc_function_template *);
829void fc_release_transport(struct scsi_transport_template *);
830void fc_remove_host(struct Scsi_Host *);
831struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
832 int channel, struct fc_rport_identifiers *ids);
833void fc_remote_port_delete(struct fc_rport *rport);
834void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
1da177e4 835int scsi_is_fc_rport(const struct device *);
84314fd4
JS
836u32 fc_get_event_number(void);
837void fc_host_post_event(struct Scsi_Host *shost, u32 event_number,
838 enum fc_host_event_code event_code, u32 event_data);
839void fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number,
f14e2e29 840 u32 data_len, char * data_buf, u64 vendor_id);
84314fd4
JS
841 /* Note: when specifying vendor_id to fc_host_post_vendor_event()
842 * be sure to read the Vendor Type and ID formatting requirements
843 * specified in scsi_netlink.h
844 */
a30c3f69
AV
845struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
846 struct fc_vport_identifiers *);
a53eb5e0 847int fc_vport_terminate(struct fc_vport *vport);
2f2eb587 848int fc_block_scsi_eh(struct scsi_cmnd *cmnd);
1abaede7
JT
849void fc_bsg_jobdone(struct fc_bsg_job *job, int result,
850 unsigned int reply_payload_rcv_len);
1da177e4
LT
851
852#endif /* SCSI_TRANSPORT_FC_H */