fc_lport.c 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649
  1. /*
  2. * Copyright(c) 2007 Intel Corporation. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms and conditions of the GNU General Public License,
  6. * version 2, as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope it will be useful, but WITHOUT
  9. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  11. * more details.
  12. *
  13. * You should have received a copy of the GNU General Public License along with
  14. * this program; if not, write to the Free Software Foundation, Inc.,
  15. * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  16. *
  17. * Maintained at www.Open-FCoE.org
  18. */
  19. /*
  20. * PORT LOCKING NOTES
  21. *
  22. * These comments only apply to the 'port code' which consists of the lport,
  23. * disc and rport blocks.
  24. *
  25. * MOTIVATION
  26. *
  27. * The lport, disc and rport blocks all have mutexes that are used to protect
  28. * those objects. The main motivation for these locks is to prevent from
  29. * having an lport reset just before we send a frame. In that scenario the
  30. * lport's FID would get set to zero and then we'd send a frame with an
  31. * invalid SID. We also need to ensure that states don't change unexpectedly
  32. * while processing another state.
  33. *
  34. * HEIRARCHY
  35. *
  36. * The following heirarchy defines the locking rules. A greater lock
  37. * may be held before acquiring a lesser lock, but a lesser lock should never
  38. * be held while attempting to acquire a greater lock. Here is the heirarchy-
  39. *
  40. * lport > disc, lport > rport, disc > rport
  41. *
  42. * CALLBACKS
  43. *
  44. * The callbacks cause complications with this scheme. There is a callback
  45. * from the rport (to either lport or disc) and a callback from disc
  46. * (to the lport).
  47. *
  48. * As rports exit the rport state machine a callback is made to the owner of
  49. * the rport to notify success or failure. Since the callback is likely to
  50. * cause the lport or disc to grab its lock we cannot hold the rport lock
  51. * while making the callback. To ensure that the rport is not free'd while
  52. * processing the callback the rport callbacks are serialized through a
  53. * single-threaded workqueue. An rport would never be free'd while in a
  54. * callback handler becuase no other rport work in this queue can be executed
  55. * at the same time.
  56. *
  57. * When discovery succeeds or fails a callback is made to the lport as
  58. * notification. Currently, succesful discovery causes the lport to take no
  59. * action. A failure will cause the lport to reset. There is likely a circular
  60. * locking problem with this implementation.
  61. */
  62. /*
  63. * LPORT LOCKING
  64. *
  65. * The critical sections protected by the lport's mutex are quite broad and
  66. * may be improved upon in the future. The lport code and its locking doesn't
  67. * influence the I/O path, so excessive locking doesn't penalize I/O
  68. * performance.
  69. *
  70. * The strategy is to lock whenever processing a request or response. Note
  71. * that every _enter_* function corresponds to a state change. They generally
  72. * change the lports state and then send a request out on the wire. We lock
  73. * before calling any of these functions to protect that state change. This
  74. * means that the entry points into the lport block manage the locks while
  75. * the state machine can transition between states (i.e. _enter_* functions)
  76. * while always staying protected.
  77. *
  78. * When handling responses we also hold the lport mutex broadly. When the
  79. * lport receives the response frame it locks the mutex and then calls the
  80. * appropriate handler for the particuar response. Generally a response will
  81. * trigger a state change and so the lock must already be held.
  82. *
  83. * Retries also have to consider the locking. The retries occur from a work
  84. * context and the work function will lock the lport and then retry the state
  85. * (i.e. _enter_* function).
  86. */
  87. #include <linux/timer.h>
  88. #include <asm/unaligned.h>
  89. #include <scsi/fc/fc_gs.h>
  90. #include <scsi/libfc.h>
  91. #include <scsi/fc_encode.h>
  92. #include "fc_libfc.h"
  93. /* Fabric IDs to use for point-to-point mode, chosen on whims. */
  94. #define FC_LOCAL_PTP_FID_LO 0x010101
  95. #define FC_LOCAL_PTP_FID_HI 0x010102
  96. #define DNS_DELAY 3 /* Discovery delay after RSCN (in seconds)*/
  97. static void fc_lport_error(struct fc_lport *, struct fc_frame *);
  98. static void fc_lport_enter_reset(struct fc_lport *);
  99. static void fc_lport_enter_flogi(struct fc_lport *);
  100. static void fc_lport_enter_dns(struct fc_lport *);
  101. static void fc_lport_enter_rnn_id(struct fc_lport *);
  102. static void fc_lport_enter_rsnn_nn(struct fc_lport *);
  103. static void fc_lport_enter_rft_id(struct fc_lport *);
  104. static void fc_lport_enter_scr(struct fc_lport *);
  105. static void fc_lport_enter_ready(struct fc_lport *);
  106. static void fc_lport_enter_logo(struct fc_lport *);
  107. static const char *fc_lport_state_names[] = {
  108. [LPORT_ST_DISABLED] = "disabled",
  109. [LPORT_ST_FLOGI] = "FLOGI",
  110. [LPORT_ST_DNS] = "dNS",
  111. [LPORT_ST_RNN_ID] = "RNN_ID",
  112. [LPORT_ST_RSNN_NN] = "RSNN_NN",
  113. [LPORT_ST_RFT_ID] = "RFT_ID",
  114. [LPORT_ST_SCR] = "SCR",
  115. [LPORT_ST_READY] = "Ready",
  116. [LPORT_ST_LOGO] = "LOGO",
  117. [LPORT_ST_RESET] = "reset",
  118. };
  119. static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp)
  120. {
  121. fc_frame_free(fp);
  122. return 0;
  123. }
  124. /**
  125. * fc_lport_rport_callback() - Event handler for rport events
  126. * @lport: The lport which is receiving the event
  127. * @rdata: private remote port data
  128. * @event: The event that occured
  129. *
  130. * Locking Note: The rport lock should not be held when calling
  131. * this function.
  132. */
  133. static void fc_lport_rport_callback(struct fc_lport *lport,
  134. struct fc_rport_priv *rdata,
  135. enum fc_rport_event event)
  136. {
  137. FC_LPORT_DBG(lport, "Received a %d event for port (%6x)\n", event,
  138. rdata->ids.port_id);
  139. mutex_lock(&lport->lp_mutex);
  140. switch (event) {
  141. case RPORT_EV_READY:
  142. if (lport->state == LPORT_ST_DNS) {
  143. lport->dns_rp = rdata;
  144. fc_lport_enter_rnn_id(lport);
  145. } else {
  146. FC_LPORT_DBG(lport, "Received an READY event "
  147. "on port (%6x) for the directory "
  148. "server, but the lport is not "
  149. "in the DNS state, it's in the "
  150. "%d state", rdata->ids.port_id,
  151. lport->state);
  152. lport->tt.rport_logoff(rdata);
  153. }
  154. break;
  155. case RPORT_EV_LOGO:
  156. case RPORT_EV_FAILED:
  157. case RPORT_EV_STOP:
  158. lport->dns_rp = NULL;
  159. break;
  160. case RPORT_EV_NONE:
  161. break;
  162. }
  163. mutex_unlock(&lport->lp_mutex);
  164. }
  165. /**
  166. * fc_lport_state() - Return a string which represents the lport's state
  167. * @lport: The lport whose state is to converted to a string
  168. */
  169. static const char *fc_lport_state(struct fc_lport *lport)
  170. {
  171. const char *cp;
  172. cp = fc_lport_state_names[lport->state];
  173. if (!cp)
  174. cp = "unknown";
  175. return cp;
  176. }
  177. /**
  178. * fc_lport_ptp_setup() - Create an rport for point-to-point mode
  179. * @lport: The lport to attach the ptp rport to
  180. * @fid: The FID of the ptp rport
  181. * @remote_wwpn: The WWPN of the ptp rport
  182. * @remote_wwnn: The WWNN of the ptp rport
  183. */
  184. static void fc_lport_ptp_setup(struct fc_lport *lport,
  185. u32 remote_fid, u64 remote_wwpn,
  186. u64 remote_wwnn)
  187. {
  188. mutex_lock(&lport->disc.disc_mutex);
  189. if (lport->ptp_rp)
  190. lport->tt.rport_logoff(lport->ptp_rp);
  191. lport->ptp_rp = lport->tt.rport_create(lport, remote_fid);
  192. lport->ptp_rp->ids.port_name = remote_wwpn;
  193. lport->ptp_rp->ids.node_name = remote_wwnn;
  194. mutex_unlock(&lport->disc.disc_mutex);
  195. lport->tt.rport_login(lport->ptp_rp);
  196. fc_lport_enter_ready(lport);
  197. }
  198. void fc_get_host_port_type(struct Scsi_Host *shost)
  199. {
  200. /* TODO - currently just NPORT */
  201. fc_host_port_type(shost) = FC_PORTTYPE_NPORT;
  202. }
  203. EXPORT_SYMBOL(fc_get_host_port_type);
  204. void fc_get_host_port_state(struct Scsi_Host *shost)
  205. {
  206. struct fc_lport *lp = shost_priv(shost);
  207. mutex_lock(&lp->lp_mutex);
  208. if (!lp->link_up)
  209. fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN;
  210. else
  211. switch (lp->state) {
  212. case LPORT_ST_READY:
  213. fc_host_port_state(shost) = FC_PORTSTATE_ONLINE;
  214. break;
  215. default:
  216. fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE;
  217. }
  218. mutex_unlock(&lp->lp_mutex);
  219. }
  220. EXPORT_SYMBOL(fc_get_host_port_state);
  221. void fc_get_host_speed(struct Scsi_Host *shost)
  222. {
  223. struct fc_lport *lport = shost_priv(shost);
  224. fc_host_speed(shost) = lport->link_speed;
  225. }
  226. EXPORT_SYMBOL(fc_get_host_speed);
  227. struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *shost)
  228. {
  229. struct fc_host_statistics *fcoe_stats;
  230. struct fc_lport *lp = shost_priv(shost);
  231. struct timespec v0, v1;
  232. unsigned int cpu;
  233. fcoe_stats = &lp->host_stats;
  234. memset(fcoe_stats, 0, sizeof(struct fc_host_statistics));
  235. jiffies_to_timespec(jiffies, &v0);
  236. jiffies_to_timespec(lp->boot_time, &v1);
  237. fcoe_stats->seconds_since_last_reset = (v0.tv_sec - v1.tv_sec);
  238. for_each_possible_cpu(cpu) {
  239. struct fcoe_dev_stats *stats;
  240. stats = per_cpu_ptr(lp->dev_stats, cpu);
  241. fcoe_stats->tx_frames += stats->TxFrames;
  242. fcoe_stats->tx_words += stats->TxWords;
  243. fcoe_stats->rx_frames += stats->RxFrames;
  244. fcoe_stats->rx_words += stats->RxWords;
  245. fcoe_stats->error_frames += stats->ErrorFrames;
  246. fcoe_stats->invalid_crc_count += stats->InvalidCRCCount;
  247. fcoe_stats->fcp_input_requests += stats->InputRequests;
  248. fcoe_stats->fcp_output_requests += stats->OutputRequests;
  249. fcoe_stats->fcp_control_requests += stats->ControlRequests;
  250. fcoe_stats->fcp_input_megabytes += stats->InputMegabytes;
  251. fcoe_stats->fcp_output_megabytes += stats->OutputMegabytes;
  252. fcoe_stats->link_failure_count += stats->LinkFailureCount;
  253. }
  254. fcoe_stats->lip_count = -1;
  255. fcoe_stats->nos_count = -1;
  256. fcoe_stats->loss_of_sync_count = -1;
  257. fcoe_stats->loss_of_signal_count = -1;
  258. fcoe_stats->prim_seq_protocol_err_count = -1;
  259. fcoe_stats->dumped_frames = -1;
  260. return fcoe_stats;
  261. }
  262. EXPORT_SYMBOL(fc_get_host_stats);
  263. /*
  264. * Fill in FLOGI command for request.
  265. */
  266. static void
  267. fc_lport_flogi_fill(struct fc_lport *lport, struct fc_els_flogi *flogi,
  268. unsigned int op)
  269. {
  270. struct fc_els_csp *sp;
  271. struct fc_els_cssp *cp;
  272. memset(flogi, 0, sizeof(*flogi));
  273. flogi->fl_cmd = (u8) op;
  274. put_unaligned_be64(lport->wwpn, &flogi->fl_wwpn);
  275. put_unaligned_be64(lport->wwnn, &flogi->fl_wwnn);
  276. sp = &flogi->fl_csp;
  277. sp->sp_hi_ver = 0x20;
  278. sp->sp_lo_ver = 0x20;
  279. sp->sp_bb_cred = htons(10); /* this gets set by gateway */
  280. sp->sp_bb_data = htons((u16) lport->mfs);
  281. cp = &flogi->fl_cssp[3 - 1]; /* class 3 parameters */
  282. cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ);
  283. if (op != ELS_FLOGI) {
  284. sp->sp_features = htons(FC_SP_FT_CIRO);
  285. sp->sp_tot_seq = htons(255); /* seq. we accept */
  286. sp->sp_rel_off = htons(0x1f);
  287. sp->sp_e_d_tov = htonl(lport->e_d_tov);
  288. cp->cp_rdfs = htons((u16) lport->mfs);
  289. cp->cp_con_seq = htons(255);
  290. cp->cp_open_seq = 1;
  291. }
  292. }
  293. /*
  294. * Add a supported FC-4 type.
  295. */
  296. static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type)
  297. {
  298. __be32 *mp;
  299. mp = &lport->fcts.ff_type_map[type / FC_NS_BPW];
  300. *mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW));
  301. }
  302. /**
  303. * fc_lport_recv_rlir_req() - Handle received Registered Link Incident Report.
  304. * @lport: Fibre Channel local port recieving the RLIR
  305. * @sp: current sequence in the RLIR exchange
  306. * @fp: RLIR request frame
  307. *
  308. * Locking Note: The lport lock is expected to be held before calling
  309. * this function.
  310. */
  311. static void fc_lport_recv_rlir_req(struct fc_seq *sp, struct fc_frame *fp,
  312. struct fc_lport *lport)
  313. {
  314. FC_LPORT_DBG(lport, "Received RLIR request while in state %s\n",
  315. fc_lport_state(lport));
  316. lport->tt.seq_els_rsp_send(sp, ELS_LS_ACC, NULL);
  317. fc_frame_free(fp);
  318. }
  319. /**
  320. * fc_lport_recv_echo_req() - Handle received ECHO request
  321. * @lport: Fibre Channel local port recieving the ECHO
  322. * @sp: current sequence in the ECHO exchange
  323. * @fp: ECHO request frame
  324. *
  325. * Locking Note: The lport lock is expected to be held before calling
  326. * this function.
  327. */
  328. static void fc_lport_recv_echo_req(struct fc_seq *sp, struct fc_frame *in_fp,
  329. struct fc_lport *lport)
  330. {
  331. struct fc_frame *fp;
  332. struct fc_exch *ep = fc_seq_exch(sp);
  333. unsigned int len;
  334. void *pp;
  335. void *dp;
  336. u32 f_ctl;
  337. FC_LPORT_DBG(lport, "Received ECHO request while in state %s\n",
  338. fc_lport_state(lport));
  339. len = fr_len(in_fp) - sizeof(struct fc_frame_header);
  340. pp = fc_frame_payload_get(in_fp, len);
  341. if (len < sizeof(__be32))
  342. len = sizeof(__be32);
  343. fp = fc_frame_alloc(lport, len);
  344. if (fp) {
  345. dp = fc_frame_payload_get(fp, len);
  346. memcpy(dp, pp, len);
  347. *((__be32 *)dp) = htonl(ELS_LS_ACC << 24);
  348. sp = lport->tt.seq_start_next(sp);
  349. f_ctl = FC_FC_EX_CTX | FC_FC_LAST_SEQ | FC_FC_END_SEQ;
  350. fc_fill_fc_hdr(fp, FC_RCTL_ELS_REP, ep->did, ep->sid,
  351. FC_TYPE_ELS, f_ctl, 0);
  352. lport->tt.seq_send(lport, sp, fp);
  353. }
  354. fc_frame_free(in_fp);
  355. }
  356. /**
  357. * fc_lport_recv_rnid_req() - Handle received Request Node ID data request
  358. * @sp: The sequence in the RNID exchange
  359. * @fp: The RNID request frame
  360. * @lport: The local port recieving the RNID
  361. *
  362. * Locking Note: The lport lock is expected to be held before calling
  363. * this function.
  364. */
  365. static void fc_lport_recv_rnid_req(struct fc_seq *sp, struct fc_frame *in_fp,
  366. struct fc_lport *lport)
  367. {
  368. struct fc_frame *fp;
  369. struct fc_exch *ep = fc_seq_exch(sp);
  370. struct fc_els_rnid *req;
  371. struct {
  372. struct fc_els_rnid_resp rnid;
  373. struct fc_els_rnid_cid cid;
  374. struct fc_els_rnid_gen gen;
  375. } *rp;
  376. struct fc_seq_els_data rjt_data;
  377. u8 fmt;
  378. size_t len;
  379. u32 f_ctl;
  380. FC_LPORT_DBG(lport, "Received RNID request while in state %s\n",
  381. fc_lport_state(lport));
  382. req = fc_frame_payload_get(in_fp, sizeof(*req));
  383. if (!req) {
  384. rjt_data.fp = NULL;
  385. rjt_data.reason = ELS_RJT_LOGIC;
  386. rjt_data.explan = ELS_EXPL_NONE;
  387. lport->tt.seq_els_rsp_send(sp, ELS_LS_RJT, &rjt_data);
  388. } else {
  389. fmt = req->rnid_fmt;
  390. len = sizeof(*rp);
  391. if (fmt != ELS_RNIDF_GEN ||
  392. ntohl(lport->rnid_gen.rnid_atype) == 0) {
  393. fmt = ELS_RNIDF_NONE; /* nothing to provide */
  394. len -= sizeof(rp->gen);
  395. }
  396. fp = fc_frame_alloc(lport, len);
  397. if (fp) {
  398. rp = fc_frame_payload_get(fp, len);
  399. memset(rp, 0, len);
  400. rp->rnid.rnid_cmd = ELS_LS_ACC;
  401. rp->rnid.rnid_fmt = fmt;
  402. rp->rnid.rnid_cid_len = sizeof(rp->cid);
  403. rp->cid.rnid_wwpn = htonll(lport->wwpn);
  404. rp->cid.rnid_wwnn = htonll(lport->wwnn);
  405. if (fmt == ELS_RNIDF_GEN) {
  406. rp->rnid.rnid_sid_len = sizeof(rp->gen);
  407. memcpy(&rp->gen, &lport->rnid_gen,
  408. sizeof(rp->gen));
  409. }
  410. sp = lport->tt.seq_start_next(sp);
  411. f_ctl = FC_FC_EX_CTX | FC_FC_LAST_SEQ;
  412. f_ctl |= FC_FC_END_SEQ | FC_FC_SEQ_INIT;
  413. fc_fill_fc_hdr(fp, FC_RCTL_ELS_REP, ep->did, ep->sid,
  414. FC_TYPE_ELS, f_ctl, 0);
  415. lport->tt.seq_send(lport, sp, fp);
  416. }
  417. }
  418. fc_frame_free(in_fp);
  419. }
  420. /**
  421. * fc_lport_recv_logo_req() - Handle received fabric LOGO request
  422. * @lport: Fibre Channel local port recieving the LOGO
  423. * @sp: current sequence in the LOGO exchange
  424. * @fp: LOGO request frame
  425. *
  426. * Locking Note: The lport lock is exected to be held before calling
  427. * this function.
  428. */
  429. static void fc_lport_recv_logo_req(struct fc_seq *sp, struct fc_frame *fp,
  430. struct fc_lport *lport)
  431. {
  432. lport->tt.seq_els_rsp_send(sp, ELS_LS_ACC, NULL);
  433. fc_lport_enter_reset(lport);
  434. fc_frame_free(fp);
  435. }
  436. /**
  437. * fc_fabric_login() - Start the lport state machine
  438. * @lport: The lport that should log into the fabric
  439. *
  440. * Locking Note: This function should not be called
  441. * with the lport lock held.
  442. */
  443. int fc_fabric_login(struct fc_lport *lport)
  444. {
  445. int rc = -1;
  446. mutex_lock(&lport->lp_mutex);
  447. if (lport->state == LPORT_ST_DISABLED) {
  448. fc_lport_enter_reset(lport);
  449. rc = 0;
  450. }
  451. mutex_unlock(&lport->lp_mutex);
  452. return rc;
  453. }
  454. EXPORT_SYMBOL(fc_fabric_login);
  455. /**
  456. * __fc_linkup() - Handler for transport linkup events
  457. * @lport: The lport whose link is up
  458. *
  459. * Locking: must be called with the lp_mutex held
  460. */
  461. void __fc_linkup(struct fc_lport *lport)
  462. {
  463. if (!lport->link_up) {
  464. lport->link_up = 1;
  465. if (lport->state == LPORT_ST_RESET)
  466. fc_lport_enter_flogi(lport);
  467. }
  468. }
  469. /**
  470. * fc_linkup() - Handler for transport linkup events
  471. * @lport: The lport whose link is up
  472. */
  473. void fc_linkup(struct fc_lport *lport)
  474. {
  475. printk(KERN_INFO "libfc: Link up on port (%6x)\n",
  476. fc_host_port_id(lport->host));
  477. mutex_lock(&lport->lp_mutex);
  478. __fc_linkup(lport);
  479. mutex_unlock(&lport->lp_mutex);
  480. }
  481. EXPORT_SYMBOL(fc_linkup);
  482. /**
  483. * __fc_linkdown() - Handler for transport linkdown events
  484. * @lport: The lport whose link is down
  485. *
  486. * Locking: must be called with the lp_mutex held
  487. */
  488. void __fc_linkdown(struct fc_lport *lport)
  489. {
  490. if (lport->link_up) {
  491. lport->link_up = 0;
  492. fc_lport_enter_reset(lport);
  493. lport->tt.fcp_cleanup(lport);
  494. }
  495. }
  496. /**
  497. * fc_linkdown() - Handler for transport linkdown events
  498. * @lport: The lport whose link is down
  499. */
  500. void fc_linkdown(struct fc_lport *lport)
  501. {
  502. printk(KERN_INFO "libfc: Link down on port (%6x)\n",
  503. fc_host_port_id(lport->host));
  504. mutex_lock(&lport->lp_mutex);
  505. __fc_linkdown(lport);
  506. mutex_unlock(&lport->lp_mutex);
  507. }
  508. EXPORT_SYMBOL(fc_linkdown);
  509. /**
  510. * fc_fabric_logoff() - Logout of the fabric
  511. * @lport: fc_lport pointer to logoff the fabric
  512. *
  513. * Return value:
  514. * 0 for success, -1 for failure
  515. */
  516. int fc_fabric_logoff(struct fc_lport *lport)
  517. {
  518. lport->tt.disc_stop_final(lport);
  519. mutex_lock(&lport->lp_mutex);
  520. if (lport->dns_rp)
  521. lport->tt.rport_logoff(lport->dns_rp);
  522. mutex_unlock(&lport->lp_mutex);
  523. lport->tt.rport_flush_queue();
  524. mutex_lock(&lport->lp_mutex);
  525. fc_lport_enter_logo(lport);
  526. mutex_unlock(&lport->lp_mutex);
  527. cancel_delayed_work_sync(&lport->retry_work);
  528. return 0;
  529. }
  530. EXPORT_SYMBOL(fc_fabric_logoff);
  531. /**
  532. * fc_lport_destroy() - unregister a fc_lport
  533. * @lport: fc_lport pointer to unregister
  534. *
  535. * Return value:
  536. * None
  537. * Note:
  538. * exit routine for fc_lport instance
  539. * clean-up all the allocated memory
  540. * and free up other system resources.
  541. *
  542. */
  543. int fc_lport_destroy(struct fc_lport *lport)
  544. {
  545. mutex_lock(&lport->lp_mutex);
  546. lport->state = LPORT_ST_DISABLED;
  547. lport->link_up = 0;
  548. lport->tt.frame_send = fc_frame_drop;
  549. mutex_unlock(&lport->lp_mutex);
  550. lport->tt.fcp_abort_io(lport);
  551. lport->tt.disc_stop_final(lport);
  552. lport->tt.exch_mgr_reset(lport, 0, 0);
  553. return 0;
  554. }
  555. EXPORT_SYMBOL(fc_lport_destroy);
  556. /**
  557. * fc_set_mfs() - sets up the mfs for the corresponding fc_lport
  558. * @lport: fc_lport pointer to unregister
  559. * @mfs: the new mfs for fc_lport
  560. *
  561. * Set mfs for the given fc_lport to the new mfs.
  562. *
  563. * Return: 0 for success
  564. */
  565. int fc_set_mfs(struct fc_lport *lport, u32 mfs)
  566. {
  567. unsigned int old_mfs;
  568. int rc = -EINVAL;
  569. mutex_lock(&lport->lp_mutex);
  570. old_mfs = lport->mfs;
  571. if (mfs >= FC_MIN_MAX_FRAME) {
  572. mfs &= ~3;
  573. if (mfs > FC_MAX_FRAME)
  574. mfs = FC_MAX_FRAME;
  575. mfs -= sizeof(struct fc_frame_header);
  576. lport->mfs = mfs;
  577. rc = 0;
  578. }
  579. if (!rc && mfs < old_mfs)
  580. fc_lport_enter_reset(lport);
  581. mutex_unlock(&lport->lp_mutex);
  582. return rc;
  583. }
  584. EXPORT_SYMBOL(fc_set_mfs);
  585. /**
  586. * fc_lport_disc_callback() - Callback for discovery events
  587. * @lport: FC local port
  588. * @event: The discovery event
  589. */
  590. void fc_lport_disc_callback(struct fc_lport *lport, enum fc_disc_event event)
  591. {
  592. switch (event) {
  593. case DISC_EV_SUCCESS:
  594. FC_LPORT_DBG(lport, "Discovery succeeded\n");
  595. break;
  596. case DISC_EV_FAILED:
  597. printk(KERN_ERR "libfc: Discovery failed for port (%6x)\n",
  598. fc_host_port_id(lport->host));
  599. mutex_lock(&lport->lp_mutex);
  600. fc_lport_enter_reset(lport);
  601. mutex_unlock(&lport->lp_mutex);
  602. break;
  603. case DISC_EV_NONE:
  604. WARN_ON(1);
  605. break;
  606. }
  607. }
  608. /**
  609. * fc_rport_enter_ready() - Enter the ready state and start discovery
  610. * @lport: Fibre Channel local port that is ready
  611. *
  612. * Locking Note: The lport lock is expected to be held before calling
  613. * this routine.
  614. */
  615. static void fc_lport_enter_ready(struct fc_lport *lport)
  616. {
  617. FC_LPORT_DBG(lport, "Entered READY from state %s\n",
  618. fc_lport_state(lport));
  619. fc_lport_state_enter(lport, LPORT_ST_READY);
  620. if (lport->vport)
  621. fc_vport_set_state(lport->vport, FC_VPORT_ACTIVE);
  622. fc_vports_linkchange(lport);
  623. if (!lport->ptp_rp)
  624. lport->tt.disc_start(fc_lport_disc_callback, lport);
  625. }
  626. /**
  627. * fc_lport_recv_flogi_req() - Receive a FLOGI request
  628. * @sp_in: The sequence the FLOGI is on
  629. * @rx_fp: The frame the FLOGI is in
  630. * @lport: The lport that recieved the request
  631. *
  632. * A received FLOGI request indicates a point-to-point connection.
  633. * Accept it with the common service parameters indicating our N port.
  634. * Set up to do a PLOGI if we have the higher-number WWPN.
  635. *
  636. * Locking Note: The lport lock is expected to be held before calling
  637. * this function.
  638. */
  639. static void fc_lport_recv_flogi_req(struct fc_seq *sp_in,
  640. struct fc_frame *rx_fp,
  641. struct fc_lport *lport)
  642. {
  643. struct fc_frame *fp;
  644. struct fc_frame_header *fh;
  645. struct fc_seq *sp;
  646. struct fc_exch *ep;
  647. struct fc_els_flogi *flp;
  648. struct fc_els_flogi *new_flp;
  649. u64 remote_wwpn;
  650. u32 remote_fid;
  651. u32 local_fid;
  652. u32 f_ctl;
  653. FC_LPORT_DBG(lport, "Received FLOGI request while in state %s\n",
  654. fc_lport_state(lport));
  655. fh = fc_frame_header_get(rx_fp);
  656. remote_fid = ntoh24(fh->fh_s_id);
  657. flp = fc_frame_payload_get(rx_fp, sizeof(*flp));
  658. if (!flp)
  659. goto out;
  660. remote_wwpn = get_unaligned_be64(&flp->fl_wwpn);
  661. if (remote_wwpn == lport->wwpn) {
  662. printk(KERN_WARNING "libfc: Received FLOGI from port "
  663. "with same WWPN %llx\n", remote_wwpn);
  664. goto out;
  665. }
  666. FC_LPORT_DBG(lport, "FLOGI from port WWPN %llx\n", remote_wwpn);
  667. /*
  668. * XXX what is the right thing to do for FIDs?
  669. * The originator might expect our S_ID to be 0xfffffe.
  670. * But if so, both of us could end up with the same FID.
  671. */
  672. local_fid = FC_LOCAL_PTP_FID_LO;
  673. if (remote_wwpn < lport->wwpn) {
  674. local_fid = FC_LOCAL_PTP_FID_HI;
  675. if (!remote_fid || remote_fid == local_fid)
  676. remote_fid = FC_LOCAL_PTP_FID_LO;
  677. } else if (!remote_fid) {
  678. remote_fid = FC_LOCAL_PTP_FID_HI;
  679. }
  680. fc_host_port_id(lport->host) = local_fid;
  681. fp = fc_frame_alloc(lport, sizeof(*flp));
  682. if (fp) {
  683. sp = lport->tt.seq_start_next(fr_seq(rx_fp));
  684. new_flp = fc_frame_payload_get(fp, sizeof(*flp));
  685. fc_lport_flogi_fill(lport, new_flp, ELS_FLOGI);
  686. new_flp->fl_cmd = (u8) ELS_LS_ACC;
  687. /*
  688. * Send the response. If this fails, the originator should
  689. * repeat the sequence.
  690. */
  691. f_ctl = FC_FC_EX_CTX | FC_FC_LAST_SEQ | FC_FC_END_SEQ;
  692. ep = fc_seq_exch(sp);
  693. fc_fill_fc_hdr(fp, FC_RCTL_ELS_REP, ep->did, ep->sid,
  694. FC_TYPE_ELS, f_ctl, 0);
  695. lport->tt.seq_send(lport, sp, fp);
  696. } else {
  697. fc_lport_error(lport, fp);
  698. }
  699. fc_lport_ptp_setup(lport, remote_fid, remote_wwpn,
  700. get_unaligned_be64(&flp->fl_wwnn));
  701. out:
  702. sp = fr_seq(rx_fp);
  703. fc_frame_free(rx_fp);
  704. }
  705. /**
  706. * fc_lport_recv_req() - The generic lport request handler
  707. * @lport: The lport that received the request
  708. * @sp: The sequence the request is on
  709. * @fp: The frame the request is in
  710. *
  711. * This function will see if the lport handles the request or
  712. * if an rport should handle the request.
  713. *
  714. * Locking Note: This function should not be called with the lport
  715. * lock held becuase it will grab the lock.
  716. */
  717. static void fc_lport_recv_req(struct fc_lport *lport, struct fc_seq *sp,
  718. struct fc_frame *fp)
  719. {
  720. struct fc_frame_header *fh = fc_frame_header_get(fp);
  721. void (*recv) (struct fc_seq *, struct fc_frame *, struct fc_lport *);
  722. mutex_lock(&lport->lp_mutex);
  723. /*
  724. * Handle special ELS cases like FLOGI, LOGO, and
  725. * RSCN here. These don't require a session.
  726. * Even if we had a session, it might not be ready.
  727. */
  728. if (!lport->link_up)
  729. fc_frame_free(fp);
  730. else if (fh->fh_type == FC_TYPE_ELS &&
  731. fh->fh_r_ctl == FC_RCTL_ELS_REQ) {
  732. /*
  733. * Check opcode.
  734. */
  735. recv = lport->tt.rport_recv_req;
  736. switch (fc_frame_payload_op(fp)) {
  737. case ELS_FLOGI:
  738. recv = fc_lport_recv_flogi_req;
  739. break;
  740. case ELS_LOGO:
  741. fh = fc_frame_header_get(fp);
  742. if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI)
  743. recv = fc_lport_recv_logo_req;
  744. break;
  745. case ELS_RSCN:
  746. recv = lport->tt.disc_recv_req;
  747. break;
  748. case ELS_ECHO:
  749. recv = fc_lport_recv_echo_req;
  750. break;
  751. case ELS_RLIR:
  752. recv = fc_lport_recv_rlir_req;
  753. break;
  754. case ELS_RNID:
  755. recv = fc_lport_recv_rnid_req;
  756. break;
  757. }
  758. recv(sp, fp, lport);
  759. } else {
  760. FC_LPORT_DBG(lport, "dropping invalid frame (eof %x)\n",
  761. fr_eof(fp));
  762. fc_frame_free(fp);
  763. }
  764. mutex_unlock(&lport->lp_mutex);
  765. /*
  766. * The common exch_done for all request may not be good
  767. * if any request requires longer hold on exhange. XXX
  768. */
  769. lport->tt.exch_done(sp);
  770. }
  771. /**
  772. * fc_lport_reset() - Reset an lport
  773. * @lport: The lport which should be reset
  774. *
  775. * Locking Note: This functions should not be called with the
  776. * lport lock held.
  777. */
  778. int fc_lport_reset(struct fc_lport *lport)
  779. {
  780. cancel_delayed_work_sync(&lport->retry_work);
  781. mutex_lock(&lport->lp_mutex);
  782. fc_lport_enter_reset(lport);
  783. mutex_unlock(&lport->lp_mutex);
  784. return 0;
  785. }
  786. EXPORT_SYMBOL(fc_lport_reset);
  787. /**
  788. * fc_lport_reset_locked() - Reset the local port
  789. * @lport: Fibre Channel local port to be reset
  790. *
  791. * Locking Note: The lport lock is expected to be held before calling
  792. * this routine.
  793. */
  794. static void fc_lport_reset_locked(struct fc_lport *lport)
  795. {
  796. if (lport->dns_rp)
  797. lport->tt.rport_logoff(lport->dns_rp);
  798. lport->ptp_rp = NULL;
  799. lport->tt.disc_stop(lport);
  800. lport->tt.exch_mgr_reset(lport, 0, 0);
  801. fc_host_fabric_name(lport->host) = 0;
  802. fc_host_port_id(lport->host) = 0;
  803. }
  804. /**
  805. * fc_lport_enter_reset() - Reset the local port
  806. * @lport: Fibre Channel local port to be reset
  807. *
  808. * Locking Note: The lport lock is expected to be held before calling
  809. * this routine.
  810. */
  811. static void fc_lport_enter_reset(struct fc_lport *lport)
  812. {
  813. FC_LPORT_DBG(lport, "Entered RESET state from %s state\n",
  814. fc_lport_state(lport));
  815. if (lport->vport) {
  816. if (lport->link_up)
  817. fc_vport_set_state(lport->vport, FC_VPORT_INITIALIZING);
  818. else
  819. fc_vport_set_state(lport->vport, FC_VPORT_LINKDOWN);
  820. }
  821. fc_lport_state_enter(lport, LPORT_ST_RESET);
  822. fc_vports_linkchange(lport);
  823. fc_lport_reset_locked(lport);
  824. if (lport->link_up)
  825. fc_lport_enter_flogi(lport);
  826. }
  827. /**
  828. * fc_lport_enter_disabled() - disable the local port
  829. * @lport: Fibre Channel local port to be reset
  830. *
  831. * Locking Note: The lport lock is expected to be held before calling
  832. * this routine.
  833. */
  834. static void fc_lport_enter_disabled(struct fc_lport *lport)
  835. {
  836. FC_LPORT_DBG(lport, "Entered disabled state from %s state\n",
  837. fc_lport_state(lport));
  838. fc_lport_state_enter(lport, LPORT_ST_DISABLED);
  839. fc_vports_linkchange(lport);
  840. fc_lport_reset_locked(lport);
  841. }
  842. /**
  843. * fc_lport_error() - Handler for any errors
  844. * @lport: The fc_lport object
  845. * @fp: The frame pointer
  846. *
  847. * If the error was caused by a resource allocation failure
  848. * then wait for half a second and retry, otherwise retry
  849. * after the e_d_tov time.
  850. */
  851. static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp)
  852. {
  853. unsigned long delay = 0;
  854. FC_LPORT_DBG(lport, "Error %ld in state %s, retries %d\n",
  855. PTR_ERR(fp), fc_lport_state(lport),
  856. lport->retry_count);
  857. if (!fp || PTR_ERR(fp) == -FC_EX_TIMEOUT) {
  858. /*
  859. * Memory allocation failure, or the exchange timed out.
  860. * Retry after delay
  861. */
  862. if (lport->retry_count < lport->max_retry_count) {
  863. lport->retry_count++;
  864. if (!fp)
  865. delay = msecs_to_jiffies(500);
  866. else
  867. delay = msecs_to_jiffies(lport->e_d_tov);
  868. schedule_delayed_work(&lport->retry_work, delay);
  869. } else {
  870. switch (lport->state) {
  871. case LPORT_ST_DISABLED:
  872. case LPORT_ST_READY:
  873. case LPORT_ST_RESET:
  874. case LPORT_ST_RNN_ID:
  875. case LPORT_ST_RSNN_NN:
  876. case LPORT_ST_RFT_ID:
  877. case LPORT_ST_SCR:
  878. case LPORT_ST_DNS:
  879. case LPORT_ST_FLOGI:
  880. case LPORT_ST_LOGO:
  881. fc_lport_enter_reset(lport);
  882. break;
  883. }
  884. }
  885. }
  886. }
  887. /**
  888. * fc_lport_rft_id_resp() - Handle response to Register Fibre
  889. * Channel Types by ID (RFT_ID) request
  890. * @sp: current sequence in RFT_ID exchange
  891. * @fp: response frame
  892. * @lp_arg: Fibre Channel host port instance
  893. *
  894. * Locking Note: This function will be called without the lport lock
  895. * held, but it will lock, call an _enter_* function or fc_lport_error
  896. * and then unlock the lport.
  897. */
  898. static void fc_lport_rft_id_resp(struct fc_seq *sp, struct fc_frame *fp,
  899. void *lp_arg)
  900. {
  901. struct fc_lport *lport = lp_arg;
  902. struct fc_frame_header *fh;
  903. struct fc_ct_hdr *ct;
  904. FC_LPORT_DBG(lport, "Received a RFT_ID %s\n", fc_els_resp_type(fp));
  905. if (fp == ERR_PTR(-FC_EX_CLOSED))
  906. return;
  907. mutex_lock(&lport->lp_mutex);
  908. if (lport->state != LPORT_ST_RFT_ID) {
  909. FC_LPORT_DBG(lport, "Received a RFT_ID response, but in state "
  910. "%s\n", fc_lport_state(lport));
  911. if (IS_ERR(fp))
  912. goto err;
  913. goto out;
  914. }
  915. if (IS_ERR(fp)) {
  916. fc_lport_error(lport, fp);
  917. goto err;
  918. }
  919. fh = fc_frame_header_get(fp);
  920. ct = fc_frame_payload_get(fp, sizeof(*ct));
  921. if (fh && ct && fh->fh_type == FC_TYPE_CT &&
  922. ct->ct_fs_type == FC_FST_DIR &&
  923. ct->ct_fs_subtype == FC_NS_SUBTYPE &&
  924. ntohs(ct->ct_cmd) == FC_FS_ACC)
  925. fc_lport_enter_scr(lport);
  926. else
  927. fc_lport_error(lport, fp);
  928. out:
  929. fc_frame_free(fp);
  930. err:
  931. mutex_unlock(&lport->lp_mutex);
  932. }
  933. /**
  934. * fc_lport_rsnn_nn_resp() - Handle response to Register Symbolic Node Name
  935. * by Node Name (RSNN_NN) request
  936. * @sp: current sequence in RSNN_NN exchange
  937. * @fp: response frame
  938. * @lp_arg: Fibre Channel host port instance
  939. *
  940. * Locking Note: This function will be called without the lport lock
  941. * held, but it will lock, call an _enter_* function or fc_lport_error
  942. * and then unlock the lport.
  943. */
  944. static void fc_lport_rsnn_nn_resp(struct fc_seq *sp, struct fc_frame *fp,
  945. void *lp_arg)
  946. {
  947. struct fc_lport *lport = lp_arg;
  948. struct fc_frame_header *fh;
  949. struct fc_ct_hdr *ct;
  950. FC_LPORT_DBG(lport, "Received a RSNN_NN %s\n", fc_els_resp_type(fp));
  951. if (fp == ERR_PTR(-FC_EX_CLOSED))
  952. return;
  953. mutex_lock(&lport->lp_mutex);
  954. if (lport->state != LPORT_ST_RSNN_NN) {
  955. FC_LPORT_DBG(lport, "Received a RSNN_NN response, but in state "
  956. "%s\n", fc_lport_state(lport));
  957. if (IS_ERR(fp))
  958. goto err;
  959. goto out;
  960. }
  961. if (IS_ERR(fp)) {
  962. fc_lport_error(lport, fp);
  963. goto err;
  964. }
  965. fh = fc_frame_header_get(fp);
  966. ct = fc_frame_payload_get(fp, sizeof(*ct));
  967. if (fh && ct && fh->fh_type == FC_TYPE_CT &&
  968. ct->ct_fs_type == FC_FST_DIR &&
  969. ct->ct_fs_subtype == FC_NS_SUBTYPE &&
  970. ntohs(ct->ct_cmd) == FC_FS_ACC)
  971. fc_lport_enter_rsnn_nn(lport);
  972. else
  973. fc_lport_error(lport, fp);
  974. out:
  975. fc_frame_free(fp);
  976. err:
  977. mutex_unlock(&lport->lp_mutex);
  978. }
  979. /**
  980. * fc_lport_rnn_id_resp() - Handle response to Register Node
  981. * Name by ID (RNN_ID) request
  982. * @sp: current sequence in RNN_ID exchange
  983. * @fp: response frame
  984. * @lp_arg: Fibre Channel host port instance
  985. *
  986. * Locking Note: This function will be called without the lport lock
  987. * held, but it will lock, call an _enter_* function or fc_lport_error
  988. * and then unlock the lport.
  989. */
  990. static void fc_lport_rnn_id_resp(struct fc_seq *sp, struct fc_frame *fp,
  991. void *lp_arg)
  992. {
  993. struct fc_lport *lport = lp_arg;
  994. struct fc_frame_header *fh;
  995. struct fc_ct_hdr *ct;
  996. FC_LPORT_DBG(lport, "Received a RNN_ID %s\n", fc_els_resp_type(fp));
  997. if (fp == ERR_PTR(-FC_EX_CLOSED))
  998. return;
  999. mutex_lock(&lport->lp_mutex);
  1000. if (lport->state != LPORT_ST_RNN_ID) {
  1001. FC_LPORT_DBG(lport, "Received a RNN_ID response, but in state "
  1002. "%s\n", fc_lport_state(lport));
  1003. if (IS_ERR(fp))
  1004. goto err;
  1005. goto out;
  1006. }
  1007. if (IS_ERR(fp)) {
  1008. fc_lport_error(lport, fp);
  1009. goto err;
  1010. }
  1011. fh = fc_frame_header_get(fp);
  1012. ct = fc_frame_payload_get(fp, sizeof(*ct));
  1013. if (fh && ct && fh->fh_type == FC_TYPE_CT &&
  1014. ct->ct_fs_type == FC_FST_DIR &&
  1015. ct->ct_fs_subtype == FC_NS_SUBTYPE &&
  1016. ntohs(ct->ct_cmd) == FC_FS_ACC)
  1017. fc_lport_enter_rft_id(lport);
  1018. else
  1019. fc_lport_error(lport, fp);
  1020. out:
  1021. fc_frame_free(fp);
  1022. err:
  1023. mutex_unlock(&lport->lp_mutex);
  1024. }
  1025. /**
  1026. * fc_lport_scr_resp() - Handle response to State Change Register (SCR) request
  1027. * @sp: current sequence in SCR exchange
  1028. * @fp: response frame
  1029. * @lp_arg: Fibre Channel lport port instance that sent the registration request
  1030. *
  1031. * Locking Note: This function will be called without the lport lock
  1032. * held, but it will lock, call an _enter_* function or fc_lport_error
  1033. * and then unlock the lport.
  1034. */
  1035. static void fc_lport_scr_resp(struct fc_seq *sp, struct fc_frame *fp,
  1036. void *lp_arg)
  1037. {
  1038. struct fc_lport *lport = lp_arg;
  1039. u8 op;
  1040. FC_LPORT_DBG(lport, "Received a SCR %s\n", fc_els_resp_type(fp));
  1041. if (fp == ERR_PTR(-FC_EX_CLOSED))
  1042. return;
  1043. mutex_lock(&lport->lp_mutex);
  1044. if (lport->state != LPORT_ST_SCR) {
  1045. FC_LPORT_DBG(lport, "Received a SCR response, but in state "
  1046. "%s\n", fc_lport_state(lport));
  1047. if (IS_ERR(fp))
  1048. goto err;
  1049. goto out;
  1050. }
  1051. if (IS_ERR(fp)) {
  1052. fc_lport_error(lport, fp);
  1053. goto err;
  1054. }
  1055. op = fc_frame_payload_op(fp);
  1056. if (op == ELS_LS_ACC)
  1057. fc_lport_enter_ready(lport);
  1058. else
  1059. fc_lport_error(lport, fp);
  1060. out:
  1061. fc_frame_free(fp);
  1062. err:
  1063. mutex_unlock(&lport->lp_mutex);
  1064. }
  1065. /**
  1066. * fc_lport_enter_scr() - Send a State Change Register (SCR) request
  1067. * @lport: Fibre Channel local port to register for state changes
  1068. *
  1069. * Locking Note: The lport lock is expected to be held before calling
  1070. * this routine.
  1071. */
  1072. static void fc_lport_enter_scr(struct fc_lport *lport)
  1073. {
  1074. struct fc_frame *fp;
  1075. FC_LPORT_DBG(lport, "Entered SCR state from %s state\n",
  1076. fc_lport_state(lport));
  1077. fc_lport_state_enter(lport, LPORT_ST_SCR);
  1078. fp = fc_frame_alloc(lport, sizeof(struct fc_els_scr));
  1079. if (!fp) {
  1080. fc_lport_error(lport, fp);
  1081. return;
  1082. }
  1083. if (!lport->tt.elsct_send(lport, FC_FID_FCTRL, fp, ELS_SCR,
  1084. fc_lport_scr_resp, lport, lport->e_d_tov))
  1085. fc_lport_error(lport, NULL);
  1086. }
  1087. /**
  1088. * fc_lport_enter_rft_id() - Register FC4-types with the name server
  1089. * @lport: Fibre Channel local port to register
  1090. *
  1091. * Locking Note: The lport lock is expected to be held before calling
  1092. * this routine.
  1093. */
  1094. static void fc_lport_enter_rft_id(struct fc_lport *lport)
  1095. {
  1096. struct fc_frame *fp;
  1097. struct fc_ns_fts *lps;
  1098. int i;
  1099. FC_LPORT_DBG(lport, "Entered RFT_ID state from %s state\n",
  1100. fc_lport_state(lport));
  1101. fc_lport_state_enter(lport, LPORT_ST_RFT_ID);
  1102. lps = &lport->fcts;
  1103. i = sizeof(lps->ff_type_map) / sizeof(lps->ff_type_map[0]);
  1104. while (--i >= 0)
  1105. if (ntohl(lps->ff_type_map[i]) != 0)
  1106. break;
  1107. if (i < 0) {
  1108. /* nothing to register, move on to SCR */
  1109. fc_lport_enter_scr(lport);
  1110. return;
  1111. }
  1112. fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) +
  1113. sizeof(struct fc_ns_rft));
  1114. if (!fp) {
  1115. fc_lport_error(lport, fp);
  1116. return;
  1117. }
  1118. if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RFT_ID,
  1119. fc_lport_rft_id_resp,
  1120. lport, lport->e_d_tov))
  1121. fc_lport_error(lport, fp);
  1122. }
  1123. /**
  1124. * fc_rport_enter_rsnn_nn() - Register symbolic node name with the name server
  1125. * @lport: Fibre Channel local port to register
  1126. *
  1127. * Locking Note: The lport lock is expected to be held before calling
  1128. * this routine.
  1129. */
  1130. static void fc_lport_enter_rsnn_nn(struct fc_lport *lport)
  1131. {
  1132. struct fc_frame *fp;
  1133. size_t len;
  1134. FC_LPORT_DBG(lport, "Entered RSNN_NN state from %s state\n",
  1135. fc_lport_state(lport));
  1136. fc_lport_state_enter(lport, LPORT_ST_RSNN_NN);
  1137. len = strnlen(fc_host_symbolic_name(lport->host), 255);
  1138. fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) +
  1139. sizeof(struct fc_ns_rsnn) + len);
  1140. if (!fp) {
  1141. fc_lport_error(lport, fp);
  1142. return;
  1143. }
  1144. if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RSNN_NN,
  1145. fc_lport_rsnn_nn_resp,
  1146. lport, lport->e_d_tov))
  1147. fc_lport_error(lport, fp);
  1148. }
  1149. /**
  1150. * fc_rport_enter_rnn_id() - Register node name with the name server
  1151. * @lport: Fibre Channel local port to register
  1152. *
  1153. * Locking Note: The lport lock is expected to be held before calling
  1154. * this routine.
  1155. */
  1156. static void fc_lport_enter_rnn_id(struct fc_lport *lport)
  1157. {
  1158. struct fc_frame *fp;
  1159. FC_LPORT_DBG(lport, "Entered RNN_ID state from %s state\n",
  1160. fc_lport_state(lport));
  1161. fc_lport_state_enter(lport, LPORT_ST_RNN_ID);
  1162. fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) +
  1163. sizeof(struct fc_ns_rn_id));
  1164. if (!fp) {
  1165. fc_lport_error(lport, fp);
  1166. return;
  1167. }
  1168. if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RNN_ID,
  1169. fc_lport_rnn_id_resp,
  1170. lport, lport->e_d_tov))
  1171. fc_lport_error(lport, fp);
  1172. }
  1173. static struct fc_rport_operations fc_lport_rport_ops = {
  1174. .event_callback = fc_lport_rport_callback,
  1175. };
  1176. /**
  1177. * fc_rport_enter_dns() - Create a rport to the name server
  1178. * @lport: Fibre Channel local port requesting a rport for the name server
  1179. *
  1180. * Locking Note: The lport lock is expected to be held before calling
  1181. * this routine.
  1182. */
  1183. static void fc_lport_enter_dns(struct fc_lport *lport)
  1184. {
  1185. struct fc_rport_priv *rdata;
  1186. FC_LPORT_DBG(lport, "Entered DNS state from %s state\n",
  1187. fc_lport_state(lport));
  1188. fc_lport_state_enter(lport, LPORT_ST_DNS);
  1189. mutex_lock(&lport->disc.disc_mutex);
  1190. rdata = lport->tt.rport_create(lport, FC_FID_DIR_SERV);
  1191. mutex_unlock(&lport->disc.disc_mutex);
  1192. if (!rdata)
  1193. goto err;
  1194. rdata->ops = &fc_lport_rport_ops;
  1195. lport->tt.rport_login(rdata);
  1196. return;
  1197. err:
  1198. fc_lport_error(lport, NULL);
  1199. }
  1200. /**
  1201. * fc_lport_timeout() - Handler for the retry_work timer.
  1202. * @work: The work struct of the fc_lport
  1203. */
  1204. static void fc_lport_timeout(struct work_struct *work)
  1205. {
  1206. struct fc_lport *lport =
  1207. container_of(work, struct fc_lport,
  1208. retry_work.work);
  1209. mutex_lock(&lport->lp_mutex);
  1210. switch (lport->state) {
  1211. case LPORT_ST_DISABLED:
  1212. WARN_ON(1);
  1213. break;
  1214. case LPORT_ST_READY:
  1215. WARN_ON(1);
  1216. break;
  1217. case LPORT_ST_RESET:
  1218. break;
  1219. case LPORT_ST_FLOGI:
  1220. fc_lport_enter_flogi(lport);
  1221. break;
  1222. case LPORT_ST_DNS:
  1223. fc_lport_enter_dns(lport);
  1224. break;
  1225. case LPORT_ST_RNN_ID:
  1226. fc_lport_enter_rnn_id(lport);
  1227. break;
  1228. case LPORT_ST_RSNN_NN:
  1229. fc_lport_enter_rsnn_nn(lport);
  1230. break;
  1231. case LPORT_ST_RFT_ID:
  1232. fc_lport_enter_rft_id(lport);
  1233. break;
  1234. case LPORT_ST_SCR:
  1235. fc_lport_enter_scr(lport);
  1236. break;
  1237. case LPORT_ST_LOGO:
  1238. fc_lport_enter_logo(lport);
  1239. break;
  1240. }
  1241. mutex_unlock(&lport->lp_mutex);
  1242. }
  1243. /**
  1244. * fc_lport_logo_resp() - Handle response to LOGO request
  1245. * @sp: current sequence in LOGO exchange
  1246. * @fp: response frame
  1247. * @lp_arg: Fibre Channel lport port instance that sent the LOGO request
  1248. *
  1249. * Locking Note: This function will be called without the lport lock
  1250. * held, but it will lock, call an _enter_* function or fc_lport_error
  1251. * and then unlock the lport.
  1252. */
  1253. void fc_lport_logo_resp(struct fc_seq *sp, struct fc_frame *fp,
  1254. void *lp_arg)
  1255. {
  1256. struct fc_lport *lport = lp_arg;
  1257. u8 op;
  1258. FC_LPORT_DBG(lport, "Received a LOGO %s\n", fc_els_resp_type(fp));
  1259. if (fp == ERR_PTR(-FC_EX_CLOSED))
  1260. return;
  1261. mutex_lock(&lport->lp_mutex);
  1262. if (lport->state != LPORT_ST_LOGO) {
  1263. FC_LPORT_DBG(lport, "Received a LOGO response, but in state "
  1264. "%s\n", fc_lport_state(lport));
  1265. if (IS_ERR(fp))
  1266. goto err;
  1267. goto out;
  1268. }
  1269. if (IS_ERR(fp)) {
  1270. fc_lport_error(lport, fp);
  1271. goto err;
  1272. }
  1273. op = fc_frame_payload_op(fp);
  1274. if (op == ELS_LS_ACC)
  1275. fc_lport_enter_disabled(lport);
  1276. else
  1277. fc_lport_error(lport, fp);
  1278. out:
  1279. fc_frame_free(fp);
  1280. err:
  1281. mutex_unlock(&lport->lp_mutex);
  1282. }
  1283. EXPORT_SYMBOL(fc_lport_logo_resp);
  1284. /**
  1285. * fc_rport_enter_logo() - Logout of the fabric
  1286. * @lport: Fibre Channel local port to be logged out
  1287. *
  1288. * Locking Note: The lport lock is expected to be held before calling
  1289. * this routine.
  1290. */
  1291. static void fc_lport_enter_logo(struct fc_lport *lport)
  1292. {
  1293. struct fc_frame *fp;
  1294. struct fc_els_logo *logo;
  1295. FC_LPORT_DBG(lport, "Entered LOGO state from %s state\n",
  1296. fc_lport_state(lport));
  1297. fc_lport_state_enter(lport, LPORT_ST_LOGO);
  1298. fc_vports_linkchange(lport);
  1299. fp = fc_frame_alloc(lport, sizeof(*logo));
  1300. if (!fp) {
  1301. fc_lport_error(lport, fp);
  1302. return;
  1303. }
  1304. if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp, ELS_LOGO,
  1305. fc_lport_logo_resp, lport, lport->e_d_tov))
  1306. fc_lport_error(lport, NULL);
  1307. }
  1308. /**
  1309. * fc_lport_flogi_resp() - Handle response to FLOGI request
  1310. * @sp: current sequence in FLOGI exchange
  1311. * @fp: response frame
  1312. * @lp_arg: Fibre Channel lport port instance that sent the FLOGI request
  1313. *
  1314. * Locking Note: This function will be called without the lport lock
  1315. * held, but it will lock, call an _enter_* function or fc_lport_error
  1316. * and then unlock the lport.
  1317. */
  1318. void fc_lport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp,
  1319. void *lp_arg)
  1320. {
  1321. struct fc_lport *lport = lp_arg;
  1322. struct fc_frame_header *fh;
  1323. struct fc_els_flogi *flp;
  1324. u32 did;
  1325. u16 csp_flags;
  1326. unsigned int r_a_tov;
  1327. unsigned int e_d_tov;
  1328. u16 mfs;
  1329. FC_LPORT_DBG(lport, "Received a FLOGI %s\n", fc_els_resp_type(fp));
  1330. if (fp == ERR_PTR(-FC_EX_CLOSED))
  1331. return;
  1332. mutex_lock(&lport->lp_mutex);
  1333. if (lport->state != LPORT_ST_FLOGI) {
  1334. FC_LPORT_DBG(lport, "Received a FLOGI response, but in state "
  1335. "%s\n", fc_lport_state(lport));
  1336. if (IS_ERR(fp))
  1337. goto err;
  1338. goto out;
  1339. }
  1340. if (IS_ERR(fp)) {
  1341. fc_lport_error(lport, fp);
  1342. goto err;
  1343. }
  1344. fh = fc_frame_header_get(fp);
  1345. did = ntoh24(fh->fh_d_id);
  1346. if (fc_frame_payload_op(fp) == ELS_LS_ACC && did != 0) {
  1347. printk(KERN_INFO "libfc: Assigned FID (%6x) in FLOGI response\n",
  1348. did);
  1349. fc_host_port_id(lport->host) = did;
  1350. flp = fc_frame_payload_get(fp, sizeof(*flp));
  1351. if (flp) {
  1352. mfs = ntohs(flp->fl_csp.sp_bb_data) &
  1353. FC_SP_BB_DATA_MASK;
  1354. if (mfs >= FC_SP_MIN_MAX_PAYLOAD &&
  1355. mfs < lport->mfs)
  1356. lport->mfs = mfs;
  1357. csp_flags = ntohs(flp->fl_csp.sp_features);
  1358. r_a_tov = ntohl(flp->fl_csp.sp_r_a_tov);
  1359. e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov);
  1360. if (csp_flags & FC_SP_FT_EDTR)
  1361. e_d_tov /= 1000000;
  1362. lport->npiv_enabled = !!(csp_flags & FC_SP_FT_NPIV_ACC);
  1363. if ((csp_flags & FC_SP_FT_FPORT) == 0) {
  1364. if (e_d_tov > lport->e_d_tov)
  1365. lport->e_d_tov = e_d_tov;
  1366. lport->r_a_tov = 2 * e_d_tov;
  1367. printk(KERN_INFO "libfc: Port (%6x) entered "
  1368. "point to point mode\n", did);
  1369. fc_lport_ptp_setup(lport, ntoh24(fh->fh_s_id),
  1370. get_unaligned_be64(
  1371. &flp->fl_wwpn),
  1372. get_unaligned_be64(
  1373. &flp->fl_wwnn));
  1374. } else {
  1375. lport->e_d_tov = e_d_tov;
  1376. lport->r_a_tov = r_a_tov;
  1377. fc_host_fabric_name(lport->host) =
  1378. get_unaligned_be64(&flp->fl_wwnn);
  1379. fc_lport_enter_dns(lport);
  1380. }
  1381. }
  1382. } else {
  1383. FC_LPORT_DBG(lport, "Bad FLOGI response\n");
  1384. }
  1385. out:
  1386. fc_frame_free(fp);
  1387. err:
  1388. mutex_unlock(&lport->lp_mutex);
  1389. }
  1390. EXPORT_SYMBOL(fc_lport_flogi_resp);
  1391. /**
  1392. * fc_rport_enter_flogi() - Send a FLOGI request to the fabric manager
  1393. * @lport: Fibre Channel local port to be logged in to the fabric
  1394. *
  1395. * Locking Note: The lport lock is expected to be held before calling
  1396. * this routine.
  1397. */
  1398. void fc_lport_enter_flogi(struct fc_lport *lport)
  1399. {
  1400. struct fc_frame *fp;
  1401. FC_LPORT_DBG(lport, "Entered FLOGI state from %s state\n",
  1402. fc_lport_state(lport));
  1403. fc_lport_state_enter(lport, LPORT_ST_FLOGI);
  1404. fp = fc_frame_alloc(lport, sizeof(struct fc_els_flogi));
  1405. if (!fp)
  1406. return fc_lport_error(lport, fp);
  1407. if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp,
  1408. lport->vport ? ELS_FDISC : ELS_FLOGI,
  1409. fc_lport_flogi_resp, lport, lport->e_d_tov))
  1410. fc_lport_error(lport, NULL);
  1411. }
  1412. /* Configure a fc_lport */
  1413. int fc_lport_config(struct fc_lport *lport)
  1414. {
  1415. INIT_DELAYED_WORK(&lport->retry_work, fc_lport_timeout);
  1416. mutex_init(&lport->lp_mutex);
  1417. fc_lport_state_enter(lport, LPORT_ST_DISABLED);
  1418. fc_lport_add_fc4_type(lport, FC_TYPE_FCP);
  1419. fc_lport_add_fc4_type(lport, FC_TYPE_CT);
  1420. return 0;
  1421. }
  1422. EXPORT_SYMBOL(fc_lport_config);
  1423. int fc_lport_init(struct fc_lport *lport)
  1424. {
  1425. if (!lport->tt.lport_recv)
  1426. lport->tt.lport_recv = fc_lport_recv_req;
  1427. if (!lport->tt.lport_reset)
  1428. lport->tt.lport_reset = fc_lport_reset;
  1429. fc_host_port_type(lport->host) = FC_PORTTYPE_NPORT;
  1430. fc_host_node_name(lport->host) = lport->wwnn;
  1431. fc_host_port_name(lport->host) = lport->wwpn;
  1432. fc_host_supported_classes(lport->host) = FC_COS_CLASS3;
  1433. memset(fc_host_supported_fc4s(lport->host), 0,
  1434. sizeof(fc_host_supported_fc4s(lport->host)));
  1435. fc_host_supported_fc4s(lport->host)[2] = 1;
  1436. fc_host_supported_fc4s(lport->host)[7] = 1;
  1437. /* This value is also unchanging */
  1438. memset(fc_host_active_fc4s(lport->host), 0,
  1439. sizeof(fc_host_active_fc4s(lport->host)));
  1440. fc_host_active_fc4s(lport->host)[2] = 1;
  1441. fc_host_active_fc4s(lport->host)[7] = 1;
  1442. fc_host_maxframe_size(lport->host) = lport->mfs;
  1443. fc_host_supported_speeds(lport->host) = 0;
  1444. if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT)
  1445. fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT;
  1446. if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT)
  1447. fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT;
  1448. return 0;
  1449. }
  1450. EXPORT_SYMBOL(fc_lport_init);