James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | * |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 22 | * Copyright (C) 2004-2007 James Smart, Emulex Corporation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | * Rewrite for host, target, device, and remote port attributes, |
| 24 | * statistics, and service functions... |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 25 | * Add vports, etc |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | * |
| 27 | */ |
| 28 | #include <linux/module.h> |
| 29 | #include <linux/init.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 30 | #include <linux/slab.h> |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 31 | #include <linux/delay.h> |
Andy Shevchenko | ecc3099 | 2010-08-10 18:01:27 -0700 | [diff] [blame] | 32 | #include <linux/kernel.h> |
Johannes Thumshirn | c00da4c | 2016-11-17 10:31:20 +0100 | [diff] [blame] | 33 | #include <linux/bsg-lib.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | #include <scsi/scsi_device.h> |
| 35 | #include <scsi/scsi_host.h> |
| 36 | #include <scsi/scsi_transport.h> |
| 37 | #include <scsi/scsi_transport_fc.h> |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 38 | #include <scsi/scsi_cmnd.h> |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 39 | #include <net/netlink.h> |
| 40 | #include <scsi/scsi_netlink_fc.h> |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 41 | #include <scsi/scsi_bsg_fc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | #include "scsi_priv.h" |
| 43 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 44 | static int fc_queue_work(struct Scsi_Host *, struct work_struct *); |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 45 | static void fc_vport_sched_delete(struct work_struct *work); |
Andrew Vasquez | a30c3f6 | 2008-07-18 08:32:52 -0700 | [diff] [blame] | 46 | static int fc_vport_setup(struct Scsi_Host *shost, int channel, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 47 | struct device *pdev, struct fc_vport_identifiers *ids, |
| 48 | struct fc_vport **vport); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 49 | static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *); |
| 50 | static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *); |
| 51 | static void fc_bsg_remove(struct request_queue *); |
| 52 | static void fc_bsg_goose_queue(struct fc_rport *); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 53 | |
| 54 | /* |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 55 | * Module Parameters |
| 56 | */ |
| 57 | |
| 58 | /* |
| 59 | * dev_loss_tmo: the default number of seconds that the FC transport |
| 60 | * should insulate the loss of a remote port. |
| 61 | * The maximum will be capped by the value of SCSI_DEVICE_BLOCK_MAX_TIMEOUT. |
| 62 | */ |
| 63 | static unsigned int fc_dev_loss_tmo = 60; /* seconds */ |
| 64 | |
| 65 | module_param_named(dev_loss_tmo, fc_dev_loss_tmo, uint, S_IRUGO|S_IWUSR); |
| 66 | MODULE_PARM_DESC(dev_loss_tmo, |
| 67 | "Maximum number of seconds that the FC transport should" |
| 68 | " insulate the loss of a remote port. Once this value is" |
| 69 | " exceeded, the scsi target is removed. Value should be" |
| 70 | " between 1 and SCSI_DEVICE_BLOCK_MAX_TIMEOUT if" |
| 71 | " fast_io_fail_tmo is not set."); |
| 72 | |
| 73 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | * Redefine so that we can have same named attributes in the |
| 75 | * sdev/starget/host objects. |
| 76 | */ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 77 | #define FC_DEVICE_ATTR(_prefix,_name,_mode,_show,_store) \ |
| 78 | struct device_attribute device_attr_##_prefix##_##_name = \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | __ATTR(_name,_mode,_show,_store) |
| 80 | |
| 81 | #define fc_enum_name_search(title, table_type, table) \ |
| 82 | static const char *get_fc_##title##_name(enum table_type table_key) \ |
| 83 | { \ |
| 84 | int i; \ |
| 85 | char *name = NULL; \ |
| 86 | \ |
Tobias Klauser | 6391a11 | 2006-06-08 22:23:48 -0700 | [diff] [blame] | 87 | for (i = 0; i < ARRAY_SIZE(table); i++) { \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | if (table[i].value == table_key) { \ |
| 89 | name = table[i].name; \ |
| 90 | break; \ |
| 91 | } \ |
| 92 | } \ |
| 93 | return name; \ |
| 94 | } |
| 95 | |
| 96 | #define fc_enum_name_match(title, table_type, table) \ |
| 97 | static int get_fc_##title##_match(const char *table_key, \ |
| 98 | enum table_type *value) \ |
| 99 | { \ |
| 100 | int i; \ |
| 101 | \ |
Tobias Klauser | 6391a11 | 2006-06-08 22:23:48 -0700 | [diff] [blame] | 102 | for (i = 0; i < ARRAY_SIZE(table); i++) { \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 103 | if (strncmp(table_key, table[i].name, \ |
| 104 | table[i].matchlen) == 0) { \ |
| 105 | *value = table[i].value; \ |
| 106 | return 0; /* success */ \ |
| 107 | } \ |
| 108 | } \ |
| 109 | return 1; /* failure */ \ |
| 110 | } |
| 111 | |
| 112 | |
| 113 | /* Convert fc_port_type values to ascii string name */ |
| 114 | static struct { |
| 115 | enum fc_port_type value; |
| 116 | char *name; |
| 117 | } fc_port_type_names[] = { |
| 118 | { FC_PORTTYPE_UNKNOWN, "Unknown" }, |
| 119 | { FC_PORTTYPE_OTHER, "Other" }, |
| 120 | { FC_PORTTYPE_NOTPRESENT, "Not Present" }, |
| 121 | { FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" }, |
| 122 | { FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" }, |
| 123 | { FC_PORTTYPE_LPORT, "LPort (private loop)" }, |
Christof Schmitt | 951948a | 2009-01-15 16:51:48 +0100 | [diff] [blame] | 124 | { FC_PORTTYPE_PTP, "Point-To-Point (direct nport connection)" }, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 125 | { FC_PORTTYPE_NPIV, "NPIV VPORT" }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | }; |
| 127 | fc_enum_name_search(port_type, fc_port_type, fc_port_type_names) |
| 128 | #define FC_PORTTYPE_MAX_NAMELEN 50 |
| 129 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 130 | /* Reuse fc_port_type enum function for vport_type */ |
| 131 | #define get_fc_vport_type_name get_fc_port_type_name |
| 132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 134 | /* Convert fc_host_event_code values to ascii string name */ |
| 135 | static const struct { |
| 136 | enum fc_host_event_code value; |
| 137 | char *name; |
| 138 | } fc_host_event_code_names[] = { |
| 139 | { FCH_EVT_LIP, "lip" }, |
| 140 | { FCH_EVT_LINKUP, "link_up" }, |
| 141 | { FCH_EVT_LINKDOWN, "link_down" }, |
| 142 | { FCH_EVT_LIPRESET, "lip_reset" }, |
| 143 | { FCH_EVT_RSCN, "rscn" }, |
| 144 | { FCH_EVT_ADAPTER_CHANGE, "adapter_chg" }, |
| 145 | { FCH_EVT_PORT_UNKNOWN, "port_unknown" }, |
| 146 | { FCH_EVT_PORT_ONLINE, "port_online" }, |
| 147 | { FCH_EVT_PORT_OFFLINE, "port_offline" }, |
| 148 | { FCH_EVT_PORT_FABRIC, "port_fabric" }, |
| 149 | { FCH_EVT_LINK_UNKNOWN, "link_unknown" }, |
| 150 | { FCH_EVT_VENDOR_UNIQUE, "vendor_unique" }, |
| 151 | }; |
| 152 | fc_enum_name_search(host_event_code, fc_host_event_code, |
| 153 | fc_host_event_code_names) |
| 154 | #define FC_HOST_EVENT_CODE_MAX_NAMELEN 30 |
| 155 | |
| 156 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | /* Convert fc_port_state values to ascii string name */ |
| 158 | static struct { |
| 159 | enum fc_port_state value; |
| 160 | char *name; |
| 161 | } fc_port_state_names[] = { |
| 162 | { FC_PORTSTATE_UNKNOWN, "Unknown" }, |
| 163 | { FC_PORTSTATE_NOTPRESENT, "Not Present" }, |
| 164 | { FC_PORTSTATE_ONLINE, "Online" }, |
| 165 | { FC_PORTSTATE_OFFLINE, "Offline" }, |
| 166 | { FC_PORTSTATE_BLOCKED, "Blocked" }, |
| 167 | { FC_PORTSTATE_BYPASSED, "Bypassed" }, |
| 168 | { FC_PORTSTATE_DIAGNOSTICS, "Diagnostics" }, |
| 169 | { FC_PORTSTATE_LINKDOWN, "Linkdown" }, |
| 170 | { FC_PORTSTATE_ERROR, "Error" }, |
| 171 | { FC_PORTSTATE_LOOPBACK, "Loopback" }, |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 172 | { FC_PORTSTATE_DELETED, "Deleted" }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | }; |
| 174 | fc_enum_name_search(port_state, fc_port_state, fc_port_state_names) |
| 175 | #define FC_PORTSTATE_MAX_NAMELEN 20 |
| 176 | |
| 177 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 178 | /* Convert fc_vport_state values to ascii string name */ |
| 179 | static struct { |
| 180 | enum fc_vport_state value; |
| 181 | char *name; |
| 182 | } fc_vport_state_names[] = { |
| 183 | { FC_VPORT_UNKNOWN, "Unknown" }, |
| 184 | { FC_VPORT_ACTIVE, "Active" }, |
| 185 | { FC_VPORT_DISABLED, "Disabled" }, |
| 186 | { FC_VPORT_LINKDOWN, "Linkdown" }, |
| 187 | { FC_VPORT_INITIALIZING, "Initializing" }, |
| 188 | { FC_VPORT_NO_FABRIC_SUPP, "No Fabric Support" }, |
| 189 | { FC_VPORT_NO_FABRIC_RSCS, "No Fabric Resources" }, |
| 190 | { FC_VPORT_FABRIC_LOGOUT, "Fabric Logout" }, |
| 191 | { FC_VPORT_FABRIC_REJ_WWN, "Fabric Rejected WWN" }, |
| 192 | { FC_VPORT_FAILED, "VPort Failed" }, |
| 193 | }; |
| 194 | fc_enum_name_search(vport_state, fc_vport_state, fc_vport_state_names) |
| 195 | #define FC_VPORTSTATE_MAX_NAMELEN 24 |
| 196 | |
| 197 | /* Reuse fc_vport_state enum function for vport_last_state */ |
| 198 | #define get_fc_vport_last_state_name get_fc_vport_state_name |
| 199 | |
| 200 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | /* Convert fc_tgtid_binding_type values to ascii string name */ |
Arjan van de Ven | 0ad7820 | 2005-11-28 16:22:25 +0100 | [diff] [blame] | 202 | static const struct { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | enum fc_tgtid_binding_type value; |
| 204 | char *name; |
| 205 | int matchlen; |
| 206 | } fc_tgtid_binding_type_names[] = { |
| 207 | { FC_TGTID_BIND_NONE, "none", 4 }, |
| 208 | { FC_TGTID_BIND_BY_WWPN, "wwpn (World Wide Port Name)", 4 }, |
| 209 | { FC_TGTID_BIND_BY_WWNN, "wwnn (World Wide Node Name)", 4 }, |
| 210 | { FC_TGTID_BIND_BY_ID, "port_id (FC Address)", 7 }, |
| 211 | }; |
| 212 | fc_enum_name_search(tgtid_bind_type, fc_tgtid_binding_type, |
| 213 | fc_tgtid_binding_type_names) |
| 214 | fc_enum_name_match(tgtid_bind_type, fc_tgtid_binding_type, |
| 215 | fc_tgtid_binding_type_names) |
| 216 | #define FC_BINDTYPE_MAX_NAMELEN 30 |
| 217 | |
| 218 | |
| 219 | #define fc_bitfield_name_search(title, table) \ |
| 220 | static ssize_t \ |
| 221 | get_fc_##title##_names(u32 table_key, char *buf) \ |
| 222 | { \ |
| 223 | char *prefix = ""; \ |
| 224 | ssize_t len = 0; \ |
| 225 | int i; \ |
| 226 | \ |
Tobias Klauser | 6391a11 | 2006-06-08 22:23:48 -0700 | [diff] [blame] | 227 | for (i = 0; i < ARRAY_SIZE(table); i++) { \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | if (table[i].value & table_key) { \ |
| 229 | len += sprintf(buf + len, "%s%s", \ |
| 230 | prefix, table[i].name); \ |
| 231 | prefix = ", "; \ |
| 232 | } \ |
| 233 | } \ |
| 234 | len += sprintf(buf + len, "\n"); \ |
| 235 | return len; \ |
| 236 | } |
| 237 | |
| 238 | |
| 239 | /* Convert FC_COS bit values to ascii string name */ |
Arjan van de Ven | 0ad7820 | 2005-11-28 16:22:25 +0100 | [diff] [blame] | 240 | static const struct { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | u32 value; |
| 242 | char *name; |
| 243 | } fc_cos_names[] = { |
| 244 | { FC_COS_CLASS1, "Class 1" }, |
| 245 | { FC_COS_CLASS2, "Class 2" }, |
| 246 | { FC_COS_CLASS3, "Class 3" }, |
| 247 | { FC_COS_CLASS4, "Class 4" }, |
| 248 | { FC_COS_CLASS6, "Class 6" }, |
| 249 | }; |
| 250 | fc_bitfield_name_search(cos, fc_cos_names) |
| 251 | |
| 252 | |
| 253 | /* Convert FC_PORTSPEED bit values to ascii string name */ |
Arjan van de Ven | 0ad7820 | 2005-11-28 16:22:25 +0100 | [diff] [blame] | 254 | static const struct { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | u32 value; |
| 256 | char *name; |
| 257 | } fc_port_speed_names[] = { |
| 258 | { FC_PORTSPEED_1GBIT, "1 Gbit" }, |
| 259 | { FC_PORTSPEED_2GBIT, "2 Gbit" }, |
| 260 | { FC_PORTSPEED_4GBIT, "4 Gbit" }, |
| 261 | { FC_PORTSPEED_10GBIT, "10 Gbit" }, |
James Smart | c3d2350 | 2007-03-12 14:16:35 -0500 | [diff] [blame] | 262 | { FC_PORTSPEED_8GBIT, "8 Gbit" }, |
| 263 | { FC_PORTSPEED_16GBIT, "16 Gbit" }, |
Chad Dupuis | 624f28b | 2014-02-26 04:15:05 -0500 | [diff] [blame] | 264 | { FC_PORTSPEED_32GBIT, "32 Gbit" }, |
Dick Kennedy | c21a2c1 | 2014-06-13 16:40:36 +0000 | [diff] [blame] | 265 | { FC_PORTSPEED_20GBIT, "20 Gbit" }, |
| 266 | { FC_PORTSPEED_40GBIT, "40 Gbit" }, |
| 267 | { FC_PORTSPEED_50GBIT, "50 Gbit" }, |
| 268 | { FC_PORTSPEED_100GBIT, "100 Gbit" }, |
James Smart | c749e6b | 2015-04-02 15:50:52 -0400 | [diff] [blame] | 269 | { FC_PORTSPEED_25GBIT, "25 Gbit" }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | { FC_PORTSPEED_NOT_NEGOTIATED, "Not Negotiated" }, |
| 271 | }; |
| 272 | fc_bitfield_name_search(port_speed, fc_port_speed_names) |
| 273 | |
| 274 | |
| 275 | static int |
| 276 | show_fc_fc4s (char *buf, u8 *fc4_list) |
| 277 | { |
| 278 | int i, len=0; |
| 279 | |
| 280 | for (i = 0; i < FC_FC4_LIST_SIZE; i++, fc4_list++) |
| 281 | len += sprintf(buf + len , "0x%02x ", *fc4_list); |
| 282 | len += sprintf(buf + len, "\n"); |
| 283 | return len; |
| 284 | } |
| 285 | |
| 286 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 287 | /* Convert FC_PORT_ROLE bit values to ascii string name */ |
Arjan van de Ven | 0ad7820 | 2005-11-28 16:22:25 +0100 | [diff] [blame] | 288 | static const struct { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | u32 value; |
| 290 | char *name; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 291 | } fc_port_role_names[] = { |
Cathy Avery | 0c3ae26 | 2017-04-17 14:37:45 -0400 | [diff] [blame] | 292 | { FC_PORT_ROLE_FCP_TARGET, "FCP Target" }, |
| 293 | { FC_PORT_ROLE_FCP_INITIATOR, "FCP Initiator" }, |
| 294 | { FC_PORT_ROLE_IP_PORT, "IP Port" }, |
| 295 | { FC_PORT_ROLE_FCP_DUMMY_INITIATOR, "FCP Dummy Initiator" }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | }; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 297 | fc_bitfield_name_search(port_roles, fc_port_role_names) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | |
| 299 | /* |
| 300 | * Define roles that are specific to port_id. Values are relative to ROLE_MASK. |
| 301 | */ |
| 302 | #define FC_WELLKNOWN_PORTID_MASK 0xfffff0 |
| 303 | #define FC_WELLKNOWN_ROLE_MASK 0x00000f |
| 304 | #define FC_FPORT_PORTID 0x00000e |
| 305 | #define FC_FABCTLR_PORTID 0x00000d |
| 306 | #define FC_DIRSRVR_PORTID 0x00000c |
| 307 | #define FC_TIMESRVR_PORTID 0x00000b |
| 308 | #define FC_MGMTSRVR_PORTID 0x00000a |
| 309 | |
| 310 | |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 311 | static void fc_timeout_deleted_rport(struct work_struct *work); |
| 312 | static void fc_timeout_fail_rport_io(struct work_struct *work); |
| 313 | static void fc_scsi_scan_rport(struct work_struct *work); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | |
| 315 | /* |
| 316 | * Attribute counts pre object type... |
| 317 | * Increase these values if you add attributes |
| 318 | */ |
| 319 | #define FC_STARGET_NUM_ATTRS 3 |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 320 | #define FC_RPORT_NUM_ATTRS 10 |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 321 | #define FC_VPORT_NUM_ATTRS 9 |
Neerav Parikh | bb8ef58 | 2012-01-22 17:29:50 -0800 | [diff] [blame] | 322 | #define FC_HOST_NUM_ATTRS 29 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | |
| 324 | struct fc_internal { |
| 325 | struct scsi_transport_template t; |
| 326 | struct fc_function_template *f; |
| 327 | |
| 328 | /* |
| 329 | * For attributes : each object has : |
| 330 | * An array of the actual attributes structures |
| 331 | * An array of null-terminated pointers to the attribute |
| 332 | * structures - used for mid-layer interaction. |
| 333 | * |
| 334 | * The attribute containers for the starget and host are are |
| 335 | * part of the midlayer. As the remote port is specific to the |
| 336 | * fc transport, we must provide the attribute container. |
| 337 | */ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 338 | struct device_attribute private_starget_attrs[ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | FC_STARGET_NUM_ATTRS]; |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 340 | struct device_attribute *starget_attrs[FC_STARGET_NUM_ATTRS + 1]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 342 | struct device_attribute private_host_attrs[FC_HOST_NUM_ATTRS]; |
| 343 | struct device_attribute *host_attrs[FC_HOST_NUM_ATTRS + 1]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | |
| 345 | struct transport_container rport_attr_cont; |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 346 | struct device_attribute private_rport_attrs[FC_RPORT_NUM_ATTRS]; |
| 347 | struct device_attribute *rport_attrs[FC_RPORT_NUM_ATTRS + 1]; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 348 | |
| 349 | struct transport_container vport_attr_cont; |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 350 | struct device_attribute private_vport_attrs[FC_VPORT_NUM_ATTRS]; |
| 351 | struct device_attribute *vport_attrs[FC_VPORT_NUM_ATTRS + 1]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | }; |
| 353 | |
| 354 | #define to_fc_internal(tmpl) container_of(tmpl, struct fc_internal, t) |
| 355 | |
James Bottomley | d0a7e57 | 2005-08-14 17:09:01 -0500 | [diff] [blame] | 356 | static int fc_target_setup(struct transport_container *tc, struct device *dev, |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 357 | struct device *cdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | { |
| 359 | struct scsi_target *starget = to_scsi_target(dev); |
| 360 | struct fc_rport *rport = starget_to_rport(starget); |
| 361 | |
| 362 | /* |
| 363 | * if parent is remote port, use values from remote port. |
| 364 | * Otherwise, this host uses the fc_transport, but not the |
| 365 | * remote port interface. As such, initialize to known non-values. |
| 366 | */ |
| 367 | if (rport) { |
| 368 | fc_starget_node_name(starget) = rport->node_name; |
| 369 | fc_starget_port_name(starget) = rport->port_name; |
| 370 | fc_starget_port_id(starget) = rport->port_id; |
| 371 | } else { |
| 372 | fc_starget_node_name(starget) = -1; |
| 373 | fc_starget_port_name(starget) = -1; |
| 374 | fc_starget_port_id(starget) = -1; |
| 375 | } |
| 376 | |
| 377 | return 0; |
| 378 | } |
| 379 | |
| 380 | static DECLARE_TRANSPORT_CLASS(fc_transport_class, |
| 381 | "fc_transport", |
| 382 | fc_target_setup, |
| 383 | NULL, |
| 384 | NULL); |
| 385 | |
James Bottomley | d0a7e57 | 2005-08-14 17:09:01 -0500 | [diff] [blame] | 386 | static int fc_host_setup(struct transport_container *tc, struct device *dev, |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 387 | struct device *cdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | { |
| 389 | struct Scsi_Host *shost = dev_to_shost(dev); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 390 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 392 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 393 | * Set default values easily detected by the midlayer as |
| 394 | * failure cases. The scsi lldd is responsible for initializing |
| 395 | * all transport attributes to valid values per host. |
| 396 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 397 | fc_host->node_name = -1; |
| 398 | fc_host->port_name = -1; |
| 399 | fc_host->permanent_port_name = -1; |
| 400 | fc_host->supported_classes = FC_COS_UNSPECIFIED; |
| 401 | memset(fc_host->supported_fc4s, 0, |
| 402 | sizeof(fc_host->supported_fc4s)); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 403 | fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; |
| 404 | fc_host->maxframe_size = -1; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 405 | fc_host->max_npiv_vports = 0; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 406 | memset(fc_host->serial_number, 0, |
| 407 | sizeof(fc_host->serial_number)); |
Neerav Parikh | bb8ef58 | 2012-01-22 17:29:50 -0800 | [diff] [blame] | 408 | memset(fc_host->manufacturer, 0, |
| 409 | sizeof(fc_host->manufacturer)); |
| 410 | memset(fc_host->model, 0, |
| 411 | sizeof(fc_host->model)); |
| 412 | memset(fc_host->model_description, 0, |
| 413 | sizeof(fc_host->model_description)); |
| 414 | memset(fc_host->hardware_version, 0, |
| 415 | sizeof(fc_host->hardware_version)); |
| 416 | memset(fc_host->driver_version, 0, |
| 417 | sizeof(fc_host->driver_version)); |
| 418 | memset(fc_host->firmware_version, 0, |
| 419 | sizeof(fc_host->firmware_version)); |
| 420 | memset(fc_host->optionrom_version, 0, |
| 421 | sizeof(fc_host->optionrom_version)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 422 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 423 | fc_host->port_id = -1; |
| 424 | fc_host->port_type = FC_PORTTYPE_UNKNOWN; |
| 425 | fc_host->port_state = FC_PORTSTATE_UNKNOWN; |
| 426 | memset(fc_host->active_fc4s, 0, |
| 427 | sizeof(fc_host->active_fc4s)); |
| 428 | fc_host->speed = FC_PORTSPEED_UNKNOWN; |
| 429 | fc_host->fabric_name = -1; |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 430 | memset(fc_host->symbolic_name, 0, sizeof(fc_host->symbolic_name)); |
| 431 | memset(fc_host->system_hostname, 0, sizeof(fc_host->system_hostname)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 432 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 433 | fc_host->tgtid_bind_type = FC_TGTID_BIND_BY_WWPN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 434 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 435 | INIT_LIST_HEAD(&fc_host->rports); |
| 436 | INIT_LIST_HEAD(&fc_host->rport_bindings); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 437 | INIT_LIST_HEAD(&fc_host->vports); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 438 | fc_host->next_rport_number = 0; |
| 439 | fc_host->next_target_id = 0; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 440 | fc_host->next_vport_number = 0; |
| 441 | fc_host->npiv_vports_inuse = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | |
Kay Sievers | aab0de2 | 2008-05-02 06:02:41 +0200 | [diff] [blame] | 443 | snprintf(fc_host->work_q_name, sizeof(fc_host->work_q_name), |
| 444 | "fc_wq_%d", shost->host_no); |
Kees Cook | d853754 | 2013-07-03 15:04:57 -0700 | [diff] [blame] | 445 | fc_host->work_q = alloc_workqueue("%s", 0, 0, fc_host->work_q_name); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 446 | if (!fc_host->work_q) |
| 447 | return -ENOMEM; |
| 448 | |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 449 | fc_host->dev_loss_tmo = fc_dev_loss_tmo; |
Kay Sievers | aab0de2 | 2008-05-02 06:02:41 +0200 | [diff] [blame] | 450 | snprintf(fc_host->devloss_work_q_name, |
| 451 | sizeof(fc_host->devloss_work_q_name), |
| 452 | "fc_dl_%d", shost->host_no); |
Kees Cook | d853754 | 2013-07-03 15:04:57 -0700 | [diff] [blame] | 453 | fc_host->devloss_work_q = alloc_workqueue("%s", 0, 0, |
| 454 | fc_host->devloss_work_q_name); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 455 | if (!fc_host->devloss_work_q) { |
| 456 | destroy_workqueue(fc_host->work_q); |
| 457 | fc_host->work_q = NULL; |
| 458 | return -ENOMEM; |
| 459 | } |
| 460 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 461 | fc_bsg_hostadd(shost, fc_host); |
| 462 | /* ignore any bsg add error - we just can't do sgio */ |
| 463 | |
| 464 | return 0; |
| 465 | } |
| 466 | |
| 467 | static int fc_host_remove(struct transport_container *tc, struct device *dev, |
| 468 | struct device *cdev) |
| 469 | { |
| 470 | struct Scsi_Host *shost = dev_to_shost(dev); |
| 471 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
| 472 | |
| 473 | fc_bsg_remove(fc_host->rqst_q); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | return 0; |
| 475 | } |
| 476 | |
| 477 | static DECLARE_TRANSPORT_CLASS(fc_host_class, |
| 478 | "fc_host", |
| 479 | fc_host_setup, |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 480 | fc_host_remove, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | NULL); |
| 482 | |
| 483 | /* |
| 484 | * Setup and Remove actions for remote ports are handled |
| 485 | * in the service functions below. |
| 486 | */ |
| 487 | static DECLARE_TRANSPORT_CLASS(fc_rport_class, |
| 488 | "fc_remote_ports", |
| 489 | NULL, |
| 490 | NULL, |
| 491 | NULL); |
| 492 | |
| 493 | /* |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 494 | * Setup and Remove actions for virtual ports are handled |
| 495 | * in the service functions below. |
| 496 | */ |
| 497 | static DECLARE_TRANSPORT_CLASS(fc_vport_class, |
| 498 | "fc_vports", |
| 499 | NULL, |
| 500 | NULL, |
| 501 | NULL); |
| 502 | |
| 503 | /* |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 504 | * Netlink Infrastructure |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 505 | */ |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 506 | |
| 507 | static atomic_t fc_event_seq; |
| 508 | |
| 509 | /** |
| 510 | * fc_get_event_number - Obtain the next sequential FC event number |
| 511 | * |
| 512 | * Notes: |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 513 | * We could have inlined this, but it would have required fc_event_seq to |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 514 | * be exposed. For now, live with the subroutine call. |
| 515 | * Atomic used to avoid lock/unlock... |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 516 | */ |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 517 | u32 |
| 518 | fc_get_event_number(void) |
| 519 | { |
| 520 | return atomic_add_return(1, &fc_event_seq); |
| 521 | } |
| 522 | EXPORT_SYMBOL(fc_get_event_number); |
| 523 | |
| 524 | |
| 525 | /** |
| 526 | * fc_host_post_event - called to post an even on an fc_host. |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 527 | * @shost: host the event occurred on |
| 528 | * @event_number: fc event number obtained from get_fc_event_number() |
| 529 | * @event_code: fc_host event being posted |
| 530 | * @event_data: 32bits of data for the event being posted |
| 531 | * |
| 532 | * Notes: |
| 533 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 534 | */ |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 535 | void |
| 536 | fc_host_post_event(struct Scsi_Host *shost, u32 event_number, |
| 537 | enum fc_host_event_code event_code, u32 event_data) |
| 538 | { |
| 539 | struct sk_buff *skb; |
| 540 | struct nlmsghdr *nlh; |
| 541 | struct fc_nl_event *event; |
| 542 | const char *name; |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 543 | u32 len; |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 544 | int err; |
| 545 | |
| 546 | if (!scsi_nl_sock) { |
| 547 | err = -ENOENT; |
| 548 | goto send_fail; |
| 549 | } |
| 550 | |
| 551 | len = FC_NL_MSGALIGN(sizeof(*event)); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 552 | |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 553 | skb = nlmsg_new(len, GFP_KERNEL); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 554 | if (!skb) { |
| 555 | err = -ENOBUFS; |
| 556 | goto send_fail; |
| 557 | } |
| 558 | |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 559 | nlh = nlmsg_put(skb, 0, 0, SCSI_TRANSPORT_MSG, len, 0); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 560 | if (!nlh) { |
| 561 | err = -ENOBUFS; |
| 562 | goto send_fail_skb; |
| 563 | } |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 564 | event = nlmsg_data(nlh); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 565 | |
| 566 | INIT_SCSI_NL_HDR(&event->snlh, SCSI_NL_TRANSPORT_FC, |
| 567 | FC_NL_ASYNC_EVENT, len); |
| 568 | event->seconds = get_seconds(); |
| 569 | event->vendor_id = 0; |
| 570 | event->host_no = shost->host_no; |
| 571 | event->event_datalen = sizeof(u32); /* bytes */ |
| 572 | event->event_num = event_number; |
| 573 | event->event_code = event_code; |
| 574 | event->event_data = event_data; |
| 575 | |
Pablo Neira Ayuso | ff491a7 | 2009-02-05 23:56:36 -0800 | [diff] [blame] | 576 | nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, |
| 577 | GFP_KERNEL); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 578 | return; |
| 579 | |
| 580 | send_fail_skb: |
| 581 | kfree_skb(skb); |
| 582 | send_fail: |
| 583 | name = get_fc_host_event_code_name(event_code); |
| 584 | printk(KERN_WARNING |
| 585 | "%s: Dropped Event : host %d %s data 0x%08x - err %d\n", |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 586 | __func__, shost->host_no, |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 587 | (name) ? name : "<unknown>", event_data, err); |
| 588 | return; |
| 589 | } |
| 590 | EXPORT_SYMBOL(fc_host_post_event); |
| 591 | |
| 592 | |
| 593 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 594 | * fc_host_post_vendor_event - called to post a vendor unique event on an fc_host |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 595 | * @shost: host the event occurred on |
| 596 | * @event_number: fc event number obtained from get_fc_event_number() |
| 597 | * @data_len: amount, in bytes, of vendor unique data |
| 598 | * @data_buf: pointer to vendor unique data |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 599 | * @vendor_id: Vendor id |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 600 | * |
| 601 | * Notes: |
| 602 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 603 | */ |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 604 | void |
| 605 | fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, |
James Smart | f14e2e2 | 2006-08-22 09:55:23 -0400 | [diff] [blame] | 606 | u32 data_len, char * data_buf, u64 vendor_id) |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 607 | { |
| 608 | struct sk_buff *skb; |
| 609 | struct nlmsghdr *nlh; |
| 610 | struct fc_nl_event *event; |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 611 | u32 len; |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 612 | int err; |
| 613 | |
| 614 | if (!scsi_nl_sock) { |
| 615 | err = -ENOENT; |
| 616 | goto send_vendor_fail; |
| 617 | } |
| 618 | |
| 619 | len = FC_NL_MSGALIGN(sizeof(*event) + data_len); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 620 | |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 621 | skb = nlmsg_new(len, GFP_KERNEL); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 622 | if (!skb) { |
| 623 | err = -ENOBUFS; |
| 624 | goto send_vendor_fail; |
| 625 | } |
| 626 | |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 627 | nlh = nlmsg_put(skb, 0, 0, SCSI_TRANSPORT_MSG, len, 0); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 628 | if (!nlh) { |
| 629 | err = -ENOBUFS; |
| 630 | goto send_vendor_fail_skb; |
| 631 | } |
Hong zhi guo | e07ebea | 2013-03-27 06:53:15 +0000 | [diff] [blame] | 632 | event = nlmsg_data(nlh); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 633 | |
| 634 | INIT_SCSI_NL_HDR(&event->snlh, SCSI_NL_TRANSPORT_FC, |
| 635 | FC_NL_ASYNC_EVENT, len); |
| 636 | event->seconds = get_seconds(); |
| 637 | event->vendor_id = vendor_id; |
| 638 | event->host_no = shost->host_no; |
| 639 | event->event_datalen = data_len; /* bytes */ |
| 640 | event->event_num = event_number; |
| 641 | event->event_code = FCH_EVT_VENDOR_UNIQUE; |
| 642 | memcpy(&event->event_data, data_buf, data_len); |
| 643 | |
Pablo Neira Ayuso | ff491a7 | 2009-02-05 23:56:36 -0800 | [diff] [blame] | 644 | nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, |
| 645 | GFP_KERNEL); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 646 | return; |
| 647 | |
| 648 | send_vendor_fail_skb: |
| 649 | kfree_skb(skb); |
| 650 | send_vendor_fail: |
| 651 | printk(KERN_WARNING |
| 652 | "%s: Dropped Event : host %d vendor_unique - err %d\n", |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 653 | __func__, shost->host_no, err); |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 654 | return; |
| 655 | } |
| 656 | EXPORT_SYMBOL(fc_host_post_vendor_event); |
| 657 | |
| 658 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | |
| 660 | static __init int fc_transport_init(void) |
| 661 | { |
James Smart | 84314fd | 2006-08-18 17:30:09 -0400 | [diff] [blame] | 662 | int error; |
| 663 | |
| 664 | atomic_set(&fc_event_seq, 0); |
| 665 | |
| 666 | error = transport_class_register(&fc_host_class); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 667 | if (error) |
| 668 | return error; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 669 | error = transport_class_register(&fc_vport_class); |
| 670 | if (error) |
Mike Christie | 48de68a | 2009-11-17 21:25:16 -0600 | [diff] [blame] | 671 | goto unreg_host_class; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | error = transport_class_register(&fc_rport_class); |
| 673 | if (error) |
Mike Christie | 48de68a | 2009-11-17 21:25:16 -0600 | [diff] [blame] | 674 | goto unreg_vport_class; |
| 675 | error = transport_class_register(&fc_transport_class); |
| 676 | if (error) |
| 677 | goto unreg_rport_class; |
| 678 | return 0; |
| 679 | |
| 680 | unreg_rport_class: |
| 681 | transport_class_unregister(&fc_rport_class); |
| 682 | unreg_vport_class: |
| 683 | transport_class_unregister(&fc_vport_class); |
| 684 | unreg_host_class: |
| 685 | transport_class_unregister(&fc_host_class); |
| 686 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 687 | } |
| 688 | |
| 689 | static void __exit fc_transport_exit(void) |
| 690 | { |
| 691 | transport_class_unregister(&fc_transport_class); |
| 692 | transport_class_unregister(&fc_rport_class); |
| 693 | transport_class_unregister(&fc_host_class); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 694 | transport_class_unregister(&fc_vport_class); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 695 | } |
| 696 | |
| 697 | /* |
| 698 | * FC Remote Port Attribute Management |
| 699 | */ |
| 700 | |
| 701 | #define fc_rport_show_function(field, format_string, sz, cast) \ |
| 702 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 703 | show_fc_rport_##field (struct device *dev, \ |
| 704 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 706 | struct fc_rport *rport = transport_class_to_rport(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 707 | struct Scsi_Host *shost = rport_to_shost(rport); \ |
| 708 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 709 | if ((i->f->get_rport_##field) && \ |
| 710 | !((rport->port_state == FC_PORTSTATE_BLOCKED) || \ |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 711 | (rport->port_state == FC_PORTSTATE_DELETED) || \ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 712 | (rport->port_state == FC_PORTSTATE_NOTPRESENT))) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | i->f->get_rport_##field(rport); \ |
| 714 | return snprintf(buf, sz, format_string, cast rport->field); \ |
| 715 | } |
| 716 | |
| 717 | #define fc_rport_store_function(field) \ |
| 718 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 719 | store_fc_rport_##field(struct device *dev, \ |
| 720 | struct device_attribute *attr, \ |
| 721 | const char *buf, size_t count) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 722 | { \ |
| 723 | int val; \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 724 | struct fc_rport *rport = transport_class_to_rport(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 725 | struct Scsi_Host *shost = rport_to_shost(rport); \ |
| 726 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 727 | char *cp; \ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 728 | if ((rport->port_state == FC_PORTSTATE_BLOCKED) || \ |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 729 | (rport->port_state == FC_PORTSTATE_DELETED) || \ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 730 | (rport->port_state == FC_PORTSTATE_NOTPRESENT)) \ |
| 731 | return -EBUSY; \ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 732 | val = simple_strtoul(buf, &cp, 0); \ |
| 733 | if (*cp && (*cp != '\n')) \ |
| 734 | return -EINVAL; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 735 | i->f->set_rport_##field(rport, val); \ |
| 736 | return count; \ |
| 737 | } |
| 738 | |
| 739 | #define fc_rport_rd_attr(field, format_string, sz) \ |
| 740 | fc_rport_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 741 | static FC_DEVICE_ATTR(rport, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 742 | show_fc_rport_##field, NULL) |
| 743 | |
| 744 | #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ |
| 745 | fc_rport_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 746 | static FC_DEVICE_ATTR(rport, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 747 | show_fc_rport_##field, NULL) |
| 748 | |
| 749 | #define fc_rport_rw_attr(field, format_string, sz) \ |
| 750 | fc_rport_show_function(field, format_string, sz, ) \ |
| 751 | fc_rport_store_function(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 752 | static FC_DEVICE_ATTR(rport, field, S_IRUGO | S_IWUSR, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | show_fc_rport_##field, \ |
| 754 | store_fc_rport_##field) |
| 755 | |
| 756 | |
| 757 | #define fc_private_rport_show_function(field, format_string, sz, cast) \ |
| 758 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 759 | show_fc_rport_##field (struct device *dev, \ |
| 760 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 761 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 762 | struct fc_rport *rport = transport_class_to_rport(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 763 | return snprintf(buf, sz, format_string, cast rport->field); \ |
| 764 | } |
| 765 | |
| 766 | #define fc_private_rport_rd_attr(field, format_string, sz) \ |
| 767 | fc_private_rport_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 768 | static FC_DEVICE_ATTR(rport, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | show_fc_rport_##field, NULL) |
| 770 | |
| 771 | #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ |
| 772 | fc_private_rport_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 773 | static FC_DEVICE_ATTR(rport, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 774 | show_fc_rport_##field, NULL) |
| 775 | |
| 776 | |
| 777 | #define fc_private_rport_rd_enum_attr(title, maxlen) \ |
| 778 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 779 | show_fc_rport_##title (struct device *dev, \ |
| 780 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 782 | struct fc_rport *rport = transport_class_to_rport(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 783 | const char *name; \ |
| 784 | name = get_fc_##title##_name(rport->title); \ |
| 785 | if (!name) \ |
| 786 | return -EINVAL; \ |
| 787 | return snprintf(buf, maxlen, "%s\n", name); \ |
| 788 | } \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 789 | static FC_DEVICE_ATTR(rport, title, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | show_fc_rport_##title, NULL) |
| 791 | |
| 792 | |
| 793 | #define SETUP_RPORT_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 794 | i->private_rport_attrs[count] = device_attr_rport_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | i->private_rport_attrs[count].attr.mode = S_IRUGO; \ |
| 796 | i->private_rport_attrs[count].store = NULL; \ |
| 797 | i->rport_attrs[count] = &i->private_rport_attrs[count]; \ |
| 798 | if (i->f->show_rport_##field) \ |
| 799 | count++ |
| 800 | |
| 801 | #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 802 | i->private_rport_attrs[count] = device_attr_rport_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 803 | i->private_rport_attrs[count].attr.mode = S_IRUGO; \ |
| 804 | i->private_rport_attrs[count].store = NULL; \ |
| 805 | i->rport_attrs[count] = &i->private_rport_attrs[count]; \ |
| 806 | count++ |
| 807 | |
| 808 | #define SETUP_RPORT_ATTRIBUTE_RW(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 809 | i->private_rport_attrs[count] = device_attr_rport_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | if (!i->f->set_rport_##field) { \ |
| 811 | i->private_rport_attrs[count].attr.mode = S_IRUGO; \ |
| 812 | i->private_rport_attrs[count].store = NULL; \ |
| 813 | } \ |
| 814 | i->rport_attrs[count] = &i->private_rport_attrs[count]; \ |
| 815 | if (i->f->show_rport_##field) \ |
| 816 | count++ |
| 817 | |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 818 | #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RW(field) \ |
| 819 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 820 | i->private_rport_attrs[count] = device_attr_rport_##field; \ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 821 | i->rport_attrs[count] = &i->private_rport_attrs[count]; \ |
| 822 | count++; \ |
| 823 | } |
| 824 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | |
| 826 | /* The FC Transport Remote Port Attributes: */ |
| 827 | |
| 828 | /* Fixed Remote Port Attributes */ |
| 829 | |
| 830 | fc_private_rport_rd_attr(maxframe_size, "%u bytes\n", 20); |
| 831 | |
| 832 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 833 | show_fc_rport_supported_classes (struct device *dev, |
| 834 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 836 | struct fc_rport *rport = transport_class_to_rport(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | if (rport->supported_classes == FC_COS_UNSPECIFIED) |
| 838 | return snprintf(buf, 20, "unspecified\n"); |
| 839 | return get_fc_cos_names(rport->supported_classes, buf); |
| 840 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 841 | static FC_DEVICE_ATTR(rport, supported_classes, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 842 | show_fc_rport_supported_classes, NULL); |
| 843 | |
| 844 | /* Dynamic Remote Port Attributes */ |
| 845 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 846 | /* |
| 847 | * dev_loss_tmo attribute |
| 848 | */ |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 849 | static int fc_str_to_dev_loss(const char *buf, unsigned long *val) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 850 | { |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 851 | char *cp; |
| 852 | |
| 853 | *val = simple_strtoul(buf, &cp, 0); |
Colin Ian King | eea4227 | 2017-04-14 14:58:02 +0100 | [diff] [blame] | 854 | if (*cp && (*cp != '\n')) |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 855 | return -EINVAL; |
| 856 | /* |
| 857 | * Check for overflow; dev_loss_tmo is u32 |
| 858 | */ |
| 859 | if (*val > UINT_MAX) |
| 860 | return -EINVAL; |
| 861 | |
| 862 | return 0; |
| 863 | } |
| 864 | |
| 865 | static int fc_rport_set_dev_loss_tmo(struct fc_rport *rport, |
| 866 | unsigned long val) |
| 867 | { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 868 | struct Scsi_Host *shost = rport_to_shost(rport); |
| 869 | struct fc_internal *i = to_fc_internal(shost->transportt); |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 870 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 871 | if ((rport->port_state == FC_PORTSTATE_BLOCKED) || |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 872 | (rport->port_state == FC_PORTSTATE_DELETED) || |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 873 | (rport->port_state == FC_PORTSTATE_NOTPRESENT)) |
| 874 | return -EBUSY; |
Hannes Reinecke | f2818663 | 2009-12-15 09:26:06 +0100 | [diff] [blame] | 875 | /* |
Hannes Reinecke | 36dd288 | 2010-03-09 10:18:48 +0100 | [diff] [blame] | 876 | * Check for overflow; dev_loss_tmo is u32 |
| 877 | */ |
| 878 | if (val > UINT_MAX) |
| 879 | return -EINVAL; |
| 880 | |
| 881 | /* |
Hannes Reinecke | f2818663 | 2009-12-15 09:26:06 +0100 | [diff] [blame] | 882 | * If fast_io_fail is off we have to cap |
| 883 | * dev_loss_tmo at SCSI_DEVICE_BLOCK_MAX_TIMEOUT |
| 884 | */ |
| 885 | if (rport->fast_io_fail_tmo == -1 && |
| 886 | val > SCSI_DEVICE_BLOCK_MAX_TIMEOUT) |
| 887 | return -EINVAL; |
| 888 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 889 | i->f->set_rport_dev_loss_tmo(rport, val); |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 890 | return 0; |
| 891 | } |
| 892 | |
| 893 | fc_rport_show_function(dev_loss_tmo, "%d\n", 20, ) |
| 894 | static ssize_t |
| 895 | store_fc_rport_dev_loss_tmo(struct device *dev, struct device_attribute *attr, |
| 896 | const char *buf, size_t count) |
| 897 | { |
| 898 | struct fc_rport *rport = transport_class_to_rport(dev); |
| 899 | unsigned long val; |
| 900 | int rc; |
| 901 | |
| 902 | rc = fc_str_to_dev_loss(buf, &val); |
| 903 | if (rc) |
| 904 | return rc; |
| 905 | |
| 906 | rc = fc_rport_set_dev_loss_tmo(rport, val); |
| 907 | if (rc) |
| 908 | return rc; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 909 | return count; |
| 910 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 911 | static FC_DEVICE_ATTR(rport, dev_loss_tmo, S_IRUGO | S_IWUSR, |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 912 | show_fc_rport_dev_loss_tmo, store_fc_rport_dev_loss_tmo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 913 | |
| 914 | |
| 915 | /* Private Remote Port Attributes */ |
| 916 | |
| 917 | fc_private_rport_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long); |
| 918 | fc_private_rport_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); |
| 919 | fc_private_rport_rd_attr(port_id, "0x%06x\n", 20); |
| 920 | |
| 921 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 922 | show_fc_rport_roles (struct device *dev, struct device_attribute *attr, |
| 923 | char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 924 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 925 | struct fc_rport *rport = transport_class_to_rport(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 926 | |
| 927 | /* identify any roles that are port_id specific */ |
| 928 | if ((rport->port_id != -1) && |
| 929 | (rport->port_id & FC_WELLKNOWN_PORTID_MASK) == |
| 930 | FC_WELLKNOWN_PORTID_MASK) { |
| 931 | switch (rport->port_id & FC_WELLKNOWN_ROLE_MASK) { |
| 932 | case FC_FPORT_PORTID: |
| 933 | return snprintf(buf, 30, "Fabric Port\n"); |
| 934 | case FC_FABCTLR_PORTID: |
| 935 | return snprintf(buf, 30, "Fabric Controller\n"); |
| 936 | case FC_DIRSRVR_PORTID: |
| 937 | return snprintf(buf, 30, "Directory Server\n"); |
| 938 | case FC_TIMESRVR_PORTID: |
| 939 | return snprintf(buf, 30, "Time Server\n"); |
| 940 | case FC_MGMTSRVR_PORTID: |
| 941 | return snprintf(buf, 30, "Management Server\n"); |
| 942 | default: |
| 943 | return snprintf(buf, 30, "Unknown Fabric Entity\n"); |
| 944 | } |
| 945 | } else { |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 946 | if (rport->roles == FC_PORT_ROLE_UNKNOWN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 947 | return snprintf(buf, 20, "unknown\n"); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 948 | return get_fc_port_roles_names(rport->roles, buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 949 | } |
| 950 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 951 | static FC_DEVICE_ATTR(rport, roles, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 952 | show_fc_rport_roles, NULL); |
| 953 | |
| 954 | fc_private_rport_rd_enum_attr(port_state, FC_PORTSTATE_MAX_NAMELEN); |
| 955 | fc_private_rport_rd_attr(scsi_target_id, "%d\n", 20); |
| 956 | |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 957 | /* |
| 958 | * fast_io_fail_tmo attribute |
| 959 | */ |
| 960 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 961 | show_fc_rport_fast_io_fail_tmo (struct device *dev, |
| 962 | struct device_attribute *attr, char *buf) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 963 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 964 | struct fc_rport *rport = transport_class_to_rport(dev); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 965 | |
| 966 | if (rport->fast_io_fail_tmo == -1) |
| 967 | return snprintf(buf, 5, "off\n"); |
| 968 | return snprintf(buf, 20, "%d\n", rport->fast_io_fail_tmo); |
| 969 | } |
| 970 | |
| 971 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 972 | store_fc_rport_fast_io_fail_tmo(struct device *dev, |
| 973 | struct device_attribute *attr, const char *buf, |
| 974 | size_t count) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 975 | { |
| 976 | int val; |
| 977 | char *cp; |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 978 | struct fc_rport *rport = transport_class_to_rport(dev); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 979 | |
| 980 | if ((rport->port_state == FC_PORTSTATE_BLOCKED) || |
| 981 | (rport->port_state == FC_PORTSTATE_DELETED) || |
| 982 | (rport->port_state == FC_PORTSTATE_NOTPRESENT)) |
| 983 | return -EBUSY; |
| 984 | if (strncmp(buf, "off", 3) == 0) |
| 985 | rport->fast_io_fail_tmo = -1; |
| 986 | else { |
| 987 | val = simple_strtoul(buf, &cp, 0); |
Hannes Reinecke | f2818663 | 2009-12-15 09:26:06 +0100 | [diff] [blame] | 988 | if ((*cp && (*cp != '\n')) || (val < 0)) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 989 | return -EINVAL; |
Hannes Reinecke | f2818663 | 2009-12-15 09:26:06 +0100 | [diff] [blame] | 990 | /* |
| 991 | * Cap fast_io_fail by dev_loss_tmo or |
| 992 | * SCSI_DEVICE_BLOCK_MAX_TIMEOUT. |
| 993 | */ |
| 994 | if ((val >= rport->dev_loss_tmo) || |
| 995 | (val > SCSI_DEVICE_BLOCK_MAX_TIMEOUT)) |
| 996 | return -EINVAL; |
| 997 | |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 998 | rport->fast_io_fail_tmo = val; |
| 999 | } |
| 1000 | return count; |
| 1001 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1002 | static FC_DEVICE_ATTR(rport, fast_io_fail_tmo, S_IRUGO | S_IWUSR, |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 1003 | show_fc_rport_fast_io_fail_tmo, store_fc_rport_fast_io_fail_tmo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1004 | |
| 1005 | |
| 1006 | /* |
| 1007 | * FC SCSI Target Attribute Management |
| 1008 | */ |
| 1009 | |
| 1010 | /* |
| 1011 | * Note: in the target show function we recognize when the remote |
Uwe Kleine-König | 732bee7 | 2010-06-11 12:16:59 +0200 | [diff] [blame] | 1012 | * port is in the hierarchy and do not allow the driver to get |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1013 | * involved in sysfs functions. The driver only gets involved if |
| 1014 | * it's the "old" style that doesn't use rports. |
| 1015 | */ |
| 1016 | #define fc_starget_show_function(field, format_string, sz, cast) \ |
| 1017 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1018 | show_fc_starget_##field (struct device *dev, \ |
| 1019 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1020 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1021 | struct scsi_target *starget = transport_class_to_starget(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1022 | struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); \ |
| 1023 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1024 | struct fc_rport *rport = starget_to_rport(starget); \ |
| 1025 | if (rport) \ |
| 1026 | fc_starget_##field(starget) = rport->field; \ |
| 1027 | else if (i->f->get_starget_##field) \ |
| 1028 | i->f->get_starget_##field(starget); \ |
| 1029 | return snprintf(buf, sz, format_string, \ |
| 1030 | cast fc_starget_##field(starget)); \ |
| 1031 | } |
| 1032 | |
| 1033 | #define fc_starget_rd_attr(field, format_string, sz) \ |
| 1034 | fc_starget_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1035 | static FC_DEVICE_ATTR(starget, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1036 | show_fc_starget_##field, NULL) |
| 1037 | |
| 1038 | #define fc_starget_rd_attr_cast(field, format_string, sz, cast) \ |
| 1039 | fc_starget_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1040 | static FC_DEVICE_ATTR(starget, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1041 | show_fc_starget_##field, NULL) |
| 1042 | |
| 1043 | #define SETUP_STARGET_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1044 | i->private_starget_attrs[count] = device_attr_starget_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1045 | i->private_starget_attrs[count].attr.mode = S_IRUGO; \ |
| 1046 | i->private_starget_attrs[count].store = NULL; \ |
| 1047 | i->starget_attrs[count] = &i->private_starget_attrs[count]; \ |
| 1048 | if (i->f->show_starget_##field) \ |
| 1049 | count++ |
| 1050 | |
| 1051 | #define SETUP_STARGET_ATTRIBUTE_RW(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1052 | i->private_starget_attrs[count] = device_attr_starget_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1053 | if (!i->f->set_starget_##field) { \ |
| 1054 | i->private_starget_attrs[count].attr.mode = S_IRUGO; \ |
| 1055 | i->private_starget_attrs[count].store = NULL; \ |
| 1056 | } \ |
| 1057 | i->starget_attrs[count] = &i->private_starget_attrs[count]; \ |
| 1058 | if (i->f->show_starget_##field) \ |
| 1059 | count++ |
| 1060 | |
| 1061 | /* The FC Transport SCSI Target Attributes: */ |
| 1062 | fc_starget_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long); |
| 1063 | fc_starget_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); |
| 1064 | fc_starget_rd_attr(port_id, "0x%06x\n", 20); |
| 1065 | |
| 1066 | |
| 1067 | /* |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1068 | * FC Virtual Port Attribute Management |
| 1069 | */ |
| 1070 | |
| 1071 | #define fc_vport_show_function(field, format_string, sz, cast) \ |
| 1072 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1073 | show_fc_vport_##field (struct device *dev, \ |
| 1074 | struct device_attribute *attr, char *buf) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1075 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1076 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1077 | struct Scsi_Host *shost = vport_to_shost(vport); \ |
| 1078 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1079 | if ((i->f->get_vport_##field) && \ |
| 1080 | !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \ |
| 1081 | i->f->get_vport_##field(vport); \ |
| 1082 | return snprintf(buf, sz, format_string, cast vport->field); \ |
| 1083 | } |
| 1084 | |
| 1085 | #define fc_vport_store_function(field) \ |
| 1086 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1087 | store_fc_vport_##field(struct device *dev, \ |
| 1088 | struct device_attribute *attr, \ |
| 1089 | const char *buf, size_t count) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1090 | { \ |
| 1091 | int val; \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1092 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1093 | struct Scsi_Host *shost = vport_to_shost(vport); \ |
| 1094 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1095 | char *cp; \ |
| 1096 | if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \ |
| 1097 | return -EBUSY; \ |
| 1098 | val = simple_strtoul(buf, &cp, 0); \ |
| 1099 | if (*cp && (*cp != '\n')) \ |
| 1100 | return -EINVAL; \ |
| 1101 | i->f->set_vport_##field(vport, val); \ |
| 1102 | return count; \ |
| 1103 | } |
| 1104 | |
| 1105 | #define fc_vport_store_str_function(field, slen) \ |
| 1106 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1107 | store_fc_vport_##field(struct device *dev, \ |
| 1108 | struct device_attribute *attr, \ |
| 1109 | const char *buf, size_t count) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1110 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1111 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1112 | struct Scsi_Host *shost = vport_to_shost(vport); \ |
| 1113 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1114 | unsigned int cnt=count; \ |
| 1115 | \ |
| 1116 | /* count may include a LF at end of string */ \ |
| 1117 | if (buf[cnt-1] == '\n') \ |
| 1118 | cnt--; \ |
| 1119 | if (cnt > ((slen) - 1)) \ |
| 1120 | return -EINVAL; \ |
| 1121 | memcpy(vport->field, buf, cnt); \ |
| 1122 | i->f->set_vport_##field(vport); \ |
| 1123 | return count; \ |
| 1124 | } |
| 1125 | |
| 1126 | #define fc_vport_rd_attr(field, format_string, sz) \ |
| 1127 | fc_vport_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1128 | static FC_DEVICE_ATTR(vport, field, S_IRUGO, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1129 | show_fc_vport_##field, NULL) |
| 1130 | |
| 1131 | #define fc_vport_rd_attr_cast(field, format_string, sz, cast) \ |
| 1132 | fc_vport_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1133 | static FC_DEVICE_ATTR(vport, field, S_IRUGO, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1134 | show_fc_vport_##field, NULL) |
| 1135 | |
| 1136 | #define fc_vport_rw_attr(field, format_string, sz) \ |
| 1137 | fc_vport_show_function(field, format_string, sz, ) \ |
| 1138 | fc_vport_store_function(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1139 | static FC_DEVICE_ATTR(vport, field, S_IRUGO | S_IWUSR, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1140 | show_fc_vport_##field, \ |
| 1141 | store_fc_vport_##field) |
| 1142 | |
| 1143 | #define fc_private_vport_show_function(field, format_string, sz, cast) \ |
| 1144 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1145 | show_fc_vport_##field (struct device *dev, \ |
| 1146 | struct device_attribute *attr, char *buf) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1147 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1148 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1149 | return snprintf(buf, sz, format_string, cast vport->field); \ |
| 1150 | } |
| 1151 | |
| 1152 | #define fc_private_vport_store_u32_function(field) \ |
| 1153 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1154 | store_fc_vport_##field(struct device *dev, \ |
| 1155 | struct device_attribute *attr, \ |
| 1156 | const char *buf, size_t count) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1157 | { \ |
| 1158 | u32 val; \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1159 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1160 | char *cp; \ |
| 1161 | if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \ |
| 1162 | return -EBUSY; \ |
| 1163 | val = simple_strtoul(buf, &cp, 0); \ |
| 1164 | if (*cp && (*cp != '\n')) \ |
| 1165 | return -EINVAL; \ |
| 1166 | vport->field = val; \ |
| 1167 | return count; \ |
| 1168 | } |
| 1169 | |
| 1170 | |
| 1171 | #define fc_private_vport_rd_attr(field, format_string, sz) \ |
| 1172 | fc_private_vport_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1173 | static FC_DEVICE_ATTR(vport, field, S_IRUGO, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1174 | show_fc_vport_##field, NULL) |
| 1175 | |
| 1176 | #define fc_private_vport_rd_attr_cast(field, format_string, sz, cast) \ |
| 1177 | fc_private_vport_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1178 | static FC_DEVICE_ATTR(vport, field, S_IRUGO, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1179 | show_fc_vport_##field, NULL) |
| 1180 | |
| 1181 | #define fc_private_vport_rw_u32_attr(field, format_string, sz) \ |
| 1182 | fc_private_vport_show_function(field, format_string, sz, ) \ |
| 1183 | fc_private_vport_store_u32_function(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1184 | static FC_DEVICE_ATTR(vport, field, S_IRUGO | S_IWUSR, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1185 | show_fc_vport_##field, \ |
| 1186 | store_fc_vport_##field) |
| 1187 | |
| 1188 | |
| 1189 | #define fc_private_vport_rd_enum_attr(title, maxlen) \ |
| 1190 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1191 | show_fc_vport_##title (struct device *dev, \ |
| 1192 | struct device_attribute *attr, \ |
| 1193 | char *buf) \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1194 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1195 | struct fc_vport *vport = transport_class_to_vport(dev); \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1196 | const char *name; \ |
| 1197 | name = get_fc_##title##_name(vport->title); \ |
| 1198 | if (!name) \ |
| 1199 | return -EINVAL; \ |
| 1200 | return snprintf(buf, maxlen, "%s\n", name); \ |
| 1201 | } \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1202 | static FC_DEVICE_ATTR(vport, title, S_IRUGO, \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1203 | show_fc_vport_##title, NULL) |
| 1204 | |
| 1205 | |
| 1206 | #define SETUP_VPORT_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1207 | i->private_vport_attrs[count] = device_attr_vport_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1208 | i->private_vport_attrs[count].attr.mode = S_IRUGO; \ |
| 1209 | i->private_vport_attrs[count].store = NULL; \ |
| 1210 | i->vport_attrs[count] = &i->private_vport_attrs[count]; \ |
| 1211 | if (i->f->get_##field) \ |
| 1212 | count++ |
| 1213 | /* NOTE: Above MACRO differs: checks function not show bit */ |
| 1214 | |
| 1215 | #define SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1216 | i->private_vport_attrs[count] = device_attr_vport_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1217 | i->private_vport_attrs[count].attr.mode = S_IRUGO; \ |
| 1218 | i->private_vport_attrs[count].store = NULL; \ |
| 1219 | i->vport_attrs[count] = &i->private_vport_attrs[count]; \ |
| 1220 | count++ |
| 1221 | |
| 1222 | #define SETUP_VPORT_ATTRIBUTE_WR(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1223 | i->private_vport_attrs[count] = device_attr_vport_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1224 | i->vport_attrs[count] = &i->private_vport_attrs[count]; \ |
| 1225 | if (i->f->field) \ |
| 1226 | count++ |
| 1227 | /* NOTE: Above MACRO differs: checks function */ |
| 1228 | |
| 1229 | #define SETUP_VPORT_ATTRIBUTE_RW(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1230 | i->private_vport_attrs[count] = device_attr_vport_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1231 | if (!i->f->set_vport_##field) { \ |
| 1232 | i->private_vport_attrs[count].attr.mode = S_IRUGO; \ |
| 1233 | i->private_vport_attrs[count].store = NULL; \ |
| 1234 | } \ |
| 1235 | i->vport_attrs[count] = &i->private_vport_attrs[count]; \ |
| 1236 | count++ |
| 1237 | /* NOTE: Above MACRO differs: does not check show bit */ |
| 1238 | |
| 1239 | #define SETUP_PRIVATE_VPORT_ATTRIBUTE_RW(field) \ |
| 1240 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1241 | i->private_vport_attrs[count] = device_attr_vport_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1242 | i->vport_attrs[count] = &i->private_vport_attrs[count]; \ |
| 1243 | count++; \ |
| 1244 | } |
| 1245 | |
| 1246 | |
| 1247 | /* The FC Transport Virtual Port Attributes: */ |
| 1248 | |
| 1249 | /* Fixed Virtual Port Attributes */ |
| 1250 | |
| 1251 | /* Dynamic Virtual Port Attributes */ |
| 1252 | |
| 1253 | /* Private Virtual Port Attributes */ |
| 1254 | |
| 1255 | fc_private_vport_rd_enum_attr(vport_state, FC_VPORTSTATE_MAX_NAMELEN); |
| 1256 | fc_private_vport_rd_enum_attr(vport_last_state, FC_VPORTSTATE_MAX_NAMELEN); |
| 1257 | fc_private_vport_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long); |
| 1258 | fc_private_vport_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); |
| 1259 | |
| 1260 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1261 | show_fc_vport_roles (struct device *dev, struct device_attribute *attr, |
| 1262 | char *buf) |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1263 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1264 | struct fc_vport *vport = transport_class_to_vport(dev); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1265 | |
| 1266 | if (vport->roles == FC_PORT_ROLE_UNKNOWN) |
| 1267 | return snprintf(buf, 20, "unknown\n"); |
| 1268 | return get_fc_port_roles_names(vport->roles, buf); |
| 1269 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1270 | static FC_DEVICE_ATTR(vport, roles, S_IRUGO, show_fc_vport_roles, NULL); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1271 | |
| 1272 | fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN); |
| 1273 | |
| 1274 | fc_private_vport_show_function(symbolic_name, "%s\n", |
| 1275 | FC_VPORT_SYMBOLIC_NAMELEN + 1, ) |
| 1276 | fc_vport_store_str_function(symbolic_name, FC_VPORT_SYMBOLIC_NAMELEN) |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1277 | static FC_DEVICE_ATTR(vport, symbolic_name, S_IRUGO | S_IWUSR, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1278 | show_fc_vport_symbolic_name, store_fc_vport_symbolic_name); |
| 1279 | |
| 1280 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1281 | store_fc_vport_delete(struct device *dev, struct device_attribute *attr, |
| 1282 | const char *buf, size_t count) |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1283 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1284 | struct fc_vport *vport = transport_class_to_vport(dev); |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 1285 | struct Scsi_Host *shost = vport_to_shost(vport); |
Gal Rosen | 0d9dc7c | 2010-01-21 10:15:32 +0200 | [diff] [blame] | 1286 | unsigned long flags; |
| 1287 | |
| 1288 | spin_lock_irqsave(shost->host_lock, flags); |
Hannes Reinecke | 260f4ae | 2017-07-24 12:09:36 +0200 | [diff] [blame] | 1289 | if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING | FC_VPORT_DELETING)) { |
Gal Rosen | 0d9dc7c | 2010-01-21 10:15:32 +0200 | [diff] [blame] | 1290 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 1291 | return -EBUSY; |
| 1292 | } |
| 1293 | vport->flags |= FC_VPORT_DELETING; |
| 1294 | spin_unlock_irqrestore(shost->host_lock, flags); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1295 | |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 1296 | fc_queue_work(shost, &vport->vport_delete_work); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1297 | return count; |
| 1298 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1299 | static FC_DEVICE_ATTR(vport, vport_delete, S_IWUSR, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1300 | NULL, store_fc_vport_delete); |
| 1301 | |
| 1302 | |
| 1303 | /* |
| 1304 | * Enable/Disable vport |
| 1305 | * Write "1" to disable, write "0" to enable |
| 1306 | */ |
| 1307 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1308 | store_fc_vport_disable(struct device *dev, struct device_attribute *attr, |
| 1309 | const char *buf, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1310 | size_t count) |
| 1311 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1312 | struct fc_vport *vport = transport_class_to_vport(dev); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1313 | struct Scsi_Host *shost = vport_to_shost(vport); |
| 1314 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1315 | int stat; |
| 1316 | |
| 1317 | if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) |
| 1318 | return -EBUSY; |
| 1319 | |
| 1320 | if (*buf == '0') { |
| 1321 | if (vport->vport_state != FC_VPORT_DISABLED) |
| 1322 | return -EALREADY; |
| 1323 | } else if (*buf == '1') { |
| 1324 | if (vport->vport_state == FC_VPORT_DISABLED) |
| 1325 | return -EALREADY; |
| 1326 | } else |
| 1327 | return -EINVAL; |
| 1328 | |
| 1329 | stat = i->f->vport_disable(vport, ((*buf == '0') ? false : true)); |
| 1330 | return stat ? stat : count; |
| 1331 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1332 | static FC_DEVICE_ATTR(vport, vport_disable, S_IWUSR, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1333 | NULL, store_fc_vport_disable); |
| 1334 | |
| 1335 | |
| 1336 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1337 | * Host Attribute Management |
| 1338 | */ |
| 1339 | |
| 1340 | #define fc_host_show_function(field, format_string, sz, cast) \ |
| 1341 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1342 | show_fc_host_##field (struct device *dev, \ |
| 1343 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1344 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1345 | struct Scsi_Host *shost = transport_class_to_shost(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1346 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1347 | if (i->f->get_host_##field) \ |
| 1348 | i->f->get_host_##field(shost); \ |
| 1349 | return snprintf(buf, sz, format_string, cast fc_host_##field(shost)); \ |
| 1350 | } |
| 1351 | |
| 1352 | #define fc_host_store_function(field) \ |
| 1353 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1354 | store_fc_host_##field(struct device *dev, \ |
| 1355 | struct device_attribute *attr, \ |
| 1356 | const char *buf, size_t count) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1357 | { \ |
| 1358 | int val; \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1359 | struct Scsi_Host *shost = transport_class_to_shost(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1360 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 1361 | char *cp; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | \ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 1363 | val = simple_strtoul(buf, &cp, 0); \ |
| 1364 | if (*cp && (*cp != '\n')) \ |
| 1365 | return -EINVAL; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1366 | i->f->set_host_##field(shost, val); \ |
| 1367 | return count; \ |
| 1368 | } |
| 1369 | |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 1370 | #define fc_host_store_str_function(field, slen) \ |
| 1371 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1372 | store_fc_host_##field(struct device *dev, \ |
| 1373 | struct device_attribute *attr, \ |
| 1374 | const char *buf, size_t count) \ |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 1375 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1376 | struct Scsi_Host *shost = transport_class_to_shost(dev); \ |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 1377 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1378 | unsigned int cnt=count; \ |
| 1379 | \ |
| 1380 | /* count may include a LF at end of string */ \ |
| 1381 | if (buf[cnt-1] == '\n') \ |
| 1382 | cnt--; \ |
| 1383 | if (cnt > ((slen) - 1)) \ |
| 1384 | return -EINVAL; \ |
| 1385 | memcpy(fc_host_##field(shost), buf, cnt); \ |
| 1386 | i->f->set_host_##field(shost); \ |
| 1387 | return count; \ |
| 1388 | } |
| 1389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1390 | #define fc_host_rd_attr(field, format_string, sz) \ |
| 1391 | fc_host_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1392 | static FC_DEVICE_ATTR(host, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1393 | show_fc_host_##field, NULL) |
| 1394 | |
| 1395 | #define fc_host_rd_attr_cast(field, format_string, sz, cast) \ |
| 1396 | fc_host_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1397 | static FC_DEVICE_ATTR(host, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1398 | show_fc_host_##field, NULL) |
| 1399 | |
| 1400 | #define fc_host_rw_attr(field, format_string, sz) \ |
| 1401 | fc_host_show_function(field, format_string, sz, ) \ |
| 1402 | fc_host_store_function(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1403 | static FC_DEVICE_ATTR(host, field, S_IRUGO | S_IWUSR, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | show_fc_host_##field, \ |
| 1405 | store_fc_host_##field) |
| 1406 | |
| 1407 | #define fc_host_rd_enum_attr(title, maxlen) \ |
| 1408 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1409 | show_fc_host_##title (struct device *dev, \ |
| 1410 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1411 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1412 | struct Scsi_Host *shost = transport_class_to_shost(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1413 | struct fc_internal *i = to_fc_internal(shost->transportt); \ |
| 1414 | const char *name; \ |
| 1415 | if (i->f->get_host_##title) \ |
| 1416 | i->f->get_host_##title(shost); \ |
| 1417 | name = get_fc_##title##_name(fc_host_##title(shost)); \ |
| 1418 | if (!name) \ |
| 1419 | return -EINVAL; \ |
| 1420 | return snprintf(buf, maxlen, "%s\n", name); \ |
| 1421 | } \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1422 | static FC_DEVICE_ATTR(host, title, S_IRUGO, show_fc_host_##title, NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1423 | |
| 1424 | #define SETUP_HOST_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1425 | i->private_host_attrs[count] = device_attr_host_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1426 | i->private_host_attrs[count].attr.mode = S_IRUGO; \ |
| 1427 | i->private_host_attrs[count].store = NULL; \ |
| 1428 | i->host_attrs[count] = &i->private_host_attrs[count]; \ |
| 1429 | if (i->f->show_host_##field) \ |
| 1430 | count++ |
| 1431 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1432 | #define SETUP_HOST_ATTRIBUTE_RD_NS(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1433 | i->private_host_attrs[count] = device_attr_host_##field; \ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1434 | i->private_host_attrs[count].attr.mode = S_IRUGO; \ |
| 1435 | i->private_host_attrs[count].store = NULL; \ |
| 1436 | i->host_attrs[count] = &i->private_host_attrs[count]; \ |
| 1437 | count++ |
| 1438 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1439 | #define SETUP_HOST_ATTRIBUTE_RW(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1440 | i->private_host_attrs[count] = device_attr_host_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1441 | if (!i->f->set_host_##field) { \ |
| 1442 | i->private_host_attrs[count].attr.mode = S_IRUGO; \ |
| 1443 | i->private_host_attrs[count].store = NULL; \ |
| 1444 | } \ |
| 1445 | i->host_attrs[count] = &i->private_host_attrs[count]; \ |
| 1446 | if (i->f->show_host_##field) \ |
| 1447 | count++ |
| 1448 | |
| 1449 | |
| 1450 | #define fc_private_host_show_function(field, format_string, sz, cast) \ |
| 1451 | static ssize_t \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1452 | show_fc_host_##field (struct device *dev, \ |
| 1453 | struct device_attribute *attr, char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1454 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1455 | struct Scsi_Host *shost = transport_class_to_shost(dev); \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1456 | return snprintf(buf, sz, format_string, cast fc_host_##field(shost)); \ |
| 1457 | } |
| 1458 | |
| 1459 | #define fc_private_host_rd_attr(field, format_string, sz) \ |
| 1460 | fc_private_host_show_function(field, format_string, sz, ) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1461 | static FC_DEVICE_ATTR(host, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1462 | show_fc_host_##field, NULL) |
| 1463 | |
| 1464 | #define fc_private_host_rd_attr_cast(field, format_string, sz, cast) \ |
| 1465 | fc_private_host_show_function(field, format_string, sz, (cast)) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1466 | static FC_DEVICE_ATTR(host, field, S_IRUGO, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1467 | show_fc_host_##field, NULL) |
| 1468 | |
| 1469 | #define SETUP_PRIVATE_HOST_ATTRIBUTE_RD(field) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1470 | i->private_host_attrs[count] = device_attr_host_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1471 | i->private_host_attrs[count].attr.mode = S_IRUGO; \ |
| 1472 | i->private_host_attrs[count].store = NULL; \ |
| 1473 | i->host_attrs[count] = &i->private_host_attrs[count]; \ |
| 1474 | count++ |
| 1475 | |
| 1476 | #define SETUP_PRIVATE_HOST_ATTRIBUTE_RW(field) \ |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1477 | { \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1478 | i->private_host_attrs[count] = device_attr_host_##field; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1479 | i->host_attrs[count] = &i->private_host_attrs[count]; \ |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1480 | count++; \ |
| 1481 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1482 | |
| 1483 | |
| 1484 | /* Fixed Host Attributes */ |
| 1485 | |
| 1486 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1487 | show_fc_host_supported_classes (struct device *dev, |
| 1488 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1489 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1490 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1491 | |
| 1492 | if (fc_host_supported_classes(shost) == FC_COS_UNSPECIFIED) |
| 1493 | return snprintf(buf, 20, "unspecified\n"); |
| 1494 | |
| 1495 | return get_fc_cos_names(fc_host_supported_classes(shost), buf); |
| 1496 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1497 | static FC_DEVICE_ATTR(host, supported_classes, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1498 | show_fc_host_supported_classes, NULL); |
| 1499 | |
| 1500 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1501 | show_fc_host_supported_fc4s (struct device *dev, |
| 1502 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1504 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | return (ssize_t)show_fc_fc4s(buf, fc_host_supported_fc4s(shost)); |
| 1506 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1507 | static FC_DEVICE_ATTR(host, supported_fc4s, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1508 | show_fc_host_supported_fc4s, NULL); |
| 1509 | |
| 1510 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1511 | show_fc_host_supported_speeds (struct device *dev, |
| 1512 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1513 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1514 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1515 | |
| 1516 | if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) |
| 1517 | return snprintf(buf, 20, "unknown\n"); |
| 1518 | |
| 1519 | return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf); |
| 1520 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1521 | static FC_DEVICE_ATTR(host, supported_speeds, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1522 | show_fc_host_supported_speeds, NULL); |
| 1523 | |
| 1524 | |
| 1525 | fc_private_host_rd_attr_cast(node_name, "0x%llx\n", 20, unsigned long long); |
| 1526 | fc_private_host_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); |
Andreas Herrmann | 6b7281d | 2006-01-13 02:16:54 +0100 | [diff] [blame] | 1527 | fc_private_host_rd_attr_cast(permanent_port_name, "0x%llx\n", 20, |
| 1528 | unsigned long long); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1529 | fc_private_host_rd_attr(maxframe_size, "%u bytes\n", 20); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1530 | fc_private_host_rd_attr(max_npiv_vports, "%u\n", 20); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1531 | fc_private_host_rd_attr(serial_number, "%s\n", (FC_SERIAL_NUMBER_SIZE +1)); |
Neerav Parikh | bb8ef58 | 2012-01-22 17:29:50 -0800 | [diff] [blame] | 1532 | fc_private_host_rd_attr(manufacturer, "%s\n", FC_SERIAL_NUMBER_SIZE + 1); |
| 1533 | fc_private_host_rd_attr(model, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1); |
| 1534 | fc_private_host_rd_attr(model_description, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1); |
| 1535 | fc_private_host_rd_attr(hardware_version, "%s\n", FC_VERSION_STRING_SIZE + 1); |
| 1536 | fc_private_host_rd_attr(driver_version, "%s\n", FC_VERSION_STRING_SIZE + 1); |
| 1537 | fc_private_host_rd_attr(firmware_version, "%s\n", FC_VERSION_STRING_SIZE + 1); |
| 1538 | fc_private_host_rd_attr(optionrom_version, "%s\n", FC_VERSION_STRING_SIZE + 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1539 | |
| 1540 | |
| 1541 | /* Dynamic Host Attributes */ |
| 1542 | |
| 1543 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1544 | show_fc_host_active_fc4s (struct device *dev, |
| 1545 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1546 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1547 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1548 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1549 | |
| 1550 | if (i->f->get_host_active_fc4s) |
| 1551 | i->f->get_host_active_fc4s(shost); |
| 1552 | |
| 1553 | return (ssize_t)show_fc_fc4s(buf, fc_host_active_fc4s(shost)); |
| 1554 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1555 | static FC_DEVICE_ATTR(host, active_fc4s, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1556 | show_fc_host_active_fc4s, NULL); |
| 1557 | |
| 1558 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1559 | show_fc_host_speed (struct device *dev, |
| 1560 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1561 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1562 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1563 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1564 | |
| 1565 | if (i->f->get_host_speed) |
| 1566 | i->f->get_host_speed(shost); |
| 1567 | |
| 1568 | if (fc_host_speed(shost) == FC_PORTSPEED_UNKNOWN) |
| 1569 | return snprintf(buf, 20, "unknown\n"); |
| 1570 | |
| 1571 | return get_fc_port_speed_names(fc_host_speed(shost), buf); |
| 1572 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1573 | static FC_DEVICE_ATTR(host, speed, S_IRUGO, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1574 | show_fc_host_speed, NULL); |
| 1575 | |
| 1576 | |
| 1577 | fc_host_rd_attr(port_id, "0x%06x\n", 20); |
| 1578 | fc_host_rd_enum_attr(port_type, FC_PORTTYPE_MAX_NAMELEN); |
| 1579 | fc_host_rd_enum_attr(port_state, FC_PORTSTATE_MAX_NAMELEN); |
| 1580 | fc_host_rd_attr_cast(fabric_name, "0x%llx\n", 20, unsigned long long); |
James Smart | 016131b | 2006-08-14 08:20:25 -0400 | [diff] [blame] | 1581 | fc_host_rd_attr(symbolic_name, "%s\n", FC_SYMBOLIC_NAME_SIZE + 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1582 | |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 1583 | fc_private_host_show_function(system_hostname, "%s\n", |
| 1584 | FC_SYMBOLIC_NAME_SIZE + 1, ) |
| 1585 | fc_host_store_str_function(system_hostname, FC_SYMBOLIC_NAME_SIZE) |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1586 | static FC_DEVICE_ATTR(host, system_hostname, S_IRUGO | S_IWUSR, |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 1587 | show_fc_host_system_hostname, store_fc_host_system_hostname); |
| 1588 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1589 | |
| 1590 | /* Private Host Attributes */ |
| 1591 | |
| 1592 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1593 | show_fc_private_host_tgtid_bind_type(struct device *dev, |
| 1594 | struct device_attribute *attr, char *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1595 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1596 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1597 | const char *name; |
| 1598 | |
| 1599 | name = get_fc_tgtid_bind_type_name(fc_host_tgtid_bind_type(shost)); |
| 1600 | if (!name) |
| 1601 | return -EINVAL; |
| 1602 | return snprintf(buf, FC_BINDTYPE_MAX_NAMELEN, "%s\n", name); |
| 1603 | } |
| 1604 | |
James.Smart@Emulex.Com | d16794f6a | 2005-10-05 13:50:08 -0400 | [diff] [blame] | 1605 | #define get_list_head_entry(pos, head, member) \ |
| 1606 | pos = list_entry((head)->next, typeof(*pos), member) |
| 1607 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1608 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1609 | store_fc_private_host_tgtid_bind_type(struct device *dev, |
| 1610 | struct device_attribute *attr, const char *buf, size_t count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1612 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
James.Smart@Emulex.Com | d16794f6a | 2005-10-05 13:50:08 -0400 | [diff] [blame] | 1613 | struct fc_rport *rport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1614 | enum fc_tgtid_binding_type val; |
| 1615 | unsigned long flags; |
| 1616 | |
| 1617 | if (get_fc_tgtid_bind_type_match(buf, &val)) |
| 1618 | return -EINVAL; |
| 1619 | |
| 1620 | /* if changing bind type, purge all unused consistent bindings */ |
| 1621 | if (val != fc_host_tgtid_bind_type(shost)) { |
| 1622 | spin_lock_irqsave(shost->host_lock, flags); |
James.Smart@Emulex.Com | d16794f6a | 2005-10-05 13:50:08 -0400 | [diff] [blame] | 1623 | while (!list_empty(&fc_host_rport_bindings(shost))) { |
| 1624 | get_list_head_entry(rport, |
| 1625 | &fc_host_rport_bindings(shost), peers); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 1626 | list_del(&rport->peers); |
| 1627 | rport->port_state = FC_PORTSTATE_DELETED; |
| 1628 | fc_queue_work(shost, &rport->rport_delete_work); |
James.Smart@Emulex.Com | d16794f6a | 2005-10-05 13:50:08 -0400 | [diff] [blame] | 1629 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 1631 | } |
| 1632 | |
| 1633 | fc_host_tgtid_bind_type(shost) = val; |
| 1634 | return count; |
| 1635 | } |
| 1636 | |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1637 | static FC_DEVICE_ATTR(host, tgtid_bind_type, S_IRUGO | S_IWUSR, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1638 | show_fc_private_host_tgtid_bind_type, |
| 1639 | store_fc_private_host_tgtid_bind_type); |
| 1640 | |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1641 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1642 | store_fc_private_host_issue_lip(struct device *dev, |
| 1643 | struct device_attribute *attr, const char *buf, size_t count) |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1644 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1645 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1646 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1647 | int ret; |
| 1648 | |
| 1649 | /* ignore any data value written to the attribute */ |
| 1650 | if (i->f->issue_fc_host_lip) { |
| 1651 | ret = i->f->issue_fc_host_lip(shost); |
| 1652 | return ret ? ret: count; |
| 1653 | } |
| 1654 | |
| 1655 | return -ENOENT; |
| 1656 | } |
| 1657 | |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1658 | static FC_DEVICE_ATTR(host, issue_lip, S_IWUSR, NULL, |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 1659 | store_fc_private_host_issue_lip); |
| 1660 | |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 1661 | static ssize_t |
| 1662 | store_fc_private_host_dev_loss_tmo(struct device *dev, |
| 1663 | struct device_attribute *attr, |
| 1664 | const char *buf, size_t count) |
| 1665 | { |
| 1666 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
| 1667 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
| 1668 | struct fc_rport *rport; |
| 1669 | unsigned long val, flags; |
| 1670 | int rc; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1671 | |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 1672 | rc = fc_str_to_dev_loss(buf, &val); |
| 1673 | if (rc) |
| 1674 | return rc; |
| 1675 | |
| 1676 | fc_host_dev_loss_tmo(shost) = val; |
| 1677 | spin_lock_irqsave(shost->host_lock, flags); |
| 1678 | list_for_each_entry(rport, &fc_host->rports, peers) |
| 1679 | fc_rport_set_dev_loss_tmo(rport, val); |
| 1680 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 1681 | return count; |
| 1682 | } |
| 1683 | |
| 1684 | fc_private_host_show_function(dev_loss_tmo, "%d\n", 20, ); |
| 1685 | static FC_DEVICE_ATTR(host, dev_loss_tmo, S_IRUGO | S_IWUSR, |
| 1686 | show_fc_host_dev_loss_tmo, |
| 1687 | store_fc_private_host_dev_loss_tmo); |
| 1688 | |
| 1689 | fc_private_host_rd_attr(npiv_vports_inuse, "%u\n", 20); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1690 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1691 | /* |
| 1692 | * Host Statistics Management |
| 1693 | */ |
| 1694 | |
Tyrel Datwyler | 134699d | 2017-06-21 16:24:39 -0400 | [diff] [blame] | 1695 | /* Show a given attribute in the statistics group */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1697 | fc_stat_show(const struct device *dev, char *buf, unsigned long offset) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1698 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1699 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1700 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1701 | struct fc_host_statistics *stats; |
| 1702 | ssize_t ret = -ENOENT; |
| 1703 | |
| 1704 | if (offset > sizeof(struct fc_host_statistics) || |
| 1705 | offset % sizeof(u64) != 0) |
| 1706 | WARN_ON(1); |
| 1707 | |
| 1708 | if (i->f->get_fc_host_stats) { |
| 1709 | stats = (i->f->get_fc_host_stats)(shost); |
| 1710 | if (stats) |
| 1711 | ret = snprintf(buf, 20, "0x%llx\n", |
| 1712 | (unsigned long long)*(u64 *)(((u8 *) stats) + offset)); |
| 1713 | } |
| 1714 | return ret; |
| 1715 | } |
| 1716 | |
| 1717 | |
| 1718 | /* generate a read-only statistics attribute */ |
| 1719 | #define fc_host_statistic(name) \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1720 | static ssize_t show_fcstat_##name(struct device *cd, \ |
| 1721 | struct device_attribute *attr, \ |
| 1722 | char *buf) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1723 | { \ |
| 1724 | return fc_stat_show(cd, buf, \ |
| 1725 | offsetof(struct fc_host_statistics, name)); \ |
| 1726 | } \ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1727 | static FC_DEVICE_ATTR(host, name, S_IRUGO, show_fcstat_##name, NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1728 | |
| 1729 | fc_host_statistic(seconds_since_last_reset); |
| 1730 | fc_host_statistic(tx_frames); |
| 1731 | fc_host_statistic(tx_words); |
| 1732 | fc_host_statistic(rx_frames); |
| 1733 | fc_host_statistic(rx_words); |
| 1734 | fc_host_statistic(lip_count); |
| 1735 | fc_host_statistic(nos_count); |
| 1736 | fc_host_statistic(error_frames); |
| 1737 | fc_host_statistic(dumped_frames); |
| 1738 | fc_host_statistic(link_failure_count); |
| 1739 | fc_host_statistic(loss_of_sync_count); |
| 1740 | fc_host_statistic(loss_of_signal_count); |
| 1741 | fc_host_statistic(prim_seq_protocol_err_count); |
| 1742 | fc_host_statistic(invalid_tx_word_count); |
| 1743 | fc_host_statistic(invalid_crc_count); |
| 1744 | fc_host_statistic(fcp_input_requests); |
| 1745 | fc_host_statistic(fcp_output_requests); |
| 1746 | fc_host_statistic(fcp_control_requests); |
| 1747 | fc_host_statistic(fcp_input_megabytes); |
| 1748 | fc_host_statistic(fcp_output_megabytes); |
Vasu Dev | e58abb0 | 2012-05-25 10:26:38 -0700 | [diff] [blame] | 1749 | fc_host_statistic(fcp_packet_alloc_failures); |
| 1750 | fc_host_statistic(fcp_packet_aborts); |
| 1751 | fc_host_statistic(fcp_frame_alloc_failures); |
| 1752 | fc_host_statistic(fc_no_free_exch); |
| 1753 | fc_host_statistic(fc_no_free_exch_xid); |
| 1754 | fc_host_statistic(fc_xid_not_found); |
| 1755 | fc_host_statistic(fc_xid_busy); |
| 1756 | fc_host_statistic(fc_seq_not_found); |
| 1757 | fc_host_statistic(fc_non_bls_resp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1758 | |
| 1759 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1760 | fc_reset_statistics(struct device *dev, struct device_attribute *attr, |
| 1761 | const char *buf, size_t count) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1762 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1763 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1764 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 1765 | |
| 1766 | /* ignore any data value written to the attribute */ |
| 1767 | if (i->f->reset_fc_host_stats) { |
| 1768 | i->f->reset_fc_host_stats(shost); |
| 1769 | return count; |
| 1770 | } |
| 1771 | |
| 1772 | return -ENOENT; |
| 1773 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1774 | static FC_DEVICE_ATTR(host, reset_statistics, S_IWUSR, NULL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1775 | fc_reset_statistics); |
| 1776 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1777 | static struct attribute *fc_statistics_attrs[] = { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1778 | &device_attr_host_seconds_since_last_reset.attr, |
| 1779 | &device_attr_host_tx_frames.attr, |
| 1780 | &device_attr_host_tx_words.attr, |
| 1781 | &device_attr_host_rx_frames.attr, |
| 1782 | &device_attr_host_rx_words.attr, |
| 1783 | &device_attr_host_lip_count.attr, |
| 1784 | &device_attr_host_nos_count.attr, |
| 1785 | &device_attr_host_error_frames.attr, |
| 1786 | &device_attr_host_dumped_frames.attr, |
| 1787 | &device_attr_host_link_failure_count.attr, |
| 1788 | &device_attr_host_loss_of_sync_count.attr, |
| 1789 | &device_attr_host_loss_of_signal_count.attr, |
| 1790 | &device_attr_host_prim_seq_protocol_err_count.attr, |
| 1791 | &device_attr_host_invalid_tx_word_count.attr, |
| 1792 | &device_attr_host_invalid_crc_count.attr, |
| 1793 | &device_attr_host_fcp_input_requests.attr, |
| 1794 | &device_attr_host_fcp_output_requests.attr, |
| 1795 | &device_attr_host_fcp_control_requests.attr, |
| 1796 | &device_attr_host_fcp_input_megabytes.attr, |
| 1797 | &device_attr_host_fcp_output_megabytes.attr, |
Vasu Dev | e58abb0 | 2012-05-25 10:26:38 -0700 | [diff] [blame] | 1798 | &device_attr_host_fcp_packet_alloc_failures.attr, |
| 1799 | &device_attr_host_fcp_packet_aborts.attr, |
| 1800 | &device_attr_host_fcp_frame_alloc_failures.attr, |
| 1801 | &device_attr_host_fc_no_free_exch.attr, |
| 1802 | &device_attr_host_fc_no_free_exch_xid.attr, |
| 1803 | &device_attr_host_fc_xid_not_found.attr, |
| 1804 | &device_attr_host_fc_xid_busy.attr, |
| 1805 | &device_attr_host_fc_seq_not_found.attr, |
| 1806 | &device_attr_host_fc_non_bls_resp.attr, |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1807 | &device_attr_host_reset_statistics.attr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1808 | NULL |
| 1809 | }; |
| 1810 | |
| 1811 | static struct attribute_group fc_statistics_group = { |
| 1812 | .name = "statistics", |
| 1813 | .attrs = fc_statistics_attrs, |
| 1814 | }; |
| 1815 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1816 | |
| 1817 | /* Host Vport Attributes */ |
| 1818 | |
| 1819 | static int |
| 1820 | fc_parse_wwn(const char *ns, u64 *nm) |
| 1821 | { |
| 1822 | unsigned int i, j; |
| 1823 | u8 wwn[8]; |
| 1824 | |
| 1825 | memset(wwn, 0, sizeof(wwn)); |
| 1826 | |
| 1827 | /* Validate and store the new name */ |
| 1828 | for (i=0, j=0; i < 16; i++) { |
Andy Shevchenko | ecc3099 | 2010-08-10 18:01:27 -0700 | [diff] [blame] | 1829 | int value; |
| 1830 | |
| 1831 | value = hex_to_bin(*ns++); |
| 1832 | if (value >= 0) |
| 1833 | j = (j << 4) | value; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1834 | else |
| 1835 | return -EINVAL; |
| 1836 | if (i % 2) { |
| 1837 | wwn[i/2] = j & 0xff; |
| 1838 | j = 0; |
| 1839 | } |
| 1840 | } |
| 1841 | |
| 1842 | *nm = wwn_to_u64(wwn); |
| 1843 | |
| 1844 | return 0; |
| 1845 | } |
| 1846 | |
| 1847 | |
| 1848 | /* |
| 1849 | * "Short-cut" sysfs variable to create a new vport on a FC Host. |
| 1850 | * Input is a string of the form "<WWPN>:<WWNN>". Other attributes |
| 1851 | * will default to a NPIV-based FCP_Initiator; The WWNs are specified |
| 1852 | * as hex characters, and may *not* contain any prefixes (e.g. 0x, x, etc) |
| 1853 | */ |
| 1854 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1855 | store_fc_host_vport_create(struct device *dev, struct device_attribute *attr, |
| 1856 | const char *buf, size_t count) |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1857 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1858 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1859 | struct fc_vport_identifiers vid; |
| 1860 | struct fc_vport *vport; |
| 1861 | unsigned int cnt=count; |
| 1862 | int stat; |
| 1863 | |
| 1864 | memset(&vid, 0, sizeof(vid)); |
| 1865 | |
| 1866 | /* count may include a LF at end of string */ |
| 1867 | if (buf[cnt-1] == '\n') |
| 1868 | cnt--; |
| 1869 | |
| 1870 | /* validate we have enough characters for WWPN */ |
| 1871 | if ((cnt != (16+1+16)) || (buf[16] != ':')) |
| 1872 | return -EINVAL; |
| 1873 | |
| 1874 | stat = fc_parse_wwn(&buf[0], &vid.port_name); |
| 1875 | if (stat) |
| 1876 | return stat; |
| 1877 | |
| 1878 | stat = fc_parse_wwn(&buf[17], &vid.node_name); |
| 1879 | if (stat) |
| 1880 | return stat; |
| 1881 | |
| 1882 | vid.roles = FC_PORT_ROLE_FCP_INITIATOR; |
| 1883 | vid.vport_type = FC_PORTTYPE_NPIV; |
| 1884 | /* vid.symbolic_name is already zero/NULL's */ |
| 1885 | vid.disable = false; /* always enabled */ |
| 1886 | |
| 1887 | /* we only allow support on Channel 0 !!! */ |
Andrew Vasquez | a30c3f6 | 2008-07-18 08:32:52 -0700 | [diff] [blame] | 1888 | stat = fc_vport_setup(shost, 0, &shost->shost_gendev, &vid, &vport); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1889 | return stat ? stat : count; |
| 1890 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1891 | static FC_DEVICE_ATTR(host, vport_create, S_IWUSR, NULL, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1892 | store_fc_host_vport_create); |
| 1893 | |
| 1894 | |
| 1895 | /* |
| 1896 | * "Short-cut" sysfs variable to delete a vport on a FC Host. |
| 1897 | * Vport is identified by a string containing "<WWPN>:<WWNN>". |
| 1898 | * The WWNs are specified as hex characters, and may *not* contain |
| 1899 | * any prefixes (e.g. 0x, x, etc) |
| 1900 | */ |
| 1901 | static ssize_t |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1902 | store_fc_host_vport_delete(struct device *dev, struct device_attribute *attr, |
| 1903 | const char *buf, size_t count) |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1904 | { |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1905 | struct Scsi_Host *shost = transport_class_to_shost(dev); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1906 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
| 1907 | struct fc_vport *vport; |
| 1908 | u64 wwpn, wwnn; |
| 1909 | unsigned long flags; |
| 1910 | unsigned int cnt=count; |
| 1911 | int stat, match; |
| 1912 | |
| 1913 | /* count may include a LF at end of string */ |
| 1914 | if (buf[cnt-1] == '\n') |
| 1915 | cnt--; |
| 1916 | |
| 1917 | /* validate we have enough characters for WWPN */ |
| 1918 | if ((cnt != (16+1+16)) || (buf[16] != ':')) |
| 1919 | return -EINVAL; |
| 1920 | |
| 1921 | stat = fc_parse_wwn(&buf[0], &wwpn); |
| 1922 | if (stat) |
| 1923 | return stat; |
| 1924 | |
| 1925 | stat = fc_parse_wwn(&buf[17], &wwnn); |
| 1926 | if (stat) |
| 1927 | return stat; |
| 1928 | |
| 1929 | spin_lock_irqsave(shost->host_lock, flags); |
| 1930 | match = 0; |
| 1931 | /* we only allow support on Channel 0 !!! */ |
| 1932 | list_for_each_entry(vport, &fc_host->vports, peers) { |
| 1933 | if ((vport->channel == 0) && |
| 1934 | (vport->port_name == wwpn) && (vport->node_name == wwnn)) { |
Gal Rosen | 0d9dc7c | 2010-01-21 10:15:32 +0200 | [diff] [blame] | 1935 | if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) |
| 1936 | break; |
| 1937 | vport->flags |= FC_VPORT_DELETING; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1938 | match = 1; |
| 1939 | break; |
| 1940 | } |
| 1941 | } |
| 1942 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 1943 | |
| 1944 | if (!match) |
| 1945 | return -ENODEV; |
| 1946 | |
| 1947 | stat = fc_vport_terminate(vport); |
| 1948 | return stat ? stat : count; |
| 1949 | } |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 1950 | static FC_DEVICE_ATTR(host, vport_delete, S_IWUSR, NULL, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 1951 | store_fc_host_vport_delete); |
| 1952 | |
| 1953 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1954 | static int fc_host_match(struct attribute_container *cont, |
| 1955 | struct device *dev) |
| 1956 | { |
| 1957 | struct Scsi_Host *shost; |
| 1958 | struct fc_internal *i; |
| 1959 | |
| 1960 | if (!scsi_is_host_device(dev)) |
| 1961 | return 0; |
| 1962 | |
| 1963 | shost = dev_to_shost(dev); |
| 1964 | if (!shost->transportt || shost->transportt->host_attrs.ac.class |
| 1965 | != &fc_host_class.class) |
| 1966 | return 0; |
| 1967 | |
| 1968 | i = to_fc_internal(shost->transportt); |
| 1969 | |
| 1970 | return &i->t.host_attrs.ac == cont; |
| 1971 | } |
| 1972 | |
| 1973 | static int fc_target_match(struct attribute_container *cont, |
| 1974 | struct device *dev) |
| 1975 | { |
| 1976 | struct Scsi_Host *shost; |
| 1977 | struct fc_internal *i; |
| 1978 | |
| 1979 | if (!scsi_is_target_device(dev)) |
| 1980 | return 0; |
| 1981 | |
| 1982 | shost = dev_to_shost(dev->parent); |
| 1983 | if (!shost->transportt || shost->transportt->host_attrs.ac.class |
| 1984 | != &fc_host_class.class) |
| 1985 | return 0; |
| 1986 | |
| 1987 | i = to_fc_internal(shost->transportt); |
| 1988 | |
| 1989 | return &i->t.target_attrs.ac == cont; |
| 1990 | } |
| 1991 | |
| 1992 | static void fc_rport_dev_release(struct device *dev) |
| 1993 | { |
| 1994 | struct fc_rport *rport = dev_to_rport(dev); |
| 1995 | put_device(dev->parent); |
| 1996 | kfree(rport); |
| 1997 | } |
| 1998 | |
| 1999 | int scsi_is_fc_rport(const struct device *dev) |
| 2000 | { |
| 2001 | return dev->release == fc_rport_dev_release; |
| 2002 | } |
| 2003 | EXPORT_SYMBOL(scsi_is_fc_rport); |
| 2004 | |
| 2005 | static int fc_rport_match(struct attribute_container *cont, |
| 2006 | struct device *dev) |
| 2007 | { |
| 2008 | struct Scsi_Host *shost; |
| 2009 | struct fc_internal *i; |
| 2010 | |
| 2011 | if (!scsi_is_fc_rport(dev)) |
| 2012 | return 0; |
| 2013 | |
| 2014 | shost = dev_to_shost(dev->parent); |
| 2015 | if (!shost->transportt || shost->transportt->host_attrs.ac.class |
| 2016 | != &fc_host_class.class) |
| 2017 | return 0; |
| 2018 | |
| 2019 | i = to_fc_internal(shost->transportt); |
| 2020 | |
| 2021 | return &i->rport_attr_cont.ac == cont; |
| 2022 | } |
| 2023 | |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2024 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2025 | static void fc_vport_dev_release(struct device *dev) |
| 2026 | { |
| 2027 | struct fc_vport *vport = dev_to_vport(dev); |
| 2028 | put_device(dev->parent); /* release kobj parent */ |
| 2029 | kfree(vport); |
| 2030 | } |
| 2031 | |
Bart Van Assche | 6205517 | 2016-03-28 14:37:28 -0700 | [diff] [blame] | 2032 | static int scsi_is_fc_vport(const struct device *dev) |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2033 | { |
| 2034 | return dev->release == fc_vport_dev_release; |
| 2035 | } |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2036 | |
| 2037 | static int fc_vport_match(struct attribute_container *cont, |
| 2038 | struct device *dev) |
| 2039 | { |
| 2040 | struct fc_vport *vport; |
| 2041 | struct Scsi_Host *shost; |
| 2042 | struct fc_internal *i; |
| 2043 | |
| 2044 | if (!scsi_is_fc_vport(dev)) |
| 2045 | return 0; |
| 2046 | vport = dev_to_vport(dev); |
| 2047 | |
| 2048 | shost = vport_to_shost(vport); |
| 2049 | if (!shost->transportt || shost->transportt->host_attrs.ac.class |
| 2050 | != &fc_host_class.class) |
| 2051 | return 0; |
| 2052 | |
| 2053 | i = to_fc_internal(shost->transportt); |
| 2054 | return &i->vport_attr_cont.ac == cont; |
| 2055 | } |
| 2056 | |
| 2057 | |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2058 | /** |
Christoph Hellwig | b6a05c8 | 2017-01-30 13:18:58 +0100 | [diff] [blame] | 2059 | * fc_eh_timed_out - FC Transport I/O timeout intercept handler |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2060 | * @scmd: The SCSI command which timed out |
| 2061 | * |
| 2062 | * This routine protects against error handlers getting invoked while a |
| 2063 | * rport is in a blocked state, typically due to a temporarily loss of |
| 2064 | * connectivity. If the error handlers are allowed to proceed, requests |
| 2065 | * to abort i/o, reset the target, etc will likely fail as there is no way |
| 2066 | * to communicate with the device to perform the requested function. These |
| 2067 | * failures may result in the midlayer taking the device offline, requiring |
| 2068 | * manual intervention to restore operation. |
| 2069 | * |
| 2070 | * This routine, called whenever an i/o times out, validates the state of |
| 2071 | * the underlying rport. If the rport is blocked, it returns |
| 2072 | * EH_RESET_TIMER, which will continue to reschedule the timeout. |
| 2073 | * Eventually, either the device will return, or devloss_tmo will fire, |
| 2074 | * and when the timeout then fires, it will be handled normally. |
| 2075 | * If the rport is not blocked, normal error handling continues. |
| 2076 | * |
| 2077 | * Notes: |
| 2078 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2079 | */ |
Christoph Hellwig | b6a05c8 | 2017-01-30 13:18:58 +0100 | [diff] [blame] | 2080 | enum blk_eh_timer_return |
| 2081 | fc_eh_timed_out(struct scsi_cmnd *scmd) |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2082 | { |
| 2083 | struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device)); |
| 2084 | |
| 2085 | if (rport->port_state == FC_PORTSTATE_BLOCKED) |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 2086 | return BLK_EH_RESET_TIMER; |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2087 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 2088 | return BLK_EH_NOT_HANDLED; |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2089 | } |
Christoph Hellwig | b6a05c8 | 2017-01-30 13:18:58 +0100 | [diff] [blame] | 2090 | EXPORT_SYMBOL(fc_eh_timed_out); |
James Smart | c829c39 | 2006-03-13 08:28:57 -0500 | [diff] [blame] | 2091 | |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2092 | /* |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2093 | * Called by fc_user_scan to locate an rport on the shost that |
| 2094 | * matches the channel and target id, and invoke scsi_scan_target() |
| 2095 | * on the rport. |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2096 | */ |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2097 | static void |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 2098 | fc_user_scan_tgt(struct Scsi_Host *shost, uint channel, uint id, u64 lun) |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2099 | { |
| 2100 | struct fc_rport *rport; |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2101 | unsigned long flags; |
| 2102 | |
| 2103 | spin_lock_irqsave(shost->host_lock, flags); |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2104 | |
Christoph Hellwig | e02f3f5 | 2006-01-13 19:04:00 +0100 | [diff] [blame] | 2105 | list_for_each_entry(rport, &fc_host_rports(shost), peers) { |
| 2106 | if (rport->scsi_target_id == -1) |
| 2107 | continue; |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2108 | |
Hannes Reinecke | 0d2fcd9 | 2007-06-14 15:16:45 +0200 | [diff] [blame] | 2109 | if (rport->port_state != FC_PORTSTATE_ONLINE) |
| 2110 | continue; |
| 2111 | |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2112 | if ((channel == rport->channel) && |
| 2113 | (id == rport->scsi_target_id)) { |
| 2114 | spin_unlock_irqrestore(shost->host_lock, flags); |
Hannes Reinecke | 1d64508 | 2016-03-17 08:39:45 +0100 | [diff] [blame] | 2115 | scsi_scan_target(&rport->dev, channel, id, lun, |
| 2116 | SCSI_SCAN_MANUAL); |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2117 | return; |
Christoph Hellwig | e02f3f5 | 2006-01-13 19:04:00 +0100 | [diff] [blame] | 2118 | } |
| 2119 | } |
| 2120 | |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2121 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2122 | } |
| 2123 | |
| 2124 | /* |
| 2125 | * Called via sysfs scan routines. Necessary, as the FC transport |
| 2126 | * wants to place all target objects below the rport object. So this |
| 2127 | * routine must invoke the scsi_scan_target() routine with the rport |
| 2128 | * object as the parent. |
| 2129 | */ |
| 2130 | static int |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 2131 | fc_user_scan(struct Scsi_Host *shost, uint channel, uint id, u64 lun) |
James Smart | bda2325 | 2008-04-24 12:12:46 -0400 | [diff] [blame] | 2132 | { |
| 2133 | uint chlo, chhi; |
| 2134 | uint tgtlo, tgthi; |
| 2135 | |
| 2136 | if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || |
| 2137 | ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || |
| 2138 | ((lun != SCAN_WILD_CARD) && (lun > shost->max_lun))) |
| 2139 | return -EINVAL; |
| 2140 | |
| 2141 | if (channel == SCAN_WILD_CARD) { |
| 2142 | chlo = 0; |
| 2143 | chhi = shost->max_channel + 1; |
| 2144 | } else { |
| 2145 | chlo = channel; |
| 2146 | chhi = channel + 1; |
| 2147 | } |
| 2148 | |
| 2149 | if (id == SCAN_WILD_CARD) { |
| 2150 | tgtlo = 0; |
| 2151 | tgthi = shost->max_id; |
| 2152 | } else { |
| 2153 | tgtlo = id; |
| 2154 | tgthi = id + 1; |
| 2155 | } |
| 2156 | |
| 2157 | for ( ; chlo < chhi; chlo++) |
| 2158 | for ( ; tgtlo < tgthi; tgtlo++) |
| 2159 | fc_user_scan_tgt(shost, chlo, tgtlo, lun); |
| 2160 | |
Christoph Hellwig | e02f3f5 | 2006-01-13 19:04:00 +0100 | [diff] [blame] | 2161 | return 0; |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2162 | } |
| 2163 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2164 | struct scsi_transport_template * |
| 2165 | fc_attach_transport(struct fc_function_template *ft) |
| 2166 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2167 | int count; |
Jes Sorensen | 24669f75 | 2006-01-16 10:31:18 -0500 | [diff] [blame] | 2168 | struct fc_internal *i = kzalloc(sizeof(struct fc_internal), |
| 2169 | GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2170 | |
| 2171 | if (unlikely(!i)) |
| 2172 | return NULL; |
| 2173 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2174 | i->t.target_attrs.ac.attrs = &i->starget_attrs[0]; |
| 2175 | i->t.target_attrs.ac.class = &fc_transport_class.class; |
| 2176 | i->t.target_attrs.ac.match = fc_target_match; |
| 2177 | i->t.target_size = sizeof(struct fc_starget_attrs); |
| 2178 | transport_container_register(&i->t.target_attrs); |
| 2179 | |
| 2180 | i->t.host_attrs.ac.attrs = &i->host_attrs[0]; |
| 2181 | i->t.host_attrs.ac.class = &fc_host_class.class; |
| 2182 | i->t.host_attrs.ac.match = fc_host_match; |
| 2183 | i->t.host_size = sizeof(struct fc_host_attrs); |
| 2184 | if (ft->get_fc_host_stats) |
| 2185 | i->t.host_attrs.statistics = &fc_statistics_group; |
| 2186 | transport_container_register(&i->t.host_attrs); |
| 2187 | |
| 2188 | i->rport_attr_cont.ac.attrs = &i->rport_attrs[0]; |
| 2189 | i->rport_attr_cont.ac.class = &fc_rport_class.class; |
| 2190 | i->rport_attr_cont.ac.match = fc_rport_match; |
| 2191 | transport_container_register(&i->rport_attr_cont); |
| 2192 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2193 | i->vport_attr_cont.ac.attrs = &i->vport_attrs[0]; |
| 2194 | i->vport_attr_cont.ac.class = &fc_vport_class.class; |
| 2195 | i->vport_attr_cont.ac.match = fc_vport_match; |
| 2196 | transport_container_register(&i->vport_attr_cont); |
| 2197 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | i->f = ft; |
| 2199 | |
| 2200 | /* Transport uses the shost workq for scsi scanning */ |
| 2201 | i->t.create_work_queue = 1; |
James.Smart@Emulex.Com | 5c44cd2 | 2005-06-10 22:24:30 -0400 | [diff] [blame] | 2202 | |
Christoph Hellwig | e02f3f5 | 2006-01-13 19:04:00 +0100 | [diff] [blame] | 2203 | i->t.user_scan = fc_user_scan; |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 2204 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2205 | /* |
| 2206 | * Setup SCSI Target Attributes. |
| 2207 | */ |
| 2208 | count = 0; |
| 2209 | SETUP_STARGET_ATTRIBUTE_RD(node_name); |
| 2210 | SETUP_STARGET_ATTRIBUTE_RD(port_name); |
| 2211 | SETUP_STARGET_ATTRIBUTE_RD(port_id); |
| 2212 | |
| 2213 | BUG_ON(count > FC_STARGET_NUM_ATTRS); |
| 2214 | |
| 2215 | i->starget_attrs[count] = NULL; |
| 2216 | |
| 2217 | |
| 2218 | /* |
| 2219 | * Setup SCSI Host Attributes. |
| 2220 | */ |
| 2221 | count=0; |
| 2222 | SETUP_HOST_ATTRIBUTE_RD(node_name); |
| 2223 | SETUP_HOST_ATTRIBUTE_RD(port_name); |
Andreas Herrmann | 6b7281d | 2006-01-13 02:16:54 +0100 | [diff] [blame] | 2224 | SETUP_HOST_ATTRIBUTE_RD(permanent_port_name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2225 | SETUP_HOST_ATTRIBUTE_RD(supported_classes); |
| 2226 | SETUP_HOST_ATTRIBUTE_RD(supported_fc4s); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2227 | SETUP_HOST_ATTRIBUTE_RD(supported_speeds); |
| 2228 | SETUP_HOST_ATTRIBUTE_RD(maxframe_size); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2229 | if (ft->vport_create) { |
| 2230 | SETUP_HOST_ATTRIBUTE_RD_NS(max_npiv_vports); |
| 2231 | SETUP_HOST_ATTRIBUTE_RD_NS(npiv_vports_inuse); |
| 2232 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2233 | SETUP_HOST_ATTRIBUTE_RD(serial_number); |
Neerav Parikh | bb8ef58 | 2012-01-22 17:29:50 -0800 | [diff] [blame] | 2234 | SETUP_HOST_ATTRIBUTE_RD(manufacturer); |
| 2235 | SETUP_HOST_ATTRIBUTE_RD(model); |
| 2236 | SETUP_HOST_ATTRIBUTE_RD(model_description); |
| 2237 | SETUP_HOST_ATTRIBUTE_RD(hardware_version); |
| 2238 | SETUP_HOST_ATTRIBUTE_RD(driver_version); |
| 2239 | SETUP_HOST_ATTRIBUTE_RD(firmware_version); |
| 2240 | SETUP_HOST_ATTRIBUTE_RD(optionrom_version); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2241 | |
| 2242 | SETUP_HOST_ATTRIBUTE_RD(port_id); |
| 2243 | SETUP_HOST_ATTRIBUTE_RD(port_type); |
| 2244 | SETUP_HOST_ATTRIBUTE_RD(port_state); |
| 2245 | SETUP_HOST_ATTRIBUTE_RD(active_fc4s); |
| 2246 | SETUP_HOST_ATTRIBUTE_RD(speed); |
| 2247 | SETUP_HOST_ATTRIBUTE_RD(fabric_name); |
James Smart | 016131b | 2006-08-14 08:20:25 -0400 | [diff] [blame] | 2248 | SETUP_HOST_ATTRIBUTE_RD(symbolic_name); |
James Smart | b8d0821 | 2006-08-17 08:00:43 -0400 | [diff] [blame] | 2249 | SETUP_HOST_ATTRIBUTE_RW(system_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2250 | |
| 2251 | /* Transport-managed attributes */ |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 2252 | SETUP_PRIVATE_HOST_ATTRIBUTE_RW(dev_loss_tmo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2253 | SETUP_PRIVATE_HOST_ATTRIBUTE_RW(tgtid_bind_type); |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 2254 | if (ft->issue_fc_host_lip) |
| 2255 | SETUP_PRIVATE_HOST_ATTRIBUTE_RW(issue_lip); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2256 | if (ft->vport_create) |
| 2257 | SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_create); |
| 2258 | if (ft->vport_delete) |
| 2259 | SETUP_PRIVATE_HOST_ATTRIBUTE_RW(vport_delete); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | |
| 2261 | BUG_ON(count > FC_HOST_NUM_ATTRS); |
| 2262 | |
| 2263 | i->host_attrs[count] = NULL; |
| 2264 | |
| 2265 | /* |
| 2266 | * Setup Remote Port Attributes. |
| 2267 | */ |
| 2268 | count=0; |
| 2269 | SETUP_RPORT_ATTRIBUTE_RD(maxframe_size); |
| 2270 | SETUP_RPORT_ATTRIBUTE_RD(supported_classes); |
| 2271 | SETUP_RPORT_ATTRIBUTE_RW(dev_loss_tmo); |
| 2272 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(node_name); |
| 2273 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(port_name); |
| 2274 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(port_id); |
| 2275 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(roles); |
| 2276 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(port_state); |
| 2277 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(scsi_target_id); |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2278 | SETUP_PRIVATE_RPORT_ATTRIBUTE_RW(fast_io_fail_tmo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2279 | |
| 2280 | BUG_ON(count > FC_RPORT_NUM_ATTRS); |
| 2281 | |
| 2282 | i->rport_attrs[count] = NULL; |
| 2283 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2284 | /* |
| 2285 | * Setup Virtual Port Attributes. |
| 2286 | */ |
| 2287 | count=0; |
| 2288 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_state); |
| 2289 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_last_state); |
| 2290 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(node_name); |
| 2291 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(port_name); |
| 2292 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(roles); |
| 2293 | SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); |
| 2294 | SETUP_VPORT_ATTRIBUTE_RW(symbolic_name); |
| 2295 | SETUP_VPORT_ATTRIBUTE_WR(vport_delete); |
| 2296 | SETUP_VPORT_ATTRIBUTE_WR(vport_disable); |
| 2297 | |
| 2298 | BUG_ON(count > FC_VPORT_NUM_ATTRS); |
| 2299 | |
| 2300 | i->vport_attrs[count] = NULL; |
| 2301 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2302 | return &i->t; |
| 2303 | } |
| 2304 | EXPORT_SYMBOL(fc_attach_transport); |
| 2305 | |
| 2306 | void fc_release_transport(struct scsi_transport_template *t) |
| 2307 | { |
| 2308 | struct fc_internal *i = to_fc_internal(t); |
| 2309 | |
| 2310 | transport_container_unregister(&i->t.target_attrs); |
| 2311 | transport_container_unregister(&i->t.host_attrs); |
| 2312 | transport_container_unregister(&i->rport_attr_cont); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2313 | transport_container_unregister(&i->vport_attr_cont); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2314 | |
| 2315 | kfree(i); |
| 2316 | } |
| 2317 | EXPORT_SYMBOL(fc_release_transport); |
| 2318 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2319 | /** |
| 2320 | * fc_queue_work - Queue work to the fc_host workqueue. |
| 2321 | * @shost: Pointer to Scsi_Host bound to fc_host. |
| 2322 | * @work: Work to queue for execution. |
| 2323 | * |
| 2324 | * Return value: |
James Smart | a0785ed | 2006-05-11 13:27:09 -0400 | [diff] [blame] | 2325 | * 1 - work queued for execution |
| 2326 | * 0 - work is already queued |
| 2327 | * -EINVAL - work queue doesn't exist |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2328 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2329 | static int |
| 2330 | fc_queue_work(struct Scsi_Host *shost, struct work_struct *work) |
| 2331 | { |
| 2332 | if (unlikely(!fc_host_work_q(shost))) { |
| 2333 | printk(KERN_ERR |
| 2334 | "ERROR: FC host '%s' attempted to queue work, " |
| 2335 | "when no workqueue created.\n", shost->hostt->name); |
| 2336 | dump_stack(); |
| 2337 | |
| 2338 | return -EINVAL; |
| 2339 | } |
| 2340 | |
| 2341 | return queue_work(fc_host_work_q(shost), work); |
| 2342 | } |
| 2343 | |
| 2344 | /** |
| 2345 | * fc_flush_work - Flush a fc_host's workqueue. |
| 2346 | * @shost: Pointer to Scsi_Host bound to fc_host. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2347 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2348 | static void |
| 2349 | fc_flush_work(struct Scsi_Host *shost) |
| 2350 | { |
| 2351 | if (!fc_host_work_q(shost)) { |
| 2352 | printk(KERN_ERR |
| 2353 | "ERROR: FC host '%s' attempted to flush work, " |
| 2354 | "when no workqueue created.\n", shost->hostt->name); |
| 2355 | dump_stack(); |
| 2356 | return; |
| 2357 | } |
| 2358 | |
| 2359 | flush_workqueue(fc_host_work_q(shost)); |
| 2360 | } |
| 2361 | |
| 2362 | /** |
| 2363 | * fc_queue_devloss_work - Schedule work for the fc_host devloss workqueue. |
| 2364 | * @shost: Pointer to Scsi_Host bound to fc_host. |
| 2365 | * @work: Work to queue for execution. |
| 2366 | * @delay: jiffies to delay the work queuing |
| 2367 | * |
| 2368 | * Return value: |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2369 | * 1 on success / 0 already queued / < 0 for error |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2370 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2371 | static int |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2372 | fc_queue_devloss_work(struct Scsi_Host *shost, struct delayed_work *work, |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2373 | unsigned long delay) |
| 2374 | { |
| 2375 | if (unlikely(!fc_host_devloss_work_q(shost))) { |
| 2376 | printk(KERN_ERR |
| 2377 | "ERROR: FC host '%s' attempted to queue work, " |
| 2378 | "when no workqueue created.\n", shost->hostt->name); |
| 2379 | dump_stack(); |
| 2380 | |
| 2381 | return -EINVAL; |
| 2382 | } |
| 2383 | |
| 2384 | return queue_delayed_work(fc_host_devloss_work_q(shost), work, delay); |
| 2385 | } |
| 2386 | |
| 2387 | /** |
| 2388 | * fc_flush_devloss - Flush a fc_host's devloss workqueue. |
| 2389 | * @shost: Pointer to Scsi_Host bound to fc_host. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2390 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2391 | static void |
| 2392 | fc_flush_devloss(struct Scsi_Host *shost) |
| 2393 | { |
| 2394 | if (!fc_host_devloss_work_q(shost)) { |
| 2395 | printk(KERN_ERR |
| 2396 | "ERROR: FC host '%s' attempted to flush work, " |
| 2397 | "when no workqueue created.\n", shost->hostt->name); |
| 2398 | dump_stack(); |
| 2399 | return; |
| 2400 | } |
| 2401 | |
| 2402 | flush_workqueue(fc_host_devloss_work_q(shost)); |
| 2403 | } |
| 2404 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2405 | |
| 2406 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2407 | * fc_remove_host - called to terminate any fc_transport-related elements for a scsi host. |
| 2408 | * @shost: Which &Scsi_Host |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2409 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2410 | * This routine is expected to be called immediately preceding the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2411 | * a driver's call to scsi_remove_host(). |
| 2412 | * |
| 2413 | * WARNING: A driver utilizing the fc_transport, which fails to call |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2414 | * this routine prior to scsi_remove_host(), will leave dangling |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2415 | * objects in /sys/class/fc_remote_ports. Access to any of these |
| 2416 | * objects can result in a system crash !!! |
| 2417 | * |
| 2418 | * Notes: |
| 2419 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2420 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2421 | void |
| 2422 | fc_remove_host(struct Scsi_Host *shost) |
| 2423 | { |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2424 | struct fc_vport *vport = NULL, *next_vport = NULL; |
| 2425 | struct fc_rport *rport = NULL, *next_rport = NULL; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2426 | struct workqueue_struct *work_q; |
| 2427 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2428 | unsigned long flags; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2429 | |
| 2430 | spin_lock_irqsave(shost->host_lock, flags); |
| 2431 | |
| 2432 | /* Remove any vports */ |
Hannes Reinecke | 260f4ae | 2017-07-24 12:09:36 +0200 | [diff] [blame] | 2433 | list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { |
| 2434 | vport->flags |= FC_VPORT_DELETING; |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 2435 | fc_queue_work(shost, &vport->vport_delete_work); |
Hannes Reinecke | 260f4ae | 2017-07-24 12:09:36 +0200 | [diff] [blame] | 2436 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2437 | |
| 2438 | /* Remove any remote ports */ |
| 2439 | list_for_each_entry_safe(rport, next_rport, |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2440 | &fc_host->rports, peers) { |
| 2441 | list_del(&rport->peers); |
| 2442 | rport->port_state = FC_PORTSTATE_DELETED; |
| 2443 | fc_queue_work(shost, &rport->rport_delete_work); |
| 2444 | } |
| 2445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2446 | list_for_each_entry_safe(rport, next_rport, |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2447 | &fc_host->rport_bindings, peers) { |
| 2448 | list_del(&rport->peers); |
| 2449 | rport->port_state = FC_PORTSTATE_DELETED; |
| 2450 | fc_queue_work(shost, &rport->rport_delete_work); |
| 2451 | } |
| 2452 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2453 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2454 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2455 | /* flush all scan work items */ |
| 2456 | scsi_flush_work(shost); |
| 2457 | |
| 2458 | /* flush all stgt delete, and rport delete work items, then kill it */ |
| 2459 | if (fc_host->work_q) { |
| 2460 | work_q = fc_host->work_q; |
| 2461 | fc_host->work_q = NULL; |
| 2462 | destroy_workqueue(work_q); |
| 2463 | } |
| 2464 | |
| 2465 | /* flush all devloss work items, then kill it */ |
| 2466 | if (fc_host->devloss_work_q) { |
| 2467 | work_q = fc_host->devloss_work_q; |
| 2468 | fc_host->devloss_work_q = NULL; |
| 2469 | destroy_workqueue(work_q); |
| 2470 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2471 | } |
| 2472 | EXPORT_SYMBOL(fc_remove_host); |
| 2473 | |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2474 | static void fc_terminate_rport_io(struct fc_rport *rport) |
| 2475 | { |
| 2476 | struct Scsi_Host *shost = rport_to_shost(rport); |
| 2477 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 2478 | |
| 2479 | /* Involve the LLDD if possible to terminate all io on the rport. */ |
| 2480 | if (i->f->terminate_rport_io) |
| 2481 | i->f->terminate_rport_io(rport); |
| 2482 | |
| 2483 | /* |
Mike Christie | 5d9fb5c | 2012-05-17 23:56:57 -0500 | [diff] [blame] | 2484 | * Must unblock to flush queued IO. scsi-ml will fail incoming reqs. |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2485 | */ |
Mike Christie | 5d9fb5c | 2012-05-17 23:56:57 -0500 | [diff] [blame] | 2486 | scsi_target_unblock(&rport->dev, SDEV_TRANSPORT_OFFLINE); |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2487 | } |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2488 | |
| 2489 | /** |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2490 | * fc_starget_delete - called to delete the scsi descendants of an rport |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2491 | * @work: remote port to be operated on. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2492 | * |
| 2493 | * Deletes target and all sdevs. |
| 2494 | */ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2495 | static void |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2496 | fc_starget_delete(struct work_struct *work) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2497 | { |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2498 | struct fc_rport *rport = |
| 2499 | container_of(work, struct fc_rport, stgt_delete_work); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2500 | |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2501 | fc_terminate_rport_io(rport); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2502 | scsi_remove_target(&rport->dev); |
| 2503 | } |
| 2504 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2505 | |
| 2506 | /** |
| 2507 | * fc_rport_final_delete - finish rport termination and delete it. |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2508 | * @work: remote port to be deleted. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2509 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2510 | static void |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2511 | fc_rport_final_delete(struct work_struct *work) |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2512 | { |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2513 | struct fc_rport *rport = |
| 2514 | container_of(work, struct fc_rport, rport_delete_work); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2515 | struct device *dev = &rport->dev; |
| 2516 | struct Scsi_Host *shost = rport_to_shost(rport); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2517 | struct fc_internal *i = to_fc_internal(shost->transportt); |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2518 | unsigned long flags; |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 2519 | int do_callback = 0; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2520 | |
Nithin Nayak Sujir | 112f661 | 2011-04-25 12:30:06 -0700 | [diff] [blame] | 2521 | fc_terminate_rport_io(rport); |
| 2522 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2523 | /* |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 2524 | * if a scan is pending, flush the SCSI Host work_q so that |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2525 | * that we can reclaim the rport scan work element. |
| 2526 | */ |
| 2527 | if (rport->flags & FC_RPORT_SCAN_PENDING) |
| 2528 | scsi_flush_work(shost); |
| 2529 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2530 | /* |
| 2531 | * Cancel any outstanding timers. These should really exist |
| 2532 | * only when rmmod'ing the LLDD and we're asking for |
| 2533 | * immediate termination of the rports |
| 2534 | */ |
| 2535 | spin_lock_irqsave(shost->host_lock, flags); |
| 2536 | if (rport->flags & FC_RPORT_DEVLOSS_PENDING) { |
| 2537 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2538 | if (!cancel_delayed_work(&rport->fail_io_work)) |
| 2539 | fc_flush_devloss(shost); |
| 2540 | if (!cancel_delayed_work(&rport->dev_loss_work)) |
| 2541 | fc_flush_devloss(shost); |
Neil Horman | 0353e08 | 2014-06-23 10:40:25 -0400 | [diff] [blame] | 2542 | cancel_work_sync(&rport->scan_work); |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2543 | spin_lock_irqsave(shost->host_lock, flags); |
| 2544 | rport->flags &= ~FC_RPORT_DEVLOSS_PENDING; |
| 2545 | } |
| 2546 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2547 | |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2548 | /* Delete SCSI target and sdevs */ |
| 2549 | if (rport->scsi_target_id != -1) |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2550 | fc_starget_delete(&rport->stgt_delete_work); |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2551 | |
| 2552 | /* |
| 2553 | * Notify the driver that the rport is now dead. The LLDD will |
| 2554 | * also guarantee that any communication to the rport is terminated |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 2555 | * |
| 2556 | * Avoid this call if we already called it when we preserved the |
| 2557 | * rport for the binding. |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2558 | */ |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 2559 | spin_lock_irqsave(shost->host_lock, flags); |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 2560 | if (!(rport->flags & FC_RPORT_DEVLOSS_CALLBK_DONE) && |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 2561 | (i->f->dev_loss_tmo_callbk)) { |
| 2562 | rport->flags |= FC_RPORT_DEVLOSS_CALLBK_DONE; |
| 2563 | do_callback = 1; |
| 2564 | } |
| 2565 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2566 | |
| 2567 | if (do_callback) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2568 | i->f->dev_loss_tmo_callbk(rport); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2569 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 2570 | fc_bsg_remove(rport->rqst_q); |
| 2571 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2572 | transport_remove_device(dev); |
| 2573 | device_del(dev); |
| 2574 | transport_destroy_device(dev); |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 2575 | scsi_host_put(shost); /* for fc_host->rport list */ |
James Smart | 3bdad7b | 2006-06-26 14:19:59 -0400 | [diff] [blame] | 2576 | put_device(dev); /* for self-reference */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2577 | } |
| 2578 | |
| 2579 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2580 | /** |
Hannes Reinecke | 558b88f | 2016-10-18 10:01:41 +0200 | [diff] [blame] | 2581 | * fc_remote_port_create - allocates and creates a remote FC port. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2582 | * @shost: scsi host the remote port is connected to. |
| 2583 | * @channel: Channel on shost port connected to. |
| 2584 | * @ids: The world wide names, fc address, and FC4 port |
| 2585 | * roles for the remote port. |
| 2586 | * |
| 2587 | * Allocates and creates the remoter port structure, including the |
| 2588 | * class and sysfs creation. |
| 2589 | * |
| 2590 | * Notes: |
| 2591 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2592 | */ |
Adrian Bunk | 44818ef | 2007-07-09 11:59:59 -0700 | [diff] [blame] | 2593 | static struct fc_rport * |
Hannes Reinecke | 558b88f | 2016-10-18 10:01:41 +0200 | [diff] [blame] | 2594 | fc_remote_port_create(struct Scsi_Host *shost, int channel, |
| 2595 | struct fc_rport_identifiers *ids) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2596 | { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2597 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2598 | struct fc_internal *fci = to_fc_internal(shost->transportt); |
| 2599 | struct fc_rport *rport; |
| 2600 | struct device *dev; |
| 2601 | unsigned long flags; |
| 2602 | int error; |
| 2603 | size_t size; |
| 2604 | |
| 2605 | size = (sizeof(struct fc_rport) + fci->f->dd_fcrport_size); |
Jes Sorensen | 24669f75 | 2006-01-16 10:31:18 -0500 | [diff] [blame] | 2606 | rport = kzalloc(size, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2607 | if (unlikely(!rport)) { |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 2608 | printk(KERN_ERR "%s: allocation failure\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2609 | return NULL; |
| 2610 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | |
| 2612 | rport->maxframe_size = -1; |
| 2613 | rport->supported_classes = FC_COS_UNSPECIFIED; |
Mike Christie | 43ca910 | 2010-09-15 16:52:32 -0500 | [diff] [blame] | 2614 | rport->dev_loss_tmo = fc_host->dev_loss_tmo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2615 | memcpy(&rport->node_name, &ids->node_name, sizeof(rport->node_name)); |
| 2616 | memcpy(&rport->port_name, &ids->port_name, sizeof(rport->port_name)); |
| 2617 | rport->port_id = ids->port_id; |
| 2618 | rport->roles = ids->roles; |
| 2619 | rport->port_state = FC_PORTSTATE_ONLINE; |
| 2620 | if (fci->f->dd_fcrport_size) |
| 2621 | rport->dd_data = &rport[1]; |
| 2622 | rport->channel = channel; |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2623 | rport->fast_io_fail_tmo = -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2624 | |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 2625 | INIT_DELAYED_WORK(&rport->dev_loss_work, fc_timeout_deleted_rport); |
| 2626 | INIT_DELAYED_WORK(&rport->fail_io_work, fc_timeout_fail_rport_io); |
| 2627 | INIT_WORK(&rport->scan_work, fc_scsi_scan_rport); |
| 2628 | INIT_WORK(&rport->stgt_delete_work, fc_starget_delete); |
| 2629 | INIT_WORK(&rport->rport_delete_work, fc_rport_final_delete); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2630 | |
| 2631 | spin_lock_irqsave(shost->host_lock, flags); |
| 2632 | |
| 2633 | rport->number = fc_host->next_rport_number++; |
Cathy Avery | 0c3ae26 | 2017-04-17 14:37:45 -0400 | [diff] [blame] | 2634 | if ((rport->roles & FC_PORT_ROLE_FCP_TARGET) || |
| 2635 | (rport->roles & FC_PORT_ROLE_FCP_DUMMY_INITIATOR)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2636 | rport->scsi_target_id = fc_host->next_target_id++; |
| 2637 | else |
| 2638 | rport->scsi_target_id = -1; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2639 | list_add_tail(&rport->peers, &fc_host->rports); |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 2640 | scsi_host_get(shost); /* for fc_host->rport list */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2641 | |
| 2642 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2643 | |
| 2644 | dev = &rport->dev; |
James Smart | 3bdad7b | 2006-06-26 14:19:59 -0400 | [diff] [blame] | 2645 | device_initialize(dev); /* takes self reference */ |
| 2646 | dev->parent = get_device(&shost->shost_gendev); /* parent reference */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2647 | dev->release = fc_rport_dev_release; |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 2648 | dev_set_name(dev, "rport-%d:%d-%d", |
| 2649 | shost->host_no, channel, rport->number); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2650 | transport_setup_device(dev); |
| 2651 | |
| 2652 | error = device_add(dev); |
| 2653 | if (error) { |
| 2654 | printk(KERN_ERR "FC Remote Port device_add failed\n"); |
| 2655 | goto delete_rport; |
| 2656 | } |
| 2657 | transport_add_device(dev); |
| 2658 | transport_configure_device(dev); |
| 2659 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 2660 | fc_bsg_rportadd(shost, rport); |
| 2661 | /* ignore any bsg add error - we just can't do sgio */ |
| 2662 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2663 | if (rport->roles & FC_PORT_ROLE_FCP_TARGET) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2664 | /* initiate a scan of the target */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2665 | rport->flags |= FC_RPORT_SCAN_PENDING; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2666 | scsi_queue_work(shost, &rport->scan_work); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2667 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2668 | |
| 2669 | return rport; |
| 2670 | |
| 2671 | delete_rport: |
| 2672 | transport_destroy_device(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2673 | spin_lock_irqsave(shost->host_lock, flags); |
| 2674 | list_del(&rport->peers); |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 2675 | scsi_host_put(shost); /* for fc_host->rport list */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2676 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2677 | put_device(dev->parent); |
| 2678 | kfree(rport); |
| 2679 | return NULL; |
| 2680 | } |
| 2681 | |
| 2682 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2683 | * fc_remote_port_add - notify fc transport of the existence of a remote FC port. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2684 | * @shost: scsi host the remote port is connected to. |
| 2685 | * @channel: Channel on shost port connected to. |
| 2686 | * @ids: The world wide names, fc address, and FC4 port |
| 2687 | * roles for the remote port. |
| 2688 | * |
| 2689 | * The LLDD calls this routine to notify the transport of the existence |
| 2690 | * of a remote port. The LLDD provides the unique identifiers (wwpn,wwn) |
| 2691 | * of the port, it's FC address (port_id), and the FC4 roles that are |
| 2692 | * active for the port. |
| 2693 | * |
| 2694 | * For ports that are FCP targets (aka scsi targets), the FC transport |
| 2695 | * maintains consistent target id bindings on behalf of the LLDD. |
| 2696 | * A consistent target id binding is an assignment of a target id to |
| 2697 | * a remote port identifier, which persists while the scsi host is |
| 2698 | * attached. The remote port can disappear, then later reappear, and |
| 2699 | * it's target id assignment remains the same. This allows for shifts |
| 2700 | * in FC addressing (if binding by wwpn or wwnn) with no apparent |
| 2701 | * changes to the scsi subsystem which is based on scsi host number and |
| 2702 | * target id values. Bindings are only valid during the attachment of |
| 2703 | * the scsi host. If the host detaches, then later re-attaches, target |
| 2704 | * id bindings may change. |
| 2705 | * |
| 2706 | * This routine is responsible for returning a remote port structure. |
| 2707 | * The routine will search the list of remote ports it maintains |
| 2708 | * internally on behalf of consistent target id mappings. If found, the |
| 2709 | * remote port structure will be reused. Otherwise, a new remote port |
| 2710 | * structure will be allocated. |
| 2711 | * |
| 2712 | * Whenever a remote port is allocated, a new fc_remote_port class |
| 2713 | * device is created. |
| 2714 | * |
| 2715 | * Should not be called from interrupt context. |
| 2716 | * |
| 2717 | * Notes: |
| 2718 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2719 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2720 | struct fc_rport * |
| 2721 | fc_remote_port_add(struct Scsi_Host *shost, int channel, |
| 2722 | struct fc_rport_identifiers *ids) |
| 2723 | { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2724 | struct fc_internal *fci = to_fc_internal(shost->transportt); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2725 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2726 | struct fc_rport *rport; |
| 2727 | unsigned long flags; |
| 2728 | int match = 0; |
| 2729 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2730 | /* ensure any stgt delete functions are done */ |
| 2731 | fc_flush_work(shost); |
| 2732 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2733 | /* |
| 2734 | * Search the list of "active" rports, for an rport that has been |
| 2735 | * deleted, but we've held off the real delete while the target |
| 2736 | * is in a "blocked" state. |
| 2737 | */ |
| 2738 | spin_lock_irqsave(shost->host_lock, flags); |
| 2739 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2740 | list_for_each_entry(rport, &fc_host->rports, peers) { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2741 | |
Hannes Reinecke | f091fb8 | 2017-09-25 13:47:23 +0200 | [diff] [blame] | 2742 | if ((rport->port_state == FC_PORTSTATE_BLOCKED || |
| 2743 | rport->port_state == FC_PORTSTATE_NOTPRESENT) && |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2744 | (rport->channel == channel)) { |
| 2745 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2746 | switch (fc_host->tgtid_bind_type) { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2747 | case FC_TGTID_BIND_BY_WWPN: |
| 2748 | case FC_TGTID_BIND_NONE: |
| 2749 | if (rport->port_name == ids->port_name) |
| 2750 | match = 1; |
| 2751 | break; |
| 2752 | case FC_TGTID_BIND_BY_WWNN: |
| 2753 | if (rport->node_name == ids->node_name) |
| 2754 | match = 1; |
| 2755 | break; |
| 2756 | case FC_TGTID_BIND_BY_ID: |
| 2757 | if (rport->port_id == ids->port_id) |
| 2758 | match = 1; |
| 2759 | break; |
| 2760 | } |
| 2761 | |
| 2762 | if (match) { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2763 | |
| 2764 | memcpy(&rport->node_name, &ids->node_name, |
| 2765 | sizeof(rport->node_name)); |
| 2766 | memcpy(&rport->port_name, &ids->port_name, |
| 2767 | sizeof(rport->port_name)); |
| 2768 | rport->port_id = ids->port_id; |
| 2769 | |
| 2770 | rport->port_state = FC_PORTSTATE_ONLINE; |
| 2771 | rport->roles = ids->roles; |
| 2772 | |
| 2773 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2774 | |
| 2775 | if (fci->f->dd_fcrport_size) |
| 2776 | memset(rport->dd_data, 0, |
| 2777 | fci->f->dd_fcrport_size); |
| 2778 | |
| 2779 | /* |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2780 | * If we were not a target, cancel the |
| 2781 | * io terminate and rport timers, and |
| 2782 | * we're done. |
| 2783 | * |
| 2784 | * If we were a target, but our new role |
| 2785 | * doesn't indicate a target, leave the |
| 2786 | * timers running expecting the role to |
| 2787 | * change as the target fully logs in. If |
| 2788 | * it doesn't, the target will be torn down. |
| 2789 | * |
| 2790 | * If we were a target, and our role shows |
| 2791 | * we're still a target, cancel the timers |
| 2792 | * and kick off a scan. |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2793 | */ |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2794 | |
| 2795 | /* was a target, not in roles */ |
| 2796 | if ((rport->scsi_target_id != -1) && |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 2797 | (!(ids->roles & FC_PORT_ROLE_FCP_TARGET))) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2798 | return rport; |
| 2799 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2800 | /* |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2801 | * Stop the fail io and dev_loss timers. |
| 2802 | * If they flush, the port_state will |
| 2803 | * be checked and will NOOP the function. |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2804 | */ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2805 | if (!cancel_delayed_work(&rport->fail_io_work)) |
| 2806 | fc_flush_devloss(shost); |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2807 | if (!cancel_delayed_work(&rport->dev_loss_work)) |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2808 | fc_flush_devloss(shost); |
| 2809 | |
| 2810 | spin_lock_irqsave(shost->host_lock, flags); |
| 2811 | |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2812 | rport->flags &= ~(FC_RPORT_FAST_FAIL_TIMEDOUT | |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 2813 | FC_RPORT_DEVLOSS_PENDING | |
| 2814 | FC_RPORT_DEVLOSS_CALLBK_DONE); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2815 | |
Mike Christie | 8fb2ef8 | 2012-04-15 21:47:50 -0500 | [diff] [blame] | 2816 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2817 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2818 | /* if target, initiate a scan */ |
| 2819 | if (rport->scsi_target_id != -1) { |
Mike Christie | 5d9fb5c | 2012-05-17 23:56:57 -0500 | [diff] [blame] | 2820 | scsi_target_unblock(&rport->dev, |
| 2821 | SDEV_RUNNING); |
Mike Christie | 8fb2ef8 | 2012-04-15 21:47:50 -0500 | [diff] [blame] | 2822 | spin_lock_irqsave(shost->host_lock, |
| 2823 | flags); |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2824 | rport->flags |= FC_RPORT_SCAN_PENDING; |
| 2825 | scsi_queue_work(shost, |
| 2826 | &rport->scan_work); |
| 2827 | spin_unlock_irqrestore(shost->host_lock, |
| 2828 | flags); |
Mike Christie | 8fb2ef8 | 2012-04-15 21:47:50 -0500 | [diff] [blame] | 2829 | } |
James Smart | a0785ed | 2006-05-11 13:27:09 -0400 | [diff] [blame] | 2830 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 2831 | fc_bsg_goose_queue(rport); |
| 2832 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2833 | return rport; |
| 2834 | } |
| 2835 | } |
| 2836 | } |
| 2837 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2838 | /* |
| 2839 | * Search the bindings array |
| 2840 | * Note: if never a FCP target, you won't be on this list |
| 2841 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2842 | if (fc_host->tgtid_bind_type != FC_TGTID_BIND_NONE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2843 | |
| 2844 | /* search for a matching consistent binding */ |
| 2845 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2846 | list_for_each_entry(rport, &fc_host->rport_bindings, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2847 | peers) { |
| 2848 | if (rport->channel != channel) |
| 2849 | continue; |
| 2850 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2851 | switch (fc_host->tgtid_bind_type) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2852 | case FC_TGTID_BIND_BY_WWPN: |
| 2853 | if (rport->port_name == ids->port_name) |
| 2854 | match = 1; |
| 2855 | break; |
| 2856 | case FC_TGTID_BIND_BY_WWNN: |
| 2857 | if (rport->node_name == ids->node_name) |
| 2858 | match = 1; |
| 2859 | break; |
| 2860 | case FC_TGTID_BIND_BY_ID: |
| 2861 | if (rport->port_id == ids->port_id) |
| 2862 | match = 1; |
| 2863 | break; |
| 2864 | case FC_TGTID_BIND_NONE: /* to keep compiler happy */ |
| 2865 | break; |
| 2866 | } |
| 2867 | |
| 2868 | if (match) { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2869 | list_move_tail(&rport->peers, &fc_host->rports); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2870 | break; |
| 2871 | } |
| 2872 | } |
| 2873 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2874 | if (match) { |
| 2875 | memcpy(&rport->node_name, &ids->node_name, |
| 2876 | sizeof(rport->node_name)); |
| 2877 | memcpy(&rport->port_name, &ids->port_name, |
| 2878 | sizeof(rport->port_name)); |
| 2879 | rport->port_id = ids->port_id; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2880 | rport->port_state = FC_PORTSTATE_ONLINE; |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 2881 | rport->flags &= ~FC_RPORT_FAST_FAIL_TIMEDOUT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2882 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2883 | if (fci->f->dd_fcrport_size) |
| 2884 | memset(rport->dd_data, 0, |
| 2885 | fci->f->dd_fcrport_size); |
Mike Christie | 8fb2ef8 | 2012-04-15 21:47:50 -0500 | [diff] [blame] | 2886 | spin_unlock_irqrestore(shost->host_lock, flags); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2887 | |
Hannes Reinecke | 675195d | 2017-09-20 08:58:53 +0200 | [diff] [blame] | 2888 | fc_remote_port_rolechg(rport, ids->roles); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2889 | return rport; |
| 2890 | } |
| 2891 | } |
| 2892 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2893 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2894 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2895 | /* No consistent binding found - create new remote port entry */ |
Hannes Reinecke | 558b88f | 2016-10-18 10:01:41 +0200 | [diff] [blame] | 2896 | rport = fc_remote_port_create(shost, channel, ids); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2897 | |
| 2898 | return rport; |
| 2899 | } |
| 2900 | EXPORT_SYMBOL(fc_remote_port_add); |
| 2901 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2902 | |
| 2903 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2904 | * fc_remote_port_delete - notifies the fc transport that a remote port is no longer in existence. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2905 | * @rport: The remote port that no longer exists |
| 2906 | * |
| 2907 | * The LLDD calls this routine to notify the transport that a remote |
| 2908 | * port is no longer part of the topology. Note: Although a port |
| 2909 | * may no longer be part of the topology, it may persist in the remote |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2910 | * ports displayed by the fc_host. We do this under 2 conditions: |
Mauro Carvalho Chehab | 739aca0 | 2017-05-12 10:04:14 -0300 | [diff] [blame] | 2911 | * |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2912 | * 1) If the port was a scsi target, we delay its deletion by "blocking" it. |
Mauro Carvalho Chehab | 739aca0 | 2017-05-12 10:04:14 -0300 | [diff] [blame] | 2913 | * This allows the port to temporarily disappear, then reappear without |
| 2914 | * disrupting the SCSI device tree attached to it. During the "blocked" |
| 2915 | * period the port will still exist. |
| 2916 | * |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2917 | * 2) If the port was a scsi target and disappears for longer than we |
Mauro Carvalho Chehab | 739aca0 | 2017-05-12 10:04:14 -0300 | [diff] [blame] | 2918 | * expect, we'll delete the port and the tear down the SCSI device tree |
| 2919 | * attached to it. However, we want to semi-persist the target id assigned |
| 2920 | * to that port if it eventually does exist. The port structure will |
| 2921 | * remain (although with minimal information) so that the target id |
Linus Torvalds | 9031114 | 2017-07-06 12:10:33 -0700 | [diff] [blame] | 2922 | * bindings also remain. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2923 | * |
| 2924 | * If the remote port is not an FCP Target, it will be fully torn down |
| 2925 | * and deallocated, including the fc_remote_port class device. |
| 2926 | * |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2927 | * If the remote port is an FCP Target, the port will be placed in a |
| 2928 | * temporary blocked state. From the LLDD's perspective, the rport no |
| 2929 | * longer exists. From the SCSI midlayer's perspective, the SCSI target |
| 2930 | * exists, but all sdevs on it are blocked from further I/O. The following |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2931 | * is then expected. |
| 2932 | * |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2933 | * If the remote port does not return (signaled by a LLDD call to |
| 2934 | * fc_remote_port_add()) within the dev_loss_tmo timeout, then the |
| 2935 | * scsi target is removed - killing all outstanding i/o and removing the |
Tyrel Datwyler | 134699d | 2017-06-21 16:24:39 -0400 | [diff] [blame] | 2936 | * scsi devices attached to it. The port structure will be marked Not |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2937 | * Present and be partially cleared, leaving only enough information to |
| 2938 | * recognize the remote port relative to the scsi target id binding if |
| 2939 | * it later appears. The port will remain as long as there is a valid |
| 2940 | * binding (e.g. until the user changes the binding type or unloads the |
| 2941 | * scsi host with the binding). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2942 | * |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2943 | * If the remote port returns within the dev_loss_tmo value (and matches |
| 2944 | * according to the target id binding type), the port structure will be |
| 2945 | * reused. If it is no longer a SCSI target, the target will be torn |
| 2946 | * down. If it continues to be a SCSI target, then the target will be |
| 2947 | * unblocked (allowing i/o to be resumed), and a scan will be activated |
| 2948 | * to ensure that all luns are detected. |
| 2949 | * |
| 2950 | * Called from normal process context only - cannot be called from interrupt. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2951 | * |
| 2952 | * Notes: |
| 2953 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 2954 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2955 | void |
| 2956 | fc_remote_port_delete(struct fc_rport *rport) |
| 2957 | { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2958 | struct Scsi_Host *shost = rport_to_shost(rport); |
Hannes Reinecke | 36dd288 | 2010-03-09 10:18:48 +0100 | [diff] [blame] | 2959 | unsigned long timeout = rport->dev_loss_tmo; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2960 | unsigned long flags; |
| 2961 | |
| 2962 | /* |
| 2963 | * No need to flush the fc_host work_q's, as all adds are synchronous. |
| 2964 | * |
| 2965 | * We do need to reclaim the rport scan work element, so eventually |
| 2966 | * (in fc_rport_final_delete()) we'll flush the scsi host work_q if |
| 2967 | * there's still a scan pending. |
| 2968 | */ |
| 2969 | |
| 2970 | spin_lock_irqsave(shost->host_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2972 | if (rport->port_state != FC_PORTSTATE_ONLINE) { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2973 | spin_unlock_irqrestore(shost->host_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | return; |
| 2975 | } |
| 2976 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 2977 | /* |
| 2978 | * In the past, we if this was not an FCP-Target, we would |
| 2979 | * unconditionally just jump to deleting the rport. |
| 2980 | * However, rports can be used as node containers by the LLDD, |
| 2981 | * and its not appropriate to just terminate the rport at the |
| 2982 | * first sign of a loss in connectivity. The LLDD may want to |
| 2983 | * send ELS traffic to re-validate the login. If the rport is |
| 2984 | * immediately deleted, it makes it inappropriate for a node |
| 2985 | * container. |
| 2986 | * So... we now unconditionally wait dev_loss_tmo before |
| 2987 | * destroying an rport. |
| 2988 | */ |
| 2989 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 2990 | rport->port_state = FC_PORTSTATE_BLOCKED; |
| 2991 | |
| 2992 | rport->flags |= FC_RPORT_DEVLOSS_PENDING; |
| 2993 | |
| 2994 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 2995 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 2996 | scsi_target_block(&rport->dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2997 | |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 2998 | /* see if we need to kill io faster than waiting for device loss */ |
| 2999 | if ((rport->fast_io_fail_tmo != -1) && |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 3000 | (rport->fast_io_fail_tmo < timeout)) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3001 | fc_queue_devloss_work(shost, &rport->fail_io_work, |
| 3002 | rport->fast_io_fail_tmo * HZ); |
| 3003 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3004 | /* cap the length the devices can be blocked until they are deleted */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3005 | fc_queue_devloss_work(shost, &rport->dev_loss_work, timeout * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3006 | } |
| 3007 | EXPORT_SYMBOL(fc_remote_port_delete); |
| 3008 | |
| 3009 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3010 | * fc_remote_port_rolechg - notifies the fc transport that the roles on a remote may have changed. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3011 | * @rport: The remote port that changed. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3012 | * @roles: New roles for this port. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3013 | * |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3014 | * Description: The LLDD calls this routine to notify the transport that the |
| 3015 | * roles on a remote port may have changed. The largest effect of this is |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3016 | * if a port now becomes a FCP Target, it must be allocated a |
| 3017 | * scsi target id. If the port is no longer a FCP target, any |
| 3018 | * scsi target id value assigned to it will persist in case the |
| 3019 | * role changes back to include FCP Target. No changes in the scsi |
| 3020 | * midlayer will be invoked if the role changes (in the expectation |
| 3021 | * that the role will be resumed. If it doesn't normal error processing |
| 3022 | * will take place). |
| 3023 | * |
| 3024 | * Should not be called from interrupt context. |
| 3025 | * |
| 3026 | * Notes: |
| 3027 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3028 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3029 | void |
| 3030 | fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) |
| 3031 | { |
| 3032 | struct Scsi_Host *shost = rport_to_shost(rport); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3033 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3034 | unsigned long flags; |
| 3035 | int create = 0; |
| 3036 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3037 | spin_lock_irqsave(shost->host_lock, flags); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3038 | if (roles & FC_PORT_ROLE_FCP_TARGET) { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3039 | if (rport->scsi_target_id == -1) { |
| 3040 | rport->scsi_target_id = fc_host->next_target_id++; |
| 3041 | create = 1; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3042 | } else if (!(rport->roles & FC_PORT_ROLE_FCP_TARGET)) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3043 | create = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3044 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3045 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3046 | rport->roles = roles; |
| 3047 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3048 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3049 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3050 | if (create) { |
| 3051 | /* |
| 3052 | * There may have been a delete timer running on the |
| 3053 | * port. Ensure that it is cancelled as we now know |
| 3054 | * the port is an FCP Target. |
Tyrel Datwyler | 134699d | 2017-06-21 16:24:39 -0400 | [diff] [blame] | 3055 | * Note: we know the rport exists and is in an online |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3056 | * state as the LLDD would not have had an rport |
| 3057 | * reference to pass us. |
| 3058 | * |
| 3059 | * Take no action on the del_timer failure as the state |
| 3060 | * machine state change will validate the |
| 3061 | * transaction. |
| 3062 | */ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3063 | if (!cancel_delayed_work(&rport->fail_io_work)) |
| 3064 | fc_flush_devloss(shost); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3065 | if (!cancel_delayed_work(&rport->dev_loss_work)) |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3066 | fc_flush_devloss(shost); |
| 3067 | |
| 3068 | spin_lock_irqsave(shost->host_lock, flags); |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 3069 | rport->flags &= ~(FC_RPORT_FAST_FAIL_TIMEDOUT | |
James Smart | 0eecee4 | 2011-11-03 11:10:40 -0400 | [diff] [blame] | 3070 | FC_RPORT_DEVLOSS_PENDING | |
| 3071 | FC_RPORT_DEVLOSS_CALLBK_DONE); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3072 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3073 | |
| 3074 | /* ensure any stgt delete functions are done */ |
| 3075 | fc_flush_work(shost); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3076 | |
Mike Christie | 5d9fb5c | 2012-05-17 23:56:57 -0500 | [diff] [blame] | 3077 | scsi_target_unblock(&rport->dev, SDEV_RUNNING); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3078 | /* initiate a scan of the target */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3079 | spin_lock_irqsave(shost->host_lock, flags); |
| 3080 | rport->flags |= FC_RPORT_SCAN_PENDING; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3081 | scsi_queue_work(shost, &rport->scan_work); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3082 | spin_unlock_irqrestore(shost->host_lock, flags); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3083 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3084 | } |
| 3085 | EXPORT_SYMBOL(fc_remote_port_rolechg); |
| 3086 | |
| 3087 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3088 | * fc_timeout_deleted_rport - Timeout handler for a deleted remote port. |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3089 | * @work: rport target that failed to reappear in the allotted time. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3090 | * |
| 3091 | * Description: An attempt to delete a remote port blocks, and if it fails |
| 3092 | * to return in the allotted time this gets called. |
| 3093 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3094 | static void |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3095 | fc_timeout_deleted_rport(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3096 | { |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3097 | struct fc_rport *rport = |
| 3098 | container_of(work, struct fc_rport, dev_loss_work.work); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3099 | struct Scsi_Host *shost = rport_to_shost(rport); |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 3100 | struct fc_internal *i = to_fc_internal(shost->transportt); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3101 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3102 | unsigned long flags; |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 3103 | int do_callback = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3104 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3105 | spin_lock_irqsave(shost->host_lock, flags); |
| 3106 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3107 | rport->flags &= ~FC_RPORT_DEVLOSS_PENDING; |
| 3108 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3109 | /* |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3110 | * If the port is ONLINE, then it came back. If it was a SCSI |
| 3111 | * target, validate it still is. If not, tear down the |
| 3112 | * scsi_target on it. |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3113 | */ |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3114 | if ((rport->port_state == FC_PORTSTATE_ONLINE) && |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3115 | (rport->scsi_target_id != -1) && |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3116 | !(rport->roles & FC_PORT_ROLE_FCP_TARGET)) { |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3117 | dev_printk(KERN_ERR, &rport->dev, |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3118 | "blocked FC remote port time out: no longer" |
| 3119 | " a FCP target, removing starget\n"); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3120 | spin_unlock_irqrestore(shost->host_lock, flags); |
Mike Christie | 5d9fb5c | 2012-05-17 23:56:57 -0500 | [diff] [blame] | 3121 | scsi_target_unblock(&rport->dev, SDEV_TRANSPORT_OFFLINE); |
James Smart | a0785ed | 2006-05-11 13:27:09 -0400 | [diff] [blame] | 3122 | fc_queue_work(shost, &rport->stgt_delete_work); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3123 | return; |
| 3124 | } |
| 3125 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3126 | /* NOOP state - we're flushing workq's */ |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3127 | if (rport->port_state != FC_PORTSTATE_BLOCKED) { |
| 3128 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3129 | dev_printk(KERN_ERR, &rport->dev, |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3130 | "blocked FC remote port time out: leaving" |
| 3131 | " rport%s alone\n", |
| 3132 | (rport->scsi_target_id != -1) ? " and starget" : ""); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3133 | return; |
| 3134 | } |
| 3135 | |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3136 | if ((fc_host->tgtid_bind_type == FC_TGTID_BIND_NONE) || |
| 3137 | (rport->scsi_target_id == -1)) { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3138 | list_del(&rport->peers); |
| 3139 | rport->port_state = FC_PORTSTATE_DELETED; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3140 | dev_printk(KERN_ERR, &rport->dev, |
James Smart | 92740b2 | 2007-04-27 11:53:17 -0400 | [diff] [blame] | 3141 | "blocked FC remote port time out: removing" |
| 3142 | " rport%s\n", |
| 3143 | (rport->scsi_target_id != -1) ? " and starget" : ""); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3144 | fc_queue_work(shost, &rport->rport_delete_work); |
| 3145 | spin_unlock_irqrestore(shost->host_lock, flags); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3146 | return; |
| 3147 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3148 | |
| 3149 | dev_printk(KERN_ERR, &rport->dev, |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3150 | "blocked FC remote port time out: removing target and " |
| 3151 | "saving binding\n"); |
| 3152 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3153 | list_move_tail(&rport->peers, &fc_host->rport_bindings); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3154 | |
| 3155 | /* |
| 3156 | * Note: We do not remove or clear the hostdata area. This allows |
| 3157 | * host-specific target data to persist along with the |
| 3158 | * scsi_target_id. It's up to the host to manage it's hostdata area. |
| 3159 | */ |
| 3160 | |
| 3161 | /* |
| 3162 | * Reinitialize port attributes that may change if the port comes back. |
| 3163 | */ |
| 3164 | rport->maxframe_size = -1; |
| 3165 | rport->supported_classes = FC_COS_UNSPECIFIED; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3166 | rport->roles = FC_PORT_ROLE_UNKNOWN; |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3167 | rport->port_state = FC_PORTSTATE_NOTPRESENT; |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 3168 | rport->flags &= ~FC_RPORT_FAST_FAIL_TIMEDOUT; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3169 | |
James Smart | f78badb | 2008-12-05 16:29:59 -0600 | [diff] [blame] | 3170 | /* |
| 3171 | * Pre-emptively kill I/O rather than waiting for the work queue |
| 3172 | * item to teardown the starget. (FCOE libFC folks prefer this |
| 3173 | * and to have the rport_port_id still set when it's done). |
| 3174 | */ |
| 3175 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3176 | fc_terminate_rport_io(rport); |
| 3177 | |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 3178 | spin_lock_irqsave(shost->host_lock, flags); |
James Smart | f78badb | 2008-12-05 16:29:59 -0600 | [diff] [blame] | 3179 | |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 3180 | if (rport->port_state == FC_PORTSTATE_NOTPRESENT) { /* still missing */ |
| 3181 | |
| 3182 | /* remove the identifiers that aren't used in the consisting binding */ |
| 3183 | switch (fc_host->tgtid_bind_type) { |
| 3184 | case FC_TGTID_BIND_BY_WWPN: |
| 3185 | rport->node_name = -1; |
| 3186 | rport->port_id = -1; |
| 3187 | break; |
| 3188 | case FC_TGTID_BIND_BY_WWNN: |
| 3189 | rport->port_name = -1; |
| 3190 | rport->port_id = -1; |
| 3191 | break; |
| 3192 | case FC_TGTID_BIND_BY_ID: |
| 3193 | rport->node_name = -1; |
| 3194 | rport->port_name = -1; |
| 3195 | break; |
| 3196 | case FC_TGTID_BIND_NONE: /* to keep compiler happy */ |
| 3197 | break; |
| 3198 | } |
| 3199 | |
| 3200 | /* |
| 3201 | * As this only occurs if the remote port (scsi target) |
| 3202 | * went away and didn't come back - we'll remove |
| 3203 | * all attached scsi devices. |
| 3204 | */ |
| 3205 | rport->flags |= FC_RPORT_DEVLOSS_CALLBK_DONE; |
| 3206 | fc_queue_work(shost, &rport->stgt_delete_work); |
| 3207 | |
| 3208 | do_callback = 1; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3209 | } |
| 3210 | |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 3211 | spin_unlock_irqrestore(shost->host_lock, flags); |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 3212 | |
| 3213 | /* |
| 3214 | * Notify the driver that the rport is now dead. The LLDD will |
| 3215 | * also guarantee that any communication to the rport is terminated |
| 3216 | * |
| 3217 | * Note: we set the CALLBK_DONE flag above to correspond |
| 3218 | */ |
Michael Reed | 8798a69 | 2009-10-09 14:15:59 -0500 | [diff] [blame] | 3219 | if (do_callback && i->f->dev_loss_tmo_callbk) |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 3220 | i->f->dev_loss_tmo_callbk(rport); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3221 | } |
| 3222 | |
James Smart | 4be98c0 | 2009-01-05 12:14:18 -0500 | [diff] [blame] | 3223 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3224 | /** |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3225 | * fc_timeout_fail_rport_io - Timeout handler for a fast io failing on a disconnected SCSI target. |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3226 | * @work: rport to terminate io on. |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3227 | * |
| 3228 | * Notes: Only requests the failure of the io, not that all are flushed |
| 3229 | * prior to returning. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3230 | */ |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3231 | static void |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3232 | fc_timeout_fail_rport_io(struct work_struct *work) |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3233 | { |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3234 | struct fc_rport *rport = |
| 3235 | container_of(work, struct fc_rport, fail_io_work.work); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3236 | |
| 3237 | if (rport->port_state != FC_PORTSTATE_BLOCKED) |
| 3238 | return; |
| 3239 | |
Mike Christie | fff9d40 | 2008-08-19 18:45:23 -0500 | [diff] [blame] | 3240 | rport->flags |= FC_RPORT_FAST_FAIL_TIMEDOUT; |
| 3241 | fc_terminate_rport_io(rport); |
James Smart | 0f29b96 | 2006-08-18 17:33:29 -0400 | [diff] [blame] | 3242 | } |
| 3243 | |
| 3244 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3245 | * fc_scsi_scan_rport - called to perform a scsi scan on a remote port. |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3246 | * @work: remote port to be scanned. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3247 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3248 | static void |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3249 | fc_scsi_scan_rport(struct work_struct *work) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3250 | { |
David Howells | c402895 | 2006-11-22 14:57:56 +0000 | [diff] [blame] | 3251 | struct fc_rport *rport = |
| 3252 | container_of(work, struct fc_rport, scan_work); |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3253 | struct Scsi_Host *shost = rport_to_shost(rport); |
Christof Schmitt | 03f002f | 2007-08-28 09:31:21 +0200 | [diff] [blame] | 3254 | struct fc_internal *i = to_fc_internal(shost->transportt); |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 3255 | unsigned long flags; |
| 3256 | |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3257 | if ((rport->port_state == FC_PORTSTATE_ONLINE) && |
Christof Schmitt | 03f002f | 2007-08-28 09:31:21 +0200 | [diff] [blame] | 3258 | (rport->roles & FC_PORT_ROLE_FCP_TARGET) && |
| 3259 | !(i->f->disable_target_scan)) { |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3260 | scsi_scan_target(&rport->dev, rport->channel, |
Hannes Reinecke | 1d64508 | 2016-03-17 08:39:45 +0100 | [diff] [blame] | 3261 | rport->scsi_target_id, SCAN_WILD_CARD, |
| 3262 | SCSI_SCAN_RESCAN); |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 3263 | } |
James Smart | aedf349 | 2006-04-10 10:14:05 -0400 | [diff] [blame] | 3264 | |
| 3265 | spin_lock_irqsave(shost->host_lock, flags); |
| 3266 | rport->flags &= ~FC_RPORT_SCAN_PENDING; |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 3267 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3268 | } |
| 3269 | |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3270 | /** |
Steffen Maier | 67b4652 | 2017-07-25 16:14:24 +0200 | [diff] [blame] | 3271 | * fc_block_rport() - Block SCSI eh thread for blocked fc_rport. |
| 3272 | * @rport: Remote port that scsi_eh is trying to recover. |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3273 | * |
| 3274 | * This routine can be called from a FC LLD scsi_eh callback. It |
| 3275 | * blocks the scsi_eh thread until the fc_rport leaves the |
Christof Schmitt | 2f2eb58 | 2010-03-24 16:50:30 +0100 | [diff] [blame] | 3276 | * FC_PORTSTATE_BLOCKED, or the fast_io_fail_tmo fires. This is |
| 3277 | * necessary to avoid the scsi_eh failing recovery actions for blocked |
| 3278 | * rports which would lead to offlined SCSI devices. |
| 3279 | * |
| 3280 | * Returns: 0 if the fc_rport left the state FC_PORTSTATE_BLOCKED. |
| 3281 | * FAST_IO_FAIL if the fast_io_fail_tmo fired, this should be |
| 3282 | * passed back to scsi_eh. |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3283 | */ |
Steffen Maier | 67b4652 | 2017-07-25 16:14:24 +0200 | [diff] [blame] | 3284 | int fc_block_rport(struct fc_rport *rport) |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3285 | { |
Steffen Maier | 67b4652 | 2017-07-25 16:14:24 +0200 | [diff] [blame] | 3286 | struct Scsi_Host *shost = rport_to_shost(rport); |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3287 | unsigned long flags; |
| 3288 | |
| 3289 | spin_lock_irqsave(shost->host_lock, flags); |
Christof Schmitt | 2f2eb58 | 2010-03-24 16:50:30 +0100 | [diff] [blame] | 3290 | while (rport->port_state == FC_PORTSTATE_BLOCKED && |
| 3291 | !(rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)) { |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3292 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3293 | msleep(1000); |
| 3294 | spin_lock_irqsave(shost->host_lock, flags); |
| 3295 | } |
| 3296 | spin_unlock_irqrestore(shost->host_lock, flags); |
Christof Schmitt | 2f2eb58 | 2010-03-24 16:50:30 +0100 | [diff] [blame] | 3297 | |
| 3298 | if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT) |
| 3299 | return FAST_IO_FAIL; |
| 3300 | |
| 3301 | return 0; |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3302 | } |
Steffen Maier | 67b4652 | 2017-07-25 16:14:24 +0200 | [diff] [blame] | 3303 | EXPORT_SYMBOL(fc_block_rport); |
| 3304 | |
| 3305 | /** |
| 3306 | * fc_block_scsi_eh - Block SCSI eh thread for blocked fc_rport |
| 3307 | * @cmnd: SCSI command that scsi_eh is trying to recover |
| 3308 | * |
| 3309 | * This routine can be called from a FC LLD scsi_eh callback. It |
| 3310 | * blocks the scsi_eh thread until the fc_rport leaves the |
| 3311 | * FC_PORTSTATE_BLOCKED, or the fast_io_fail_tmo fires. This is |
| 3312 | * necessary to avoid the scsi_eh failing recovery actions for blocked |
| 3313 | * rports which would lead to offlined SCSI devices. |
| 3314 | * |
| 3315 | * Returns: 0 if the fc_rport left the state FC_PORTSTATE_BLOCKED. |
| 3316 | * FAST_IO_FAIL if the fast_io_fail_tmo fired, this should be |
| 3317 | * passed back to scsi_eh. |
| 3318 | */ |
| 3319 | int fc_block_scsi_eh(struct scsi_cmnd *cmnd) |
| 3320 | { |
| 3321 | struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); |
| 3322 | |
Johannes Thumshirn | 8d30371 | 2017-10-10 17:31:38 +0200 | [diff] [blame^] | 3323 | if (WARN_ON_ONCE(!rport)) |
| 3324 | return FAST_IO_FAIL; |
| 3325 | |
Steffen Maier | 67b4652 | 2017-07-25 16:14:24 +0200 | [diff] [blame] | 3326 | return fc_block_rport(rport); |
| 3327 | } |
Christof Schmitt | 65d430f | 2009-10-30 17:59:29 +0100 | [diff] [blame] | 3328 | EXPORT_SYMBOL(fc_block_scsi_eh); |
James.Smart@Emulex.Com | 42e3314 | 2005-12-15 09:56:22 -0500 | [diff] [blame] | 3329 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3330 | /** |
Andrew Vasquez | a30c3f6 | 2008-07-18 08:32:52 -0700 | [diff] [blame] | 3331 | * fc_vport_setup - allocates and creates a FC virtual port. |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3332 | * @shost: scsi host the virtual port is connected to. |
| 3333 | * @channel: Channel on shost port connected to. |
| 3334 | * @pdev: parent device for vport |
| 3335 | * @ids: The world wide names, FC4 port roles, etc for |
| 3336 | * the virtual port. |
| 3337 | * @ret_vport: The pointer to the created vport. |
| 3338 | * |
| 3339 | * Allocates and creates the vport structure, calls the parent host |
Tyrel Datwyler | 134699d | 2017-06-21 16:24:39 -0400 | [diff] [blame] | 3340 | * to instantiate the vport, this completes w/ class and sysfs creation. |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3341 | * |
| 3342 | * Notes: |
| 3343 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3344 | */ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3345 | static int |
Andrew Vasquez | a30c3f6 | 2008-07-18 08:32:52 -0700 | [diff] [blame] | 3346 | fc_vport_setup(struct Scsi_Host *shost, int channel, struct device *pdev, |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3347 | struct fc_vport_identifiers *ids, struct fc_vport **ret_vport) |
| 3348 | { |
| 3349 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
| 3350 | struct fc_internal *fci = to_fc_internal(shost->transportt); |
| 3351 | struct fc_vport *vport; |
| 3352 | struct device *dev; |
| 3353 | unsigned long flags; |
| 3354 | size_t size; |
| 3355 | int error; |
| 3356 | |
| 3357 | *ret_vport = NULL; |
| 3358 | |
| 3359 | if ( ! fci->f->vport_create) |
| 3360 | return -ENOENT; |
| 3361 | |
| 3362 | size = (sizeof(struct fc_vport) + fci->f->dd_fcvport_size); |
| 3363 | vport = kzalloc(size, GFP_KERNEL); |
| 3364 | if (unlikely(!vport)) { |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 3365 | printk(KERN_ERR "%s: allocation failure\n", __func__); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3366 | return -ENOMEM; |
| 3367 | } |
| 3368 | |
| 3369 | vport->vport_state = FC_VPORT_UNKNOWN; |
| 3370 | vport->vport_last_state = FC_VPORT_UNKNOWN; |
| 3371 | vport->node_name = ids->node_name; |
| 3372 | vport->port_name = ids->port_name; |
| 3373 | vport->roles = ids->roles; |
| 3374 | vport->vport_type = ids->vport_type; |
| 3375 | if (fci->f->dd_fcvport_size) |
| 3376 | vport->dd_data = &vport[1]; |
| 3377 | vport->shost = shost; |
| 3378 | vport->channel = channel; |
| 3379 | vport->flags = FC_VPORT_CREATING; |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3380 | INIT_WORK(&vport->vport_delete_work, fc_vport_sched_delete); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3381 | |
| 3382 | spin_lock_irqsave(shost->host_lock, flags); |
| 3383 | |
| 3384 | if (fc_host->npiv_vports_inuse >= fc_host->max_npiv_vports) { |
| 3385 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3386 | kfree(vport); |
| 3387 | return -ENOSPC; |
| 3388 | } |
| 3389 | fc_host->npiv_vports_inuse++; |
| 3390 | vport->number = fc_host->next_vport_number++; |
| 3391 | list_add_tail(&vport->peers, &fc_host->vports); |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 3392 | scsi_host_get(shost); /* for fc_host->vport list */ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3393 | |
| 3394 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3395 | |
| 3396 | dev = &vport->dev; |
| 3397 | device_initialize(dev); /* takes self reference */ |
| 3398 | dev->parent = get_device(pdev); /* takes parent reference */ |
| 3399 | dev->release = fc_vport_dev_release; |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3400 | dev_set_name(dev, "vport-%d:%d-%d", |
| 3401 | shost->host_no, channel, vport->number); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3402 | transport_setup_device(dev); |
| 3403 | |
| 3404 | error = device_add(dev); |
| 3405 | if (error) { |
| 3406 | printk(KERN_ERR "FC Virtual Port device_add failed\n"); |
| 3407 | goto delete_vport; |
| 3408 | } |
| 3409 | transport_add_device(dev); |
| 3410 | transport_configure_device(dev); |
| 3411 | |
| 3412 | error = fci->f->vport_create(vport, ids->disable); |
| 3413 | if (error) { |
| 3414 | printk(KERN_ERR "FC Virtual Port LLDD Create failed\n"); |
| 3415 | goto delete_vport_all; |
| 3416 | } |
| 3417 | |
| 3418 | /* |
| 3419 | * if the parent isn't the physical adapter's Scsi_Host, ensure |
Tyrel Datwyler | 134699d | 2017-06-21 16:24:39 -0400 | [diff] [blame] | 3420 | * the Scsi_Host at least contains a symlink to the vport. |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3421 | */ |
| 3422 | if (pdev != &shost->shost_gendev) { |
| 3423 | error = sysfs_create_link(&shost->shost_gendev.kobj, |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3424 | &dev->kobj, dev_name(dev)); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3425 | if (error) |
| 3426 | printk(KERN_ERR |
| 3427 | "%s: Cannot create vport symlinks for " |
| 3428 | "%s, err=%d\n", |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3429 | __func__, dev_name(dev), error); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3430 | } |
| 3431 | spin_lock_irqsave(shost->host_lock, flags); |
| 3432 | vport->flags &= ~FC_VPORT_CREATING; |
| 3433 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3434 | |
| 3435 | dev_printk(KERN_NOTICE, pdev, |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3436 | "%s created via shost%d channel %d\n", dev_name(dev), |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3437 | shost->host_no, channel); |
| 3438 | |
| 3439 | *ret_vport = vport; |
| 3440 | |
| 3441 | return 0; |
| 3442 | |
| 3443 | delete_vport_all: |
| 3444 | transport_remove_device(dev); |
| 3445 | device_del(dev); |
| 3446 | delete_vport: |
| 3447 | transport_destroy_device(dev); |
| 3448 | spin_lock_irqsave(shost->host_lock, flags); |
| 3449 | list_del(&vport->peers); |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 3450 | scsi_host_put(shost); /* for fc_host->vport list */ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3451 | fc_host->npiv_vports_inuse--; |
| 3452 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3453 | put_device(dev->parent); |
| 3454 | kfree(vport); |
| 3455 | |
| 3456 | return error; |
| 3457 | } |
| 3458 | |
Andrew Vasquez | a30c3f6 | 2008-07-18 08:32:52 -0700 | [diff] [blame] | 3459 | /** |
| 3460 | * fc_vport_create - Admin App or LLDD requests creation of a vport |
| 3461 | * @shost: scsi host the virtual port is connected to. |
| 3462 | * @channel: channel on shost port connected to. |
| 3463 | * @ids: The world wide names, FC4 port roles, etc for |
| 3464 | * the virtual port. |
| 3465 | * |
| 3466 | * Notes: |
| 3467 | * This routine assumes no locks are held on entry. |
| 3468 | */ |
| 3469 | struct fc_vport * |
| 3470 | fc_vport_create(struct Scsi_Host *shost, int channel, |
| 3471 | struct fc_vport_identifiers *ids) |
| 3472 | { |
| 3473 | int stat; |
| 3474 | struct fc_vport *vport; |
| 3475 | |
| 3476 | stat = fc_vport_setup(shost, channel, &shost->shost_gendev, |
| 3477 | ids, &vport); |
| 3478 | return stat ? NULL : vport; |
| 3479 | } |
| 3480 | EXPORT_SYMBOL(fc_vport_create); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3481 | |
| 3482 | /** |
| 3483 | * fc_vport_terminate - Admin App or LLDD requests termination of a vport |
| 3484 | * @vport: fc_vport to be terminated |
| 3485 | * |
| 3486 | * Calls the LLDD vport_delete() function, then deallocates and removes |
| 3487 | * the vport from the shost and object tree. |
| 3488 | * |
| 3489 | * Notes: |
| 3490 | * This routine assumes no locks are held on entry. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3491 | */ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3492 | int |
| 3493 | fc_vport_terminate(struct fc_vport *vport) |
| 3494 | { |
| 3495 | struct Scsi_Host *shost = vport_to_shost(vport); |
| 3496 | struct fc_host_attrs *fc_host = shost_to_fc_host(shost); |
| 3497 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 3498 | struct device *dev = &vport->dev; |
| 3499 | unsigned long flags; |
| 3500 | int stat; |
| 3501 | |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3502 | if (i->f->vport_delete) |
| 3503 | stat = i->f->vport_delete(vport); |
| 3504 | else |
| 3505 | stat = -ENOENT; |
| 3506 | |
| 3507 | spin_lock_irqsave(shost->host_lock, flags); |
| 3508 | vport->flags &= ~FC_VPORT_DELETING; |
| 3509 | if (!stat) { |
| 3510 | vport->flags |= FC_VPORT_DELETED; |
| 3511 | list_del(&vport->peers); |
| 3512 | fc_host->npiv_vports_inuse--; |
Bart Van Assche | 4cd38e3 | 2015-11-20 13:33:04 -0800 | [diff] [blame] | 3513 | scsi_host_put(shost); /* for fc_host->vport list */ |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3514 | } |
| 3515 | spin_unlock_irqrestore(shost->host_lock, flags); |
| 3516 | |
| 3517 | if (stat) |
| 3518 | return stat; |
| 3519 | |
| 3520 | if (dev->parent != &shost->shost_gendev) |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3521 | sysfs_remove_link(&shost->shost_gendev.kobj, dev_name(dev)); |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3522 | transport_remove_device(dev); |
| 3523 | device_del(dev); |
| 3524 | transport_destroy_device(dev); |
| 3525 | |
| 3526 | /* |
| 3527 | * Removing our self-reference should mean our |
| 3528 | * release function gets called, which will drop the remaining |
| 3529 | * parent reference and free the data structure. |
| 3530 | */ |
| 3531 | put_device(dev); /* for self-reference */ |
| 3532 | |
| 3533 | return 0; /* SUCCESS */ |
| 3534 | } |
| 3535 | EXPORT_SYMBOL(fc_vport_terminate); |
| 3536 | |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3537 | /** |
| 3538 | * fc_vport_sched_delete - workq-based delete request for a vport |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3539 | * @work: vport to be deleted. |
Rob Landley | eb44820 | 2007-11-03 13:30:39 -0500 | [diff] [blame] | 3540 | */ |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3541 | static void |
| 3542 | fc_vport_sched_delete(struct work_struct *work) |
| 3543 | { |
| 3544 | struct fc_vport *vport = |
| 3545 | container_of(work, struct fc_vport, vport_delete_work); |
| 3546 | int stat; |
James Smart | a53eb5e | 2007-04-27 12:41:09 -0400 | [diff] [blame] | 3547 | |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3548 | stat = fc_vport_terminate(vport); |
| 3549 | if (stat) |
| 3550 | dev_printk(KERN_ERR, vport->dev.parent, |
| 3551 | "%s: %s could not be deleted created via " |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 3552 | "shost%d channel %d - error %d\n", __func__, |
Kay Sievers | 71610f5 | 2008-12-03 22:41:36 +0100 | [diff] [blame] | 3553 | dev_name(&vport->dev), vport->shost->host_no, |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3554 | vport->channel, stat); |
| 3555 | } |
| 3556 | |
| 3557 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3558 | /* |
| 3559 | * BSG support |
| 3560 | */ |
| 3561 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3562 | /** |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3563 | * fc_bsg_job_timeout - handler for when a bsg request timesout |
| 3564 | * @req: request that timed out |
| 3565 | */ |
| 3566 | static enum blk_eh_timer_return |
| 3567 | fc_bsg_job_timeout(struct request *req) |
| 3568 | { |
Christoph Hellwig | b468b6a | 2017-09-07 13:54:36 +0200 | [diff] [blame] | 3569 | struct bsg_job *job = blk_mq_rq_to_pdu(req); |
Johannes Thumshirn | cd21c60 | 2016-11-17 10:31:14 +0100 | [diff] [blame] | 3570 | struct Scsi_Host *shost = fc_bsg_to_shost(job); |
Johannes Thumshirn | 1d69b12 | 2016-11-17 10:31:15 +0100 | [diff] [blame] | 3571 | struct fc_rport *rport = fc_bsg_to_rport(job); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3572 | struct fc_internal *i = to_fc_internal(shost->transportt); |
Johannes Thumshirn | ad7660c | 2016-11-17 10:31:17 +0100 | [diff] [blame] | 3573 | int err = 0, inflight = 0; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3574 | |
Johannes Thumshirn | 1d69b12 | 2016-11-17 10:31:15 +0100 | [diff] [blame] | 3575 | if (rport && rport->port_state == FC_PORTSTATE_BLOCKED) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3576 | return BLK_EH_RESET_TIMER; |
| 3577 | |
Johannes Thumshirn | fb6f7c8 | 2016-11-17 10:31:23 +0100 | [diff] [blame] | 3578 | inflight = bsg_job_get(job); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3579 | |
Johannes Thumshirn | ad7660c | 2016-11-17 10:31:17 +0100 | [diff] [blame] | 3580 | if (inflight && i->f->bsg_timeout) { |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3581 | /* call LLDD to abort the i/o as it has timed out */ |
| 3582 | err = i->f->bsg_timeout(job); |
Swen Schillig | b8f0864 | 2010-01-14 17:19:00 +0100 | [diff] [blame] | 3583 | if (err == -EAGAIN) { |
Johannes Thumshirn | fb6f7c8 | 2016-11-17 10:31:23 +0100 | [diff] [blame] | 3584 | bsg_job_put(job); |
Swen Schillig | b8f0864 | 2010-01-14 17:19:00 +0100 | [diff] [blame] | 3585 | return BLK_EH_RESET_TIMER; |
| 3586 | } else if (err) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3587 | printk(KERN_ERR "ERROR: FC BSG request timeout - LLD " |
| 3588 | "abort failed with status %d\n", err); |
| 3589 | } |
| 3590 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3591 | /* the blk_end_sync_io() doesn't check the error */ |
Johannes Thumshirn | ad7660c | 2016-11-17 10:31:17 +0100 | [diff] [blame] | 3592 | if (!inflight) |
Giridhar Malavali | 47e7e89 | 2009-06-19 16:26:54 -0700 | [diff] [blame] | 3593 | return BLK_EH_NOT_HANDLED; |
| 3594 | else |
| 3595 | return BLK_EH_HANDLED; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3596 | } |
| 3597 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3598 | /** |
| 3599 | * fc_bsg_host_dispatch - process fc host bsg requests and dispatch to LLDD |
| 3600 | * @shost: scsi host rport attached to |
| 3601 | * @job: bsg job to be processed |
| 3602 | */ |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3603 | static int fc_bsg_host_dispatch(struct Scsi_Host *shost, struct bsg_job *job) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3604 | { |
| 3605 | struct fc_internal *i = to_fc_internal(shost->transportt); |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3606 | struct fc_bsg_request *bsg_request = job->request; |
| 3607 | struct fc_bsg_reply *bsg_reply = job->reply; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3608 | int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ |
| 3609 | int ret; |
| 3610 | |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3611 | /* check if we really have all the request data needed */ |
| 3612 | if (job->request_len < cmdlen) { |
| 3613 | ret = -ENOMSG; |
| 3614 | goto fail_host_msg; |
| 3615 | } |
| 3616 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3617 | /* Validate the host command */ |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3618 | switch (bsg_request->msgcode) { |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3619 | case FC_BSG_HST_ADD_RPORT: |
| 3620 | cmdlen += sizeof(struct fc_bsg_host_add_rport); |
| 3621 | break; |
| 3622 | |
| 3623 | case FC_BSG_HST_DEL_RPORT: |
| 3624 | cmdlen += sizeof(struct fc_bsg_host_del_rport); |
| 3625 | break; |
| 3626 | |
| 3627 | case FC_BSG_HST_ELS_NOLOGIN: |
| 3628 | cmdlen += sizeof(struct fc_bsg_host_els); |
| 3629 | /* there better be a xmt and rcv payloads */ |
| 3630 | if ((!job->request_payload.payload_len) || |
| 3631 | (!job->reply_payload.payload_len)) { |
| 3632 | ret = -EINVAL; |
| 3633 | goto fail_host_msg; |
| 3634 | } |
| 3635 | break; |
| 3636 | |
| 3637 | case FC_BSG_HST_CT: |
| 3638 | cmdlen += sizeof(struct fc_bsg_host_ct); |
| 3639 | /* there better be xmt and rcv payloads */ |
| 3640 | if ((!job->request_payload.payload_len) || |
| 3641 | (!job->reply_payload.payload_len)) { |
| 3642 | ret = -EINVAL; |
| 3643 | goto fail_host_msg; |
| 3644 | } |
| 3645 | break; |
| 3646 | |
| 3647 | case FC_BSG_HST_VENDOR: |
| 3648 | cmdlen += sizeof(struct fc_bsg_host_vendor); |
| 3649 | if ((shost->hostt->vendor_id == 0L) || |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3650 | (bsg_request->rqst_data.h_vendor.vendor_id != |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3651 | shost->hostt->vendor_id)) { |
| 3652 | ret = -ESRCH; |
| 3653 | goto fail_host_msg; |
| 3654 | } |
| 3655 | break; |
| 3656 | |
| 3657 | default: |
| 3658 | ret = -EBADR; |
| 3659 | goto fail_host_msg; |
| 3660 | } |
| 3661 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3662 | ret = i->f->bsg_request(job); |
| 3663 | if (!ret) |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3664 | return 0; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3665 | |
| 3666 | fail_host_msg: |
| 3667 | /* return the errno failure code as the only status */ |
| 3668 | BUG_ON(job->reply_len < sizeof(uint32_t)); |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3669 | bsg_reply->reply_payload_rcv_len = 0; |
| 3670 | bsg_reply->result = ret; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3671 | job->reply_len = sizeof(uint32_t); |
Johannes Thumshirn | 0654816 | 2016-11-17 10:31:22 +0100 | [diff] [blame] | 3672 | bsg_job_done(job, bsg_reply->result, |
Johannes Thumshirn | 1abaede | 2016-11-17 10:31:13 +0100 | [diff] [blame] | 3673 | bsg_reply->reply_payload_rcv_len); |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3674 | return 0; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3675 | } |
| 3676 | |
| 3677 | |
| 3678 | /* |
| 3679 | * fc_bsg_goose_queue - restart rport queue in case it was stopped |
| 3680 | * @rport: rport to be restarted |
| 3681 | */ |
| 3682 | static void |
| 3683 | fc_bsg_goose_queue(struct fc_rport *rport) |
| 3684 | { |
Bart Van Assche | 378eead | 2016-11-11 16:55:50 -0800 | [diff] [blame] | 3685 | struct request_queue *q = rport->rqst_q; |
| 3686 | unsigned long flags; |
| 3687 | |
| 3688 | if (!q) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3689 | return; |
| 3690 | |
Bart Van Assche | 378eead | 2016-11-11 16:55:50 -0800 | [diff] [blame] | 3691 | spin_lock_irqsave(q->queue_lock, flags); |
| 3692 | blk_run_queue_async(q); |
| 3693 | spin_unlock_irqrestore(q->queue_lock, flags); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3694 | } |
| 3695 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3696 | /** |
| 3697 | * fc_bsg_rport_dispatch - process rport bsg requests and dispatch to LLDD |
| 3698 | * @shost: scsi host rport attached to |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3699 | * @job: bsg job to be processed |
| 3700 | */ |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3701 | static int fc_bsg_rport_dispatch(struct Scsi_Host *shost, struct bsg_job *job) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3702 | { |
| 3703 | struct fc_internal *i = to_fc_internal(shost->transportt); |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3704 | struct fc_bsg_request *bsg_request = job->request; |
| 3705 | struct fc_bsg_reply *bsg_reply = job->reply; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3706 | int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ |
| 3707 | int ret; |
| 3708 | |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3709 | /* check if we really have all the request data needed */ |
| 3710 | if (job->request_len < cmdlen) { |
| 3711 | ret = -ENOMSG; |
| 3712 | goto fail_rport_msg; |
| 3713 | } |
| 3714 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3715 | /* Validate the rport command */ |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3716 | switch (bsg_request->msgcode) { |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3717 | case FC_BSG_RPT_ELS: |
| 3718 | cmdlen += sizeof(struct fc_bsg_rport_els); |
| 3719 | goto check_bidi; |
| 3720 | |
| 3721 | case FC_BSG_RPT_CT: |
| 3722 | cmdlen += sizeof(struct fc_bsg_rport_ct); |
| 3723 | check_bidi: |
| 3724 | /* there better be xmt and rcv payloads */ |
| 3725 | if ((!job->request_payload.payload_len) || |
| 3726 | (!job->reply_payload.payload_len)) { |
| 3727 | ret = -EINVAL; |
| 3728 | goto fail_rport_msg; |
| 3729 | } |
| 3730 | break; |
| 3731 | default: |
| 3732 | ret = -EBADR; |
| 3733 | goto fail_rport_msg; |
| 3734 | } |
| 3735 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3736 | ret = i->f->bsg_request(job); |
| 3737 | if (!ret) |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3738 | return 0; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3739 | |
| 3740 | fail_rport_msg: |
| 3741 | /* return the errno failure code as the only status */ |
| 3742 | BUG_ON(job->reply_len < sizeof(uint32_t)); |
Johannes Thumshirn | 01e0e15 | 2016-11-17 10:31:12 +0100 | [diff] [blame] | 3743 | bsg_reply->reply_payload_rcv_len = 0; |
| 3744 | bsg_reply->result = ret; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3745 | job->reply_len = sizeof(uint32_t); |
Johannes Thumshirn | 0654816 | 2016-11-17 10:31:22 +0100 | [diff] [blame] | 3746 | bsg_job_done(job, bsg_reply->result, |
Johannes Thumshirn | 1abaede | 2016-11-17 10:31:13 +0100 | [diff] [blame] | 3747 | bsg_reply->reply_payload_rcv_len); |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3748 | return 0; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3749 | } |
| 3750 | |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3751 | static int fc_bsg_dispatch(struct bsg_job *job) |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3752 | { |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3753 | struct Scsi_Host *shost = fc_bsg_to_shost(job); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3754 | |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3755 | if (scsi_is_fc_rport(job->dev)) |
| 3756 | return fc_bsg_rport_dispatch(shost, job); |
| 3757 | else |
| 3758 | return fc_bsg_host_dispatch(shost, job); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3759 | } |
| 3760 | |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3761 | /** |
| 3762 | * fc_bsg_hostadd - Create and add the bsg hooks so we can receive requests |
| 3763 | * @shost: shost for fc_host |
| 3764 | * @fc_host: fc_host adding the structures to |
| 3765 | */ |
| 3766 | static int |
| 3767 | fc_bsg_hostadd(struct Scsi_Host *shost, struct fc_host_attrs *fc_host) |
| 3768 | { |
| 3769 | struct device *dev = &shost->shost_gendev; |
| 3770 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 3771 | struct request_queue *q; |
James Bottomley | 3c559ea | 2009-06-21 12:11:43 -0500 | [diff] [blame] | 3772 | char bsg_name[20]; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3773 | |
| 3774 | fc_host->rqst_q = NULL; |
| 3775 | |
| 3776 | if (!i->f->bsg_request) |
| 3777 | return -ENOTSUPP; |
| 3778 | |
| 3779 | snprintf(bsg_name, sizeof(bsg_name), |
| 3780 | "fc_host%d", shost->host_no); |
| 3781 | |
Christoph Hellwig | c1225f0 | 2017-08-25 17:37:38 +0200 | [diff] [blame] | 3782 | q = bsg_setup_queue(dev, bsg_name, fc_bsg_dispatch, i->f->dd_bsg_size, |
| 3783 | NULL); |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3784 | if (IS_ERR(q)) { |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3785 | dev_err(dev, |
| 3786 | "fc_host%d: bsg interface failed to initialize - setup queue\n", |
| 3787 | shost->host_no); |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3788 | return PTR_ERR(q); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3789 | } |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3790 | __scsi_init_queue(shost, q); |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3791 | blk_queue_rq_timed_out(q, fc_bsg_job_timeout); |
| 3792 | blk_queue_rq_timeout(q, FC_DEFAULT_BSG_TIMEOUT); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3793 | fc_host->rqst_q = q; |
| 3794 | return 0; |
| 3795 | } |
| 3796 | |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3797 | static int fc_bsg_rport_prep(struct request_queue *q, struct request *req) |
| 3798 | { |
| 3799 | struct fc_rport *rport = dev_to_rport(q->queuedata); |
| 3800 | |
| 3801 | if (rport->port_state == FC_PORTSTATE_BLOCKED && |
| 3802 | !(rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)) |
| 3803 | return BLKPREP_DEFER; |
| 3804 | |
| 3805 | if (rport->port_state != FC_PORTSTATE_ONLINE) |
| 3806 | return BLKPREP_KILL; |
| 3807 | |
| 3808 | return BLKPREP_OK; |
| 3809 | } |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3810 | |
| 3811 | /** |
| 3812 | * fc_bsg_rportadd - Create and add the bsg hooks so we can receive requests |
| 3813 | * @shost: shost that rport is attached to |
| 3814 | * @rport: rport that the bsg hooks are being attached to |
| 3815 | */ |
| 3816 | static int |
| 3817 | fc_bsg_rportadd(struct Scsi_Host *shost, struct fc_rport *rport) |
| 3818 | { |
| 3819 | struct device *dev = &rport->dev; |
| 3820 | struct fc_internal *i = to_fc_internal(shost->transportt); |
| 3821 | struct request_queue *q; |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3822 | |
| 3823 | rport->rqst_q = NULL; |
| 3824 | |
| 3825 | if (!i->f->bsg_request) |
| 3826 | return -ENOTSUPP; |
| 3827 | |
Christoph Hellwig | c1225f0 | 2017-08-25 17:37:38 +0200 | [diff] [blame] | 3828 | q = bsg_setup_queue(dev, NULL, fc_bsg_dispatch, i->f->dd_bsg_size, |
| 3829 | NULL); |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3830 | if (IS_ERR(q)) { |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3831 | dev_err(dev, "failed to setup bsg queue\n"); |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3832 | return PTR_ERR(q); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3833 | } |
Christoph Hellwig | 8ae94eb | 2017-01-03 15:25:02 +0300 | [diff] [blame] | 3834 | __scsi_init_queue(shost, q); |
Johannes Thumshirn | a0f4bd7 | 2016-11-17 10:31:24 +0100 | [diff] [blame] | 3835 | blk_queue_prep_rq(q, fc_bsg_rport_prep); |
| 3836 | blk_queue_rq_timed_out(q, fc_bsg_job_timeout); |
| 3837 | blk_queue_rq_timeout(q, BLK_DEFAULT_SG_TIMEOUT); |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3838 | rport->rqst_q = q; |
| 3839 | return 0; |
| 3840 | } |
| 3841 | |
| 3842 | |
| 3843 | /** |
| 3844 | * fc_bsg_remove - Deletes the bsg hooks on fchosts/rports |
| 3845 | * @q: the request_queue that is to be torn down. |
James Smart | 78d1634 | 2010-08-31 22:27:31 -0400 | [diff] [blame] | 3846 | * |
| 3847 | * Notes: |
| 3848 | * Before unregistering the queue empty any requests that are blocked |
| 3849 | * |
| 3850 | * |
James Smart | 9e4f5e2 | 2009-03-26 13:33:19 -0400 | [diff] [blame] | 3851 | */ |
| 3852 | static void |
| 3853 | fc_bsg_remove(struct request_queue *q) |
| 3854 | { |
| 3855 | if (q) { |
| 3856 | bsg_unregister_queue(q); |
| 3857 | blk_cleanup_queue(q); |
| 3858 | } |
| 3859 | } |
| 3860 | |
| 3861 | |
James Smart | 9ef3e4a | 2007-05-24 19:04:44 -0400 | [diff] [blame] | 3862 | /* Original Author: Martin Hicks */ |
| 3863 | MODULE_AUTHOR("James Smart"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3864 | MODULE_DESCRIPTION("FC Transport Attributes"); |
| 3865 | MODULE_LICENSE("GPL"); |
| 3866 | |
| 3867 | module_init(fc_transport_init); |
| 3868 | module_exit(fc_transport_exit); |