ipath_mad.c 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601
  1. /*
  2. * Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved.
  3. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved.
  4. *
  5. * This software is available to you under a choice of one of two
  6. * licenses. You may choose to be licensed under the terms of the GNU
  7. * General Public License (GPL) Version 2, available from the file
  8. * COPYING in the main directory of this source tree, or the
  9. * OpenIB.org BSD license below:
  10. *
  11. * Redistribution and use in source and binary forms, with or
  12. * without modification, are permitted provided that the following
  13. * conditions are met:
  14. *
  15. * - Redistributions of source code must retain the above
  16. * copyright notice, this list of conditions and the following
  17. * disclaimer.
  18. *
  19. * - Redistributions in binary form must reproduce the above
  20. * copyright notice, this list of conditions and the following
  21. * disclaimer in the documentation and/or other materials
  22. * provided with the distribution.
  23. *
  24. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  25. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  26. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  27. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  28. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  29. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  30. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  31. * SOFTWARE.
  32. */
  33. #include <rdma/ib_smi.h>
  34. #include "ipath_kernel.h"
  35. #include "ipath_verbs.h"
  36. #include "ipath_common.h"
  37. #define IB_SMP_UNSUP_VERSION __constant_htons(0x0004)
  38. #define IB_SMP_UNSUP_METHOD __constant_htons(0x0008)
  39. #define IB_SMP_UNSUP_METH_ATTR __constant_htons(0x000C)
  40. #define IB_SMP_INVALID_FIELD __constant_htons(0x001C)
  41. static int reply(struct ib_smp *smp)
  42. {
  43. /*
  44. * The verbs framework will handle the directed/LID route
  45. * packet changes.
  46. */
  47. smp->method = IB_MGMT_METHOD_GET_RESP;
  48. if (smp->mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE)
  49. smp->status |= IB_SMP_DIRECTION;
  50. return IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_REPLY;
  51. }
  52. static int recv_subn_get_nodedescription(struct ib_smp *smp,
  53. struct ib_device *ibdev)
  54. {
  55. if (smp->attr_mod)
  56. smp->status |= IB_SMP_INVALID_FIELD;
  57. strncpy(smp->data, ibdev->node_desc, sizeof(smp->data));
  58. return reply(smp);
  59. }
  60. struct nodeinfo {
  61. u8 base_version;
  62. u8 class_version;
  63. u8 node_type;
  64. u8 num_ports;
  65. __be64 sys_guid;
  66. __be64 node_guid;
  67. __be64 port_guid;
  68. __be16 partition_cap;
  69. __be16 device_id;
  70. __be32 revision;
  71. u8 local_port_num;
  72. u8 vendor_id[3];
  73. } __attribute__ ((packed));
  74. static int recv_subn_get_nodeinfo(struct ib_smp *smp,
  75. struct ib_device *ibdev, u8 port)
  76. {
  77. struct nodeinfo *nip = (struct nodeinfo *)&smp->data;
  78. struct ipath_devdata *dd = to_idev(ibdev)->dd;
  79. u32 vendor, majrev, minrev;
  80. /* GUID 0 is illegal */
  81. if (smp->attr_mod || (dd->ipath_guid == 0))
  82. smp->status |= IB_SMP_INVALID_FIELD;
  83. nip->base_version = 1;
  84. nip->class_version = 1;
  85. nip->node_type = 1; /* channel adapter */
  86. /*
  87. * XXX The num_ports value will need a layer function to get
  88. * the value if we ever have more than one IB port on a chip.
  89. * We will also need to get the GUID for the port.
  90. */
  91. nip->num_ports = ibdev->phys_port_cnt;
  92. /* This is already in network order */
  93. nip->sys_guid = to_idev(ibdev)->sys_image_guid;
  94. nip->node_guid = dd->ipath_guid;
  95. nip->port_guid = dd->ipath_guid;
  96. nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
  97. nip->device_id = cpu_to_be16(dd->ipath_deviceid);
  98. majrev = dd->ipath_majrev;
  99. minrev = dd->ipath_minrev;
  100. nip->revision = cpu_to_be32((majrev << 16) | minrev);
  101. nip->local_port_num = port;
  102. vendor = dd->ipath_vendorid;
  103. nip->vendor_id[0] = 0;
  104. nip->vendor_id[1] = vendor >> 8;
  105. nip->vendor_id[2] = vendor;
  106. return reply(smp);
  107. }
  108. static int recv_subn_get_guidinfo(struct ib_smp *smp,
  109. struct ib_device *ibdev)
  110. {
  111. u32 startgx = 8 * be32_to_cpu(smp->attr_mod);
  112. __be64 *p = (__be64 *) smp->data;
  113. /* 32 blocks of 8 64-bit GUIDs per block */
  114. memset(smp->data, 0, sizeof(smp->data));
  115. /*
  116. * We only support one GUID for now. If this changes, the
  117. * portinfo.guid_cap field needs to be updated too.
  118. */
  119. if (startgx == 0) {
  120. __be64 g = to_idev(ibdev)->dd->ipath_guid;
  121. if (g == 0)
  122. /* GUID 0 is illegal */
  123. smp->status |= IB_SMP_INVALID_FIELD;
  124. else
  125. /* The first is a copy of the read-only HW GUID. */
  126. *p = g;
  127. } else
  128. smp->status |= IB_SMP_INVALID_FIELD;
  129. return reply(smp);
  130. }
  131. static int get_overrunthreshold(struct ipath_devdata *dd)
  132. {
  133. return (dd->ipath_ibcctrl >>
  134. INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT) &
  135. INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK;
  136. }
  137. /**
  138. * set_overrunthreshold - set the overrun threshold
  139. * @dd: the infinipath device
  140. * @n: the new threshold
  141. *
  142. * Note that this will only take effect when the link state changes.
  143. */
  144. static int set_overrunthreshold(struct ipath_devdata *dd, unsigned n)
  145. {
  146. unsigned v;
  147. v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT) &
  148. INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK;
  149. if (v != n) {
  150. dd->ipath_ibcctrl &=
  151. ~(INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK <<
  152. INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT);
  153. dd->ipath_ibcctrl |=
  154. (u64) n << INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT;
  155. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  156. dd->ipath_ibcctrl);
  157. }
  158. return 0;
  159. }
  160. static int get_phyerrthreshold(struct ipath_devdata *dd)
  161. {
  162. return (dd->ipath_ibcctrl >>
  163. INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) &
  164. INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK;
  165. }
  166. /**
  167. * set_phyerrthreshold - set the physical error threshold
  168. * @dd: the infinipath device
  169. * @n: the new threshold
  170. *
  171. * Note that this will only take effect when the link state changes.
  172. */
  173. static int set_phyerrthreshold(struct ipath_devdata *dd, unsigned n)
  174. {
  175. unsigned v;
  176. v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) &
  177. INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK;
  178. if (v != n) {
  179. dd->ipath_ibcctrl &=
  180. ~(INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK <<
  181. INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT);
  182. dd->ipath_ibcctrl |=
  183. (u64) n << INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT;
  184. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  185. dd->ipath_ibcctrl);
  186. }
  187. return 0;
  188. }
  189. /**
  190. * get_linkdowndefaultstate - get the default linkdown state
  191. * @dd: the infinipath device
  192. *
  193. * Returns zero if the default is POLL, 1 if the default is SLEEP.
  194. */
  195. static int get_linkdowndefaultstate(struct ipath_devdata *dd)
  196. {
  197. return !!(dd->ipath_ibcctrl & INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE);
  198. }
  199. static int recv_subn_get_portinfo(struct ib_smp *smp,
  200. struct ib_device *ibdev, u8 port)
  201. {
  202. struct ipath_ibdev *dev;
  203. struct ib_port_info *pip = (struct ib_port_info *)smp->data;
  204. u16 lid;
  205. u8 ibcstat;
  206. u8 mtu;
  207. int ret;
  208. if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt) {
  209. smp->status |= IB_SMP_INVALID_FIELD;
  210. ret = reply(smp);
  211. goto bail;
  212. }
  213. dev = to_idev(ibdev);
  214. /* Clear all fields. Only set the non-zero fields. */
  215. memset(smp->data, 0, sizeof(smp->data));
  216. /* Only return the mkey if the protection field allows it. */
  217. if (smp->method == IB_MGMT_METHOD_SET || dev->mkey == smp->mkey ||
  218. dev->mkeyprot == 0)
  219. pip->mkey = dev->mkey;
  220. pip->gid_prefix = dev->gid_prefix;
  221. lid = dev->dd->ipath_lid;
  222. pip->lid = lid ? cpu_to_be16(lid) : IB_LID_PERMISSIVE;
  223. pip->sm_lid = cpu_to_be16(dev->sm_lid);
  224. pip->cap_mask = cpu_to_be32(dev->port_cap_flags);
  225. /* pip->diag_code; */
  226. pip->mkey_lease_period = cpu_to_be16(dev->mkey_lease_period);
  227. pip->local_port_num = port;
  228. pip->link_width_enabled = dev->link_width_enabled;
  229. pip->link_width_supported = 3; /* 1x or 4x */
  230. pip->link_width_active = 2; /* 4x */
  231. pip->linkspeed_portstate = 0x10; /* 2.5Gbps */
  232. ibcstat = dev->dd->ipath_lastibcstat;
  233. pip->linkspeed_portstate |= ((ibcstat >> 4) & 0x3) + 1;
  234. pip->portphysstate_linkdown =
  235. (ipath_cvt_physportstate[ibcstat & 0xf] << 4) |
  236. (get_linkdowndefaultstate(dev->dd) ? 1 : 2);
  237. pip->mkeyprot_resv_lmc = (dev->mkeyprot << 6) | dev->dd->ipath_lmc;
  238. pip->linkspeedactive_enabled = 0x11; /* 2.5Gbps, 2.5Gbps */
  239. switch (dev->dd->ipath_ibmtu) {
  240. case 4096:
  241. mtu = IB_MTU_4096;
  242. break;
  243. case 2048:
  244. mtu = IB_MTU_2048;
  245. break;
  246. case 1024:
  247. mtu = IB_MTU_1024;
  248. break;
  249. case 512:
  250. mtu = IB_MTU_512;
  251. break;
  252. case 256:
  253. mtu = IB_MTU_256;
  254. break;
  255. default: /* oops, something is wrong */
  256. mtu = IB_MTU_2048;
  257. break;
  258. }
  259. pip->neighbormtu_mastersmsl = (mtu << 4) | dev->sm_sl;
  260. pip->vlcap_inittype = 0x10; /* VLCap = VL0, InitType = 0 */
  261. pip->vl_high_limit = dev->vl_high_limit;
  262. /* pip->vl_arb_high_cap; // only one VL */
  263. /* pip->vl_arb_low_cap; // only one VL */
  264. /* InitTypeReply = 0 */
  265. /*
  266. * Note: the chips support a maximum MTU of 4096, but the driver
  267. * hasn't implemented this feature yet, so set the maximum value
  268. * to 2048.
  269. */
  270. pip->inittypereply_mtucap = IB_MTU_2048;
  271. // HCAs ignore VLStallCount and HOQLife
  272. /* pip->vlstallcnt_hoqlife; */
  273. pip->operationalvl_pei_peo_fpi_fpo = 0x10; /* OVLs = 1 */
  274. pip->mkey_violations = cpu_to_be16(dev->mkey_violations);
  275. /* P_KeyViolations are counted by hardware. */
  276. pip->pkey_violations =
  277. cpu_to_be16((ipath_get_cr_errpkey(dev->dd) -
  278. dev->z_pkey_violations) & 0xFFFF);
  279. pip->qkey_violations = cpu_to_be16(dev->qkey_violations);
  280. /* Only the hardware GUID is supported for now */
  281. pip->guid_cap = 1;
  282. pip->clientrereg_resv_subnetto = dev->subnet_timeout;
  283. /* 32.768 usec. response time (guessing) */
  284. pip->resv_resptimevalue = 3;
  285. pip->localphyerrors_overrunerrors =
  286. (get_phyerrthreshold(dev->dd) << 4) |
  287. get_overrunthreshold(dev->dd);
  288. /* pip->max_credit_hint; */
  289. /* pip->link_roundtrip_latency[3]; */
  290. ret = reply(smp);
  291. bail:
  292. return ret;
  293. }
  294. /**
  295. * get_pkeys - return the PKEY table for port 0
  296. * @dd: the infinipath device
  297. * @pkeys: the pkey table is placed here
  298. */
  299. static int get_pkeys(struct ipath_devdata *dd, u16 * pkeys)
  300. {
  301. struct ipath_portdata *pd = dd->ipath_pd[0];
  302. memcpy(pkeys, pd->port_pkeys, sizeof(pd->port_pkeys));
  303. return 0;
  304. }
  305. static int recv_subn_get_pkeytable(struct ib_smp *smp,
  306. struct ib_device *ibdev)
  307. {
  308. u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff);
  309. u16 *p = (u16 *) smp->data;
  310. __be16 *q = (__be16 *) smp->data;
  311. /* 64 blocks of 32 16-bit P_Key entries */
  312. memset(smp->data, 0, sizeof(smp->data));
  313. if (startpx == 0) {
  314. struct ipath_ibdev *dev = to_idev(ibdev);
  315. unsigned i, n = ipath_get_npkeys(dev->dd);
  316. get_pkeys(dev->dd, p);
  317. for (i = 0; i < n; i++)
  318. q[i] = cpu_to_be16(p[i]);
  319. } else
  320. smp->status |= IB_SMP_INVALID_FIELD;
  321. return reply(smp);
  322. }
  323. static int recv_subn_set_guidinfo(struct ib_smp *smp,
  324. struct ib_device *ibdev)
  325. {
  326. /* The only GUID we support is the first read-only entry. */
  327. return recv_subn_get_guidinfo(smp, ibdev);
  328. }
  329. /**
  330. * set_linkdowndefaultstate - set the default linkdown state
  331. * @dd: the infinipath device
  332. * @sleep: the new state
  333. *
  334. * Note that this will only take effect when the link state changes.
  335. */
  336. static int set_linkdowndefaultstate(struct ipath_devdata *dd, int sleep)
  337. {
  338. if (sleep)
  339. dd->ipath_ibcctrl |= INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE;
  340. else
  341. dd->ipath_ibcctrl &= ~INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE;
  342. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  343. dd->ipath_ibcctrl);
  344. return 0;
  345. }
  346. /**
  347. * recv_subn_set_portinfo - set port information
  348. * @smp: the incoming SM packet
  349. * @ibdev: the infiniband device
  350. * @port: the port on the device
  351. *
  352. * Set Portinfo (see ch. 14.2.5.6).
  353. */
  354. static int recv_subn_set_portinfo(struct ib_smp *smp,
  355. struct ib_device *ibdev, u8 port)
  356. {
  357. struct ib_port_info *pip = (struct ib_port_info *)smp->data;
  358. struct ib_event event;
  359. struct ipath_ibdev *dev;
  360. struct ipath_devdata *dd;
  361. char clientrereg = 0;
  362. u16 lid, smlid;
  363. u8 lwe;
  364. u8 lse;
  365. u8 state;
  366. u16 lstate;
  367. u32 mtu;
  368. int ret, ore;
  369. if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt)
  370. goto err;
  371. dev = to_idev(ibdev);
  372. dd = dev->dd;
  373. event.device = ibdev;
  374. event.element.port_num = port;
  375. dev->mkey = pip->mkey;
  376. dev->gid_prefix = pip->gid_prefix;
  377. dev->mkey_lease_period = be16_to_cpu(pip->mkey_lease_period);
  378. lid = be16_to_cpu(pip->lid);
  379. if (dd->ipath_lid != lid ||
  380. dd->ipath_lmc != (pip->mkeyprot_resv_lmc & 7)) {
  381. /* Must be a valid unicast LID address. */
  382. if (lid == 0 || lid >= IPATH_MULTICAST_LID_BASE)
  383. goto err;
  384. ipath_set_lid(dd, lid, pip->mkeyprot_resv_lmc & 7);
  385. event.event = IB_EVENT_LID_CHANGE;
  386. ib_dispatch_event(&event);
  387. }
  388. smlid = be16_to_cpu(pip->sm_lid);
  389. if (smlid != dev->sm_lid) {
  390. /* Must be a valid unicast LID address. */
  391. if (smlid == 0 || smlid >= IPATH_MULTICAST_LID_BASE)
  392. goto err;
  393. dev->sm_lid = smlid;
  394. event.event = IB_EVENT_SM_CHANGE;
  395. ib_dispatch_event(&event);
  396. }
  397. /* Only 4x supported but allow 1x or 4x to be set (see 14.2.6.6). */
  398. lwe = pip->link_width_enabled;
  399. if ((lwe >= 4 && lwe <= 8) || (lwe >= 0xC && lwe <= 0xFE))
  400. goto err;
  401. if (lwe == 0xFF)
  402. dev->link_width_enabled = 3; /* 1x or 4x */
  403. else if (lwe)
  404. dev->link_width_enabled = lwe;
  405. /* Only 2.5 Gbs supported. */
  406. lse = pip->linkspeedactive_enabled & 0xF;
  407. if (lse >= 2 && lse <= 0xE)
  408. goto err;
  409. /* Set link down default state. */
  410. switch (pip->portphysstate_linkdown & 0xF) {
  411. case 0: /* NOP */
  412. break;
  413. case 1: /* SLEEP */
  414. if (set_linkdowndefaultstate(dd, 1))
  415. goto err;
  416. break;
  417. case 2: /* POLL */
  418. if (set_linkdowndefaultstate(dd, 0))
  419. goto err;
  420. break;
  421. default:
  422. goto err;
  423. }
  424. dev->mkeyprot = pip->mkeyprot_resv_lmc >> 6;
  425. dev->vl_high_limit = pip->vl_high_limit;
  426. switch ((pip->neighbormtu_mastersmsl >> 4) & 0xF) {
  427. case IB_MTU_256:
  428. mtu = 256;
  429. break;
  430. case IB_MTU_512:
  431. mtu = 512;
  432. break;
  433. case IB_MTU_1024:
  434. mtu = 1024;
  435. break;
  436. case IB_MTU_2048:
  437. mtu = 2048;
  438. break;
  439. case IB_MTU_4096:
  440. mtu = 4096;
  441. break;
  442. default:
  443. /* XXX We have already partially updated our state! */
  444. goto err;
  445. }
  446. ipath_set_mtu(dd, mtu);
  447. dev->sm_sl = pip->neighbormtu_mastersmsl & 0xF;
  448. /* We only support VL0 */
  449. if (((pip->operationalvl_pei_peo_fpi_fpo >> 4) & 0xF) > 1)
  450. goto err;
  451. if (pip->mkey_violations == 0)
  452. dev->mkey_violations = 0;
  453. /*
  454. * Hardware counter can't be reset so snapshot and subtract
  455. * later.
  456. */
  457. if (pip->pkey_violations == 0)
  458. dev->z_pkey_violations = ipath_get_cr_errpkey(dd);
  459. if (pip->qkey_violations == 0)
  460. dev->qkey_violations = 0;
  461. ore = pip->localphyerrors_overrunerrors;
  462. if (set_phyerrthreshold(dd, (ore >> 4) & 0xF))
  463. goto err;
  464. if (set_overrunthreshold(dd, (ore & 0xF)))
  465. goto err;
  466. dev->subnet_timeout = pip->clientrereg_resv_subnetto & 0x1F;
  467. if (pip->clientrereg_resv_subnetto & 0x80) {
  468. clientrereg = 1;
  469. event.event = IB_EVENT_CLIENT_REREGISTER;
  470. ib_dispatch_event(&event);
  471. }
  472. /*
  473. * Do the port state change now that the other link parameters
  474. * have been set.
  475. * Changing the port physical state only makes sense if the link
  476. * is down or is being set to down.
  477. */
  478. state = pip->linkspeed_portstate & 0xF;
  479. lstate = (pip->portphysstate_linkdown >> 4) & 0xF;
  480. if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP))
  481. goto err;
  482. /*
  483. * Only state changes of DOWN, ARM, and ACTIVE are valid
  484. * and must be in the correct state to take effect (see 7.2.6).
  485. */
  486. switch (state) {
  487. case IB_PORT_NOP:
  488. if (lstate == 0)
  489. break;
  490. /* FALLTHROUGH */
  491. case IB_PORT_DOWN:
  492. if (lstate == 0)
  493. if (get_linkdowndefaultstate(dd))
  494. lstate = IPATH_IB_LINKDOWN_SLEEP;
  495. else
  496. lstate = IPATH_IB_LINKDOWN;
  497. else if (lstate == 1)
  498. lstate = IPATH_IB_LINKDOWN_SLEEP;
  499. else if (lstate == 2)
  500. lstate = IPATH_IB_LINKDOWN;
  501. else if (lstate == 3)
  502. lstate = IPATH_IB_LINKDOWN_DISABLE;
  503. else
  504. goto err;
  505. ipath_set_linkstate(dd, lstate);
  506. break;
  507. case IB_PORT_ARMED:
  508. ipath_set_linkstate(dd, IPATH_IB_LINKARM);
  509. break;
  510. case IB_PORT_ACTIVE:
  511. ipath_set_linkstate(dd, IPATH_IB_LINKACTIVE);
  512. break;
  513. default:
  514. /* XXX We have already partially updated our state! */
  515. goto err;
  516. }
  517. ret = recv_subn_get_portinfo(smp, ibdev, port);
  518. if (clientrereg)
  519. pip->clientrereg_resv_subnetto |= 0x80;
  520. goto done;
  521. err:
  522. smp->status |= IB_SMP_INVALID_FIELD;
  523. ret = recv_subn_get_portinfo(smp, ibdev, port);
  524. done:
  525. return ret;
  526. }
  527. /**
  528. * rm_pkey - decrecment the reference count for the given PKEY
  529. * @dd: the infinipath device
  530. * @key: the PKEY index
  531. *
  532. * Return true if this was the last reference and the hardware table entry
  533. * needs to be changed.
  534. */
  535. static int rm_pkey(struct ipath_devdata *dd, u16 key)
  536. {
  537. int i;
  538. int ret;
  539. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  540. if (dd->ipath_pkeys[i] != key)
  541. continue;
  542. if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) {
  543. dd->ipath_pkeys[i] = 0;
  544. ret = 1;
  545. goto bail;
  546. }
  547. break;
  548. }
  549. ret = 0;
  550. bail:
  551. return ret;
  552. }
  553. /**
  554. * add_pkey - add the given PKEY to the hardware table
  555. * @dd: the infinipath device
  556. * @key: the PKEY
  557. *
  558. * Return an error code if unable to add the entry, zero if no change,
  559. * or 1 if the hardware PKEY register needs to be updated.
  560. */
  561. static int add_pkey(struct ipath_devdata *dd, u16 key)
  562. {
  563. int i;
  564. u16 lkey = key & 0x7FFF;
  565. int any = 0;
  566. int ret;
  567. if (lkey == 0x7FFF) {
  568. ret = 0;
  569. goto bail;
  570. }
  571. /* Look for an empty slot or a matching PKEY. */
  572. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  573. if (!dd->ipath_pkeys[i]) {
  574. any++;
  575. continue;
  576. }
  577. /* If it matches exactly, try to increment the ref count */
  578. if (dd->ipath_pkeys[i] == key) {
  579. if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) {
  580. ret = 0;
  581. goto bail;
  582. }
  583. /* Lost the race. Look for an empty slot below. */
  584. atomic_dec(&dd->ipath_pkeyrefs[i]);
  585. any++;
  586. }
  587. /*
  588. * It makes no sense to have both the limited and unlimited
  589. * PKEY set at the same time since the unlimited one will
  590. * disable the limited one.
  591. */
  592. if ((dd->ipath_pkeys[i] & 0x7FFF) == lkey) {
  593. ret = -EEXIST;
  594. goto bail;
  595. }
  596. }
  597. if (!any) {
  598. ret = -EBUSY;
  599. goto bail;
  600. }
  601. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  602. if (!dd->ipath_pkeys[i] &&
  603. atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
  604. /* for ipathstats, etc. */
  605. ipath_stats.sps_pkeys[i] = lkey;
  606. dd->ipath_pkeys[i] = key;
  607. ret = 1;
  608. goto bail;
  609. }
  610. }
  611. ret = -EBUSY;
  612. bail:
  613. return ret;
  614. }
  615. /**
  616. * set_pkeys - set the PKEY table for port 0
  617. * @dd: the infinipath device
  618. * @pkeys: the PKEY table
  619. */
  620. static int set_pkeys(struct ipath_devdata *dd, u16 *pkeys)
  621. {
  622. struct ipath_portdata *pd;
  623. int i;
  624. int changed = 0;
  625. pd = dd->ipath_pd[0];
  626. for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
  627. u16 key = pkeys[i];
  628. u16 okey = pd->port_pkeys[i];
  629. if (key == okey)
  630. continue;
  631. /*
  632. * The value of this PKEY table entry is changing.
  633. * Remove the old entry in the hardware's array of PKEYs.
  634. */
  635. if (okey & 0x7FFF)
  636. changed |= rm_pkey(dd, okey);
  637. if (key & 0x7FFF) {
  638. int ret = add_pkey(dd, key);
  639. if (ret < 0)
  640. key = 0;
  641. else
  642. changed |= ret;
  643. }
  644. pd->port_pkeys[i] = key;
  645. }
  646. if (changed) {
  647. u64 pkey;
  648. pkey = (u64) dd->ipath_pkeys[0] |
  649. ((u64) dd->ipath_pkeys[1] << 16) |
  650. ((u64) dd->ipath_pkeys[2] << 32) |
  651. ((u64) dd->ipath_pkeys[3] << 48);
  652. ipath_cdbg(VERBOSE, "p0 new pkey reg %llx\n",
  653. (unsigned long long) pkey);
  654. ipath_write_kreg(dd, dd->ipath_kregs->kr_partitionkey,
  655. pkey);
  656. }
  657. return 0;
  658. }
  659. static int recv_subn_set_pkeytable(struct ib_smp *smp,
  660. struct ib_device *ibdev)
  661. {
  662. u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff);
  663. __be16 *p = (__be16 *) smp->data;
  664. u16 *q = (u16 *) smp->data;
  665. struct ipath_ibdev *dev = to_idev(ibdev);
  666. unsigned i, n = ipath_get_npkeys(dev->dd);
  667. for (i = 0; i < n; i++)
  668. q[i] = be16_to_cpu(p[i]);
  669. if (startpx != 0 || set_pkeys(dev->dd, q) != 0)
  670. smp->status |= IB_SMP_INVALID_FIELD;
  671. return recv_subn_get_pkeytable(smp, ibdev);
  672. }
  673. #define IB_PMA_CLASS_PORT_INFO __constant_htons(0x0001)
  674. #define IB_PMA_PORT_SAMPLES_CONTROL __constant_htons(0x0010)
  675. #define IB_PMA_PORT_SAMPLES_RESULT __constant_htons(0x0011)
  676. #define IB_PMA_PORT_COUNTERS __constant_htons(0x0012)
  677. #define IB_PMA_PORT_COUNTERS_EXT __constant_htons(0x001D)
  678. #define IB_PMA_PORT_SAMPLES_RESULT_EXT __constant_htons(0x001E)
  679. struct ib_perf {
  680. u8 base_version;
  681. u8 mgmt_class;
  682. u8 class_version;
  683. u8 method;
  684. __be16 status;
  685. __be16 unused;
  686. __be64 tid;
  687. __be16 attr_id;
  688. __be16 resv;
  689. __be32 attr_mod;
  690. u8 reserved[40];
  691. u8 data[192];
  692. } __attribute__ ((packed));
  693. struct ib_pma_classportinfo {
  694. u8 base_version;
  695. u8 class_version;
  696. __be16 cap_mask;
  697. u8 reserved[3];
  698. u8 resp_time_value; /* only lower 5 bits */
  699. union ib_gid redirect_gid;
  700. __be32 redirect_tc_sl_fl; /* 8, 4, 20 bits respectively */
  701. __be16 redirect_lid;
  702. __be16 redirect_pkey;
  703. __be32 redirect_qp; /* only lower 24 bits */
  704. __be32 redirect_qkey;
  705. union ib_gid trap_gid;
  706. __be32 trap_tc_sl_fl; /* 8, 4, 20 bits respectively */
  707. __be16 trap_lid;
  708. __be16 trap_pkey;
  709. __be32 trap_hl_qp; /* 8, 24 bits respectively */
  710. __be32 trap_qkey;
  711. } __attribute__ ((packed));
  712. struct ib_pma_portsamplescontrol {
  713. u8 opcode;
  714. u8 port_select;
  715. u8 tick;
  716. u8 counter_width; /* only lower 3 bits */
  717. __be32 counter_mask0_9; /* 2, 10 * 3, bits */
  718. __be16 counter_mask10_14; /* 1, 5 * 3, bits */
  719. u8 sample_mechanisms;
  720. u8 sample_status; /* only lower 2 bits */
  721. __be64 option_mask;
  722. __be64 vendor_mask;
  723. __be32 sample_start;
  724. __be32 sample_interval;
  725. __be16 tag;
  726. __be16 counter_select[15];
  727. } __attribute__ ((packed));
  728. struct ib_pma_portsamplesresult {
  729. __be16 tag;
  730. __be16 sample_status; /* only lower 2 bits */
  731. __be32 counter[15];
  732. } __attribute__ ((packed));
  733. struct ib_pma_portsamplesresult_ext {
  734. __be16 tag;
  735. __be16 sample_status; /* only lower 2 bits */
  736. __be32 extended_width; /* only upper 2 bits */
  737. __be64 counter[15];
  738. } __attribute__ ((packed));
  739. struct ib_pma_portcounters {
  740. u8 reserved;
  741. u8 port_select;
  742. __be16 counter_select;
  743. __be16 symbol_error_counter;
  744. u8 link_error_recovery_counter;
  745. u8 link_downed_counter;
  746. __be16 port_rcv_errors;
  747. __be16 port_rcv_remphys_errors;
  748. __be16 port_rcv_switch_relay_errors;
  749. __be16 port_xmit_discards;
  750. u8 port_xmit_constraint_errors;
  751. u8 port_rcv_constraint_errors;
  752. u8 reserved1;
  753. u8 lli_ebor_errors; /* 4, 4, bits */
  754. __be16 reserved2;
  755. __be16 vl15_dropped;
  756. __be32 port_xmit_data;
  757. __be32 port_rcv_data;
  758. __be32 port_xmit_packets;
  759. __be32 port_rcv_packets;
  760. } __attribute__ ((packed));
  761. #define IB_PMA_SEL_SYMBOL_ERROR __constant_htons(0x0001)
  762. #define IB_PMA_SEL_LINK_ERROR_RECOVERY __constant_htons(0x0002)
  763. #define IB_PMA_SEL_LINK_DOWNED __constant_htons(0x0004)
  764. #define IB_PMA_SEL_PORT_RCV_ERRORS __constant_htons(0x0008)
  765. #define IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS __constant_htons(0x0010)
  766. #define IB_PMA_SEL_PORT_XMIT_DISCARDS __constant_htons(0x0040)
  767. #define IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS __constant_htons(0x0200)
  768. #define IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS __constant_htons(0x0400)
  769. #define IB_PMA_SEL_PORT_VL15_DROPPED __constant_htons(0x0800)
  770. #define IB_PMA_SEL_PORT_XMIT_DATA __constant_htons(0x1000)
  771. #define IB_PMA_SEL_PORT_RCV_DATA __constant_htons(0x2000)
  772. #define IB_PMA_SEL_PORT_XMIT_PACKETS __constant_htons(0x4000)
  773. #define IB_PMA_SEL_PORT_RCV_PACKETS __constant_htons(0x8000)
  774. struct ib_pma_portcounters_ext {
  775. u8 reserved;
  776. u8 port_select;
  777. __be16 counter_select;
  778. __be32 reserved1;
  779. __be64 port_xmit_data;
  780. __be64 port_rcv_data;
  781. __be64 port_xmit_packets;
  782. __be64 port_rcv_packets;
  783. __be64 port_unicast_xmit_packets;
  784. __be64 port_unicast_rcv_packets;
  785. __be64 port_multicast_xmit_packets;
  786. __be64 port_multicast_rcv_packets;
  787. } __attribute__ ((packed));
  788. #define IB_PMA_SELX_PORT_XMIT_DATA __constant_htons(0x0001)
  789. #define IB_PMA_SELX_PORT_RCV_DATA __constant_htons(0x0002)
  790. #define IB_PMA_SELX_PORT_XMIT_PACKETS __constant_htons(0x0004)
  791. #define IB_PMA_SELX_PORT_RCV_PACKETS __constant_htons(0x0008)
  792. #define IB_PMA_SELX_PORT_UNI_XMIT_PACKETS __constant_htons(0x0010)
  793. #define IB_PMA_SELX_PORT_UNI_RCV_PACKETS __constant_htons(0x0020)
  794. #define IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS __constant_htons(0x0040)
  795. #define IB_PMA_SELX_PORT_MULTI_RCV_PACKETS __constant_htons(0x0080)
  796. static int recv_pma_get_classportinfo(struct ib_perf *pmp)
  797. {
  798. struct ib_pma_classportinfo *p =
  799. (struct ib_pma_classportinfo *)pmp->data;
  800. memset(pmp->data, 0, sizeof(pmp->data));
  801. if (pmp->attr_mod != 0)
  802. pmp->status |= IB_SMP_INVALID_FIELD;
  803. /* Indicate AllPortSelect is valid (only one port anyway) */
  804. p->cap_mask = __constant_cpu_to_be16(1 << 8);
  805. p->base_version = 1;
  806. p->class_version = 1;
  807. /*
  808. * Expected response time is 4.096 usec. * 2^18 == 1.073741824
  809. * sec.
  810. */
  811. p->resp_time_value = 18;
  812. return reply((struct ib_smp *) pmp);
  813. }
  814. /*
  815. * The PortSamplesControl.CounterMasks field is an array of 3 bit fields
  816. * which specify the N'th counter's capabilities. See ch. 16.1.3.2.
  817. * We support 5 counters which only count the mandatory quantities.
  818. */
  819. #define COUNTER_MASK(q, n) (q << ((9 - n) * 3))
  820. #define COUNTER_MASK0_9 \
  821. __constant_cpu_to_be32(COUNTER_MASK(1, 0) | \
  822. COUNTER_MASK(1, 1) | \
  823. COUNTER_MASK(1, 2) | \
  824. COUNTER_MASK(1, 3) | \
  825. COUNTER_MASK(1, 4))
  826. static int recv_pma_get_portsamplescontrol(struct ib_perf *pmp,
  827. struct ib_device *ibdev, u8 port)
  828. {
  829. struct ib_pma_portsamplescontrol *p =
  830. (struct ib_pma_portsamplescontrol *)pmp->data;
  831. struct ipath_ibdev *dev = to_idev(ibdev);
  832. struct ipath_cregs const *crp = dev->dd->ipath_cregs;
  833. unsigned long flags;
  834. u8 port_select = p->port_select;
  835. memset(pmp->data, 0, sizeof(pmp->data));
  836. p->port_select = port_select;
  837. if (pmp->attr_mod != 0 ||
  838. (port_select != port && port_select != 0xFF))
  839. pmp->status |= IB_SMP_INVALID_FIELD;
  840. /*
  841. * Ticks are 10x the link transfer period which for 2.5Gbs is 4
  842. * nsec. 0 == 4 nsec., 1 == 8 nsec., ..., 255 == 1020 nsec. Sample
  843. * intervals are counted in ticks. Since we use Linux timers, that
  844. * count in jiffies, we can't sample for less than 1000 ticks if HZ
  845. * == 1000 (4000 ticks if HZ is 250).
  846. */
  847. /* XXX This is WRONG. */
  848. p->tick = 250; /* 1 usec. */
  849. p->counter_width = 4; /* 32 bit counters */
  850. p->counter_mask0_9 = COUNTER_MASK0_9;
  851. spin_lock_irqsave(&dev->pending_lock, flags);
  852. if (crp->cr_psstat)
  853. p->sample_status = ipath_read_creg32(dev->dd, crp->cr_psstat);
  854. else
  855. p->sample_status = dev->pma_sample_status;
  856. p->sample_start = cpu_to_be32(dev->pma_sample_start);
  857. p->sample_interval = cpu_to_be32(dev->pma_sample_interval);
  858. p->tag = cpu_to_be16(dev->pma_tag);
  859. p->counter_select[0] = dev->pma_counter_select[0];
  860. p->counter_select[1] = dev->pma_counter_select[1];
  861. p->counter_select[2] = dev->pma_counter_select[2];
  862. p->counter_select[3] = dev->pma_counter_select[3];
  863. p->counter_select[4] = dev->pma_counter_select[4];
  864. spin_unlock_irqrestore(&dev->pending_lock, flags);
  865. return reply((struct ib_smp *) pmp);
  866. }
  867. static int recv_pma_set_portsamplescontrol(struct ib_perf *pmp,
  868. struct ib_device *ibdev, u8 port)
  869. {
  870. struct ib_pma_portsamplescontrol *p =
  871. (struct ib_pma_portsamplescontrol *)pmp->data;
  872. struct ipath_ibdev *dev = to_idev(ibdev);
  873. struct ipath_cregs const *crp = dev->dd->ipath_cregs;
  874. unsigned long flags;
  875. u8 status;
  876. int ret;
  877. if (pmp->attr_mod != 0 ||
  878. (p->port_select != port && p->port_select != 0xFF)) {
  879. pmp->status |= IB_SMP_INVALID_FIELD;
  880. ret = reply((struct ib_smp *) pmp);
  881. goto bail;
  882. }
  883. spin_lock_irqsave(&dev->pending_lock, flags);
  884. if (crp->cr_psstat)
  885. status = ipath_read_creg32(dev->dd, crp->cr_psstat);
  886. else
  887. status = dev->pma_sample_status;
  888. if (status == IB_PMA_SAMPLE_STATUS_DONE) {
  889. dev->pma_sample_start = be32_to_cpu(p->sample_start);
  890. dev->pma_sample_interval = be32_to_cpu(p->sample_interval);
  891. dev->pma_tag = be16_to_cpu(p->tag);
  892. dev->pma_counter_select[0] = p->counter_select[0];
  893. dev->pma_counter_select[1] = p->counter_select[1];
  894. dev->pma_counter_select[2] = p->counter_select[2];
  895. dev->pma_counter_select[3] = p->counter_select[3];
  896. dev->pma_counter_select[4] = p->counter_select[4];
  897. if (crp->cr_psstat) {
  898. ipath_write_creg(dev->dd, crp->cr_psinterval,
  899. dev->pma_sample_interval);
  900. ipath_write_creg(dev->dd, crp->cr_psstart,
  901. dev->pma_sample_start);
  902. } else
  903. dev->pma_sample_status = IB_PMA_SAMPLE_STATUS_STARTED;
  904. }
  905. spin_unlock_irqrestore(&dev->pending_lock, flags);
  906. ret = recv_pma_get_portsamplescontrol(pmp, ibdev, port);
  907. bail:
  908. return ret;
  909. }
  910. static u64 get_counter(struct ipath_ibdev *dev,
  911. struct ipath_cregs const *crp,
  912. __be16 sel)
  913. {
  914. u64 ret;
  915. switch (sel) {
  916. case IB_PMA_PORT_XMIT_DATA:
  917. ret = (crp->cr_psxmitdatacount) ?
  918. ipath_read_creg32(dev->dd, crp->cr_psxmitdatacount) :
  919. dev->ipath_sword;
  920. break;
  921. case IB_PMA_PORT_RCV_DATA:
  922. ret = (crp->cr_psrcvdatacount) ?
  923. ipath_read_creg32(dev->dd, crp->cr_psrcvdatacount) :
  924. dev->ipath_rword;
  925. break;
  926. case IB_PMA_PORT_XMIT_PKTS:
  927. ret = (crp->cr_psxmitpktscount) ?
  928. ipath_read_creg32(dev->dd, crp->cr_psxmitpktscount) :
  929. dev->ipath_spkts;
  930. break;
  931. case IB_PMA_PORT_RCV_PKTS:
  932. ret = (crp->cr_psrcvpktscount) ?
  933. ipath_read_creg32(dev->dd, crp->cr_psrcvpktscount) :
  934. dev->ipath_rpkts;
  935. break;
  936. case IB_PMA_PORT_XMIT_WAIT:
  937. ret = (crp->cr_psxmitwaitcount) ?
  938. ipath_read_creg32(dev->dd, crp->cr_psxmitwaitcount) :
  939. dev->ipath_xmit_wait;
  940. break;
  941. default:
  942. ret = 0;
  943. }
  944. return ret;
  945. }
  946. static int recv_pma_get_portsamplesresult(struct ib_perf *pmp,
  947. struct ib_device *ibdev)
  948. {
  949. struct ib_pma_portsamplesresult *p =
  950. (struct ib_pma_portsamplesresult *)pmp->data;
  951. struct ipath_ibdev *dev = to_idev(ibdev);
  952. struct ipath_cregs const *crp = dev->dd->ipath_cregs;
  953. u8 status;
  954. int i;
  955. memset(pmp->data, 0, sizeof(pmp->data));
  956. p->tag = cpu_to_be16(dev->pma_tag);
  957. if (crp->cr_psstat)
  958. status = ipath_read_creg32(dev->dd, crp->cr_psstat);
  959. else
  960. status = dev->pma_sample_status;
  961. p->sample_status = cpu_to_be16(status);
  962. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  963. p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 :
  964. cpu_to_be32(
  965. get_counter(dev, crp, dev->pma_counter_select[i]));
  966. return reply((struct ib_smp *) pmp);
  967. }
  968. static int recv_pma_get_portsamplesresult_ext(struct ib_perf *pmp,
  969. struct ib_device *ibdev)
  970. {
  971. struct ib_pma_portsamplesresult_ext *p =
  972. (struct ib_pma_portsamplesresult_ext *)pmp->data;
  973. struct ipath_ibdev *dev = to_idev(ibdev);
  974. struct ipath_cregs const *crp = dev->dd->ipath_cregs;
  975. u8 status;
  976. int i;
  977. memset(pmp->data, 0, sizeof(pmp->data));
  978. p->tag = cpu_to_be16(dev->pma_tag);
  979. if (crp->cr_psstat)
  980. status = ipath_read_creg32(dev->dd, crp->cr_psstat);
  981. else
  982. status = dev->pma_sample_status;
  983. p->sample_status = cpu_to_be16(status);
  984. /* 64 bits */
  985. p->extended_width = __constant_cpu_to_be32(0x80000000);
  986. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  987. p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 :
  988. cpu_to_be64(
  989. get_counter(dev, crp, dev->pma_counter_select[i]));
  990. return reply((struct ib_smp *) pmp);
  991. }
  992. static int recv_pma_get_portcounters(struct ib_perf *pmp,
  993. struct ib_device *ibdev, u8 port)
  994. {
  995. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  996. pmp->data;
  997. struct ipath_ibdev *dev = to_idev(ibdev);
  998. struct ipath_verbs_counters cntrs;
  999. u8 port_select = p->port_select;
  1000. ipath_get_counters(dev->dd, &cntrs);
  1001. /* Adjust counters for any resets done. */
  1002. cntrs.symbol_error_counter -= dev->z_symbol_error_counter;
  1003. cntrs.link_error_recovery_counter -=
  1004. dev->z_link_error_recovery_counter;
  1005. cntrs.link_downed_counter -= dev->z_link_downed_counter;
  1006. cntrs.port_rcv_errors += dev->rcv_errors;
  1007. cntrs.port_rcv_errors -= dev->z_port_rcv_errors;
  1008. cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors;
  1009. cntrs.port_xmit_discards -= dev->z_port_xmit_discards;
  1010. cntrs.port_xmit_data -= dev->z_port_xmit_data;
  1011. cntrs.port_rcv_data -= dev->z_port_rcv_data;
  1012. cntrs.port_xmit_packets -= dev->z_port_xmit_packets;
  1013. cntrs.port_rcv_packets -= dev->z_port_rcv_packets;
  1014. cntrs.local_link_integrity_errors -=
  1015. dev->z_local_link_integrity_errors;
  1016. cntrs.excessive_buffer_overrun_errors -=
  1017. dev->z_excessive_buffer_overrun_errors;
  1018. cntrs.vl15_dropped -= dev->z_vl15_dropped;
  1019. cntrs.vl15_dropped += dev->n_vl15_dropped;
  1020. memset(pmp->data, 0, sizeof(pmp->data));
  1021. p->port_select = port_select;
  1022. if (pmp->attr_mod != 0 ||
  1023. (port_select != port && port_select != 0xFF))
  1024. pmp->status |= IB_SMP_INVALID_FIELD;
  1025. if (cntrs.symbol_error_counter > 0xFFFFUL)
  1026. p->symbol_error_counter = __constant_cpu_to_be16(0xFFFF);
  1027. else
  1028. p->symbol_error_counter =
  1029. cpu_to_be16((u16)cntrs.symbol_error_counter);
  1030. if (cntrs.link_error_recovery_counter > 0xFFUL)
  1031. p->link_error_recovery_counter = 0xFF;
  1032. else
  1033. p->link_error_recovery_counter =
  1034. (u8)cntrs.link_error_recovery_counter;
  1035. if (cntrs.link_downed_counter > 0xFFUL)
  1036. p->link_downed_counter = 0xFF;
  1037. else
  1038. p->link_downed_counter = (u8)cntrs.link_downed_counter;
  1039. if (cntrs.port_rcv_errors > 0xFFFFUL)
  1040. p->port_rcv_errors = __constant_cpu_to_be16(0xFFFF);
  1041. else
  1042. p->port_rcv_errors =
  1043. cpu_to_be16((u16) cntrs.port_rcv_errors);
  1044. if (cntrs.port_rcv_remphys_errors > 0xFFFFUL)
  1045. p->port_rcv_remphys_errors = __constant_cpu_to_be16(0xFFFF);
  1046. else
  1047. p->port_rcv_remphys_errors =
  1048. cpu_to_be16((u16)cntrs.port_rcv_remphys_errors);
  1049. if (cntrs.port_xmit_discards > 0xFFFFUL)
  1050. p->port_xmit_discards = __constant_cpu_to_be16(0xFFFF);
  1051. else
  1052. p->port_xmit_discards =
  1053. cpu_to_be16((u16)cntrs.port_xmit_discards);
  1054. if (cntrs.local_link_integrity_errors > 0xFUL)
  1055. cntrs.local_link_integrity_errors = 0xFUL;
  1056. if (cntrs.excessive_buffer_overrun_errors > 0xFUL)
  1057. cntrs.excessive_buffer_overrun_errors = 0xFUL;
  1058. p->lli_ebor_errors = (cntrs.local_link_integrity_errors << 4) |
  1059. cntrs.excessive_buffer_overrun_errors;
  1060. if (cntrs.vl15_dropped > 0xFFFFUL)
  1061. p->vl15_dropped = __constant_cpu_to_be16(0xFFFF);
  1062. else
  1063. p->vl15_dropped = cpu_to_be16((u16)cntrs.vl15_dropped);
  1064. if (cntrs.port_xmit_data > 0xFFFFFFFFUL)
  1065. p->port_xmit_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1066. else
  1067. p->port_xmit_data = cpu_to_be32((u32)cntrs.port_xmit_data);
  1068. if (cntrs.port_rcv_data > 0xFFFFFFFFUL)
  1069. p->port_rcv_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1070. else
  1071. p->port_rcv_data = cpu_to_be32((u32)cntrs.port_rcv_data);
  1072. if (cntrs.port_xmit_packets > 0xFFFFFFFFUL)
  1073. p->port_xmit_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1074. else
  1075. p->port_xmit_packets =
  1076. cpu_to_be32((u32)cntrs.port_xmit_packets);
  1077. if (cntrs.port_rcv_packets > 0xFFFFFFFFUL)
  1078. p->port_rcv_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1079. else
  1080. p->port_rcv_packets =
  1081. cpu_to_be32((u32) cntrs.port_rcv_packets);
  1082. return reply((struct ib_smp *) pmp);
  1083. }
  1084. static int recv_pma_get_portcounters_ext(struct ib_perf *pmp,
  1085. struct ib_device *ibdev, u8 port)
  1086. {
  1087. struct ib_pma_portcounters_ext *p =
  1088. (struct ib_pma_portcounters_ext *)pmp->data;
  1089. struct ipath_ibdev *dev = to_idev(ibdev);
  1090. u64 swords, rwords, spkts, rpkts, xwait;
  1091. u8 port_select = p->port_select;
  1092. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1093. &rpkts, &xwait);
  1094. /* Adjust counters for any resets done. */
  1095. swords -= dev->z_port_xmit_data;
  1096. rwords -= dev->z_port_rcv_data;
  1097. spkts -= dev->z_port_xmit_packets;
  1098. rpkts -= dev->z_port_rcv_packets;
  1099. memset(pmp->data, 0, sizeof(pmp->data));
  1100. p->port_select = port_select;
  1101. if (pmp->attr_mod != 0 ||
  1102. (port_select != port && port_select != 0xFF))
  1103. pmp->status |= IB_SMP_INVALID_FIELD;
  1104. p->port_xmit_data = cpu_to_be64(swords);
  1105. p->port_rcv_data = cpu_to_be64(rwords);
  1106. p->port_xmit_packets = cpu_to_be64(spkts);
  1107. p->port_rcv_packets = cpu_to_be64(rpkts);
  1108. p->port_unicast_xmit_packets = cpu_to_be64(dev->n_unicast_xmit);
  1109. p->port_unicast_rcv_packets = cpu_to_be64(dev->n_unicast_rcv);
  1110. p->port_multicast_xmit_packets = cpu_to_be64(dev->n_multicast_xmit);
  1111. p->port_multicast_rcv_packets = cpu_to_be64(dev->n_multicast_rcv);
  1112. return reply((struct ib_smp *) pmp);
  1113. }
  1114. static int recv_pma_set_portcounters(struct ib_perf *pmp,
  1115. struct ib_device *ibdev, u8 port)
  1116. {
  1117. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1118. pmp->data;
  1119. struct ipath_ibdev *dev = to_idev(ibdev);
  1120. struct ipath_verbs_counters cntrs;
  1121. /*
  1122. * Since the HW doesn't support clearing counters, we save the
  1123. * current count and subtract it from future responses.
  1124. */
  1125. ipath_get_counters(dev->dd, &cntrs);
  1126. if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR)
  1127. dev->z_symbol_error_counter = cntrs.symbol_error_counter;
  1128. if (p->counter_select & IB_PMA_SEL_LINK_ERROR_RECOVERY)
  1129. dev->z_link_error_recovery_counter =
  1130. cntrs.link_error_recovery_counter;
  1131. if (p->counter_select & IB_PMA_SEL_LINK_DOWNED)
  1132. dev->z_link_downed_counter = cntrs.link_downed_counter;
  1133. if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS)
  1134. dev->z_port_rcv_errors =
  1135. cntrs.port_rcv_errors + dev->rcv_errors;
  1136. if (p->counter_select & IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS)
  1137. dev->z_port_rcv_remphys_errors =
  1138. cntrs.port_rcv_remphys_errors;
  1139. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DISCARDS)
  1140. dev->z_port_xmit_discards = cntrs.port_xmit_discards;
  1141. if (p->counter_select & IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS)
  1142. dev->z_local_link_integrity_errors =
  1143. cntrs.local_link_integrity_errors;
  1144. if (p->counter_select & IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS)
  1145. dev->z_excessive_buffer_overrun_errors =
  1146. cntrs.excessive_buffer_overrun_errors;
  1147. if (p->counter_select & IB_PMA_SEL_PORT_VL15_DROPPED) {
  1148. dev->n_vl15_dropped = 0;
  1149. dev->z_vl15_dropped = cntrs.vl15_dropped;
  1150. }
  1151. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA)
  1152. dev->z_port_xmit_data = cntrs.port_xmit_data;
  1153. if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA)
  1154. dev->z_port_rcv_data = cntrs.port_rcv_data;
  1155. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_PACKETS)
  1156. dev->z_port_xmit_packets = cntrs.port_xmit_packets;
  1157. if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS)
  1158. dev->z_port_rcv_packets = cntrs.port_rcv_packets;
  1159. return recv_pma_get_portcounters(pmp, ibdev, port);
  1160. }
  1161. static int recv_pma_set_portcounters_ext(struct ib_perf *pmp,
  1162. struct ib_device *ibdev, u8 port)
  1163. {
  1164. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1165. pmp->data;
  1166. struct ipath_ibdev *dev = to_idev(ibdev);
  1167. u64 swords, rwords, spkts, rpkts, xwait;
  1168. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1169. &rpkts, &xwait);
  1170. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA)
  1171. dev->z_port_xmit_data = swords;
  1172. if (p->counter_select & IB_PMA_SELX_PORT_RCV_DATA)
  1173. dev->z_port_rcv_data = rwords;
  1174. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_PACKETS)
  1175. dev->z_port_xmit_packets = spkts;
  1176. if (p->counter_select & IB_PMA_SELX_PORT_RCV_PACKETS)
  1177. dev->z_port_rcv_packets = rpkts;
  1178. if (p->counter_select & IB_PMA_SELX_PORT_UNI_XMIT_PACKETS)
  1179. dev->n_unicast_xmit = 0;
  1180. if (p->counter_select & IB_PMA_SELX_PORT_UNI_RCV_PACKETS)
  1181. dev->n_unicast_rcv = 0;
  1182. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS)
  1183. dev->n_multicast_xmit = 0;
  1184. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_RCV_PACKETS)
  1185. dev->n_multicast_rcv = 0;
  1186. return recv_pma_get_portcounters_ext(pmp, ibdev, port);
  1187. }
  1188. static int process_subn(struct ib_device *ibdev, int mad_flags,
  1189. u8 port_num, struct ib_mad *in_mad,
  1190. struct ib_mad *out_mad)
  1191. {
  1192. struct ib_smp *smp = (struct ib_smp *)out_mad;
  1193. struct ipath_ibdev *dev = to_idev(ibdev);
  1194. int ret;
  1195. *out_mad = *in_mad;
  1196. if (smp->class_version != 1) {
  1197. smp->status |= IB_SMP_UNSUP_VERSION;
  1198. ret = reply(smp);
  1199. goto bail;
  1200. }
  1201. /* Is the mkey in the process of expiring? */
  1202. if (dev->mkey_lease_timeout && jiffies >= dev->mkey_lease_timeout) {
  1203. /* Clear timeout and mkey protection field. */
  1204. dev->mkey_lease_timeout = 0;
  1205. dev->mkeyprot = 0;
  1206. }
  1207. /*
  1208. * M_Key checking depends on
  1209. * Portinfo:M_Key_protect_bits
  1210. */
  1211. if ((mad_flags & IB_MAD_IGNORE_MKEY) == 0 && dev->mkey != 0 &&
  1212. dev->mkey != smp->mkey &&
  1213. (smp->method == IB_MGMT_METHOD_SET ||
  1214. (smp->method == IB_MGMT_METHOD_GET &&
  1215. dev->mkeyprot >= 2))) {
  1216. if (dev->mkey_violations != 0xFFFF)
  1217. ++dev->mkey_violations;
  1218. if (dev->mkey_lease_timeout ||
  1219. dev->mkey_lease_period == 0) {
  1220. ret = IB_MAD_RESULT_SUCCESS |
  1221. IB_MAD_RESULT_CONSUMED;
  1222. goto bail;
  1223. }
  1224. dev->mkey_lease_timeout = jiffies +
  1225. dev->mkey_lease_period * HZ;
  1226. /* Future: Generate a trap notice. */
  1227. ret = IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_CONSUMED;
  1228. goto bail;
  1229. } else if (dev->mkey_lease_timeout)
  1230. dev->mkey_lease_timeout = 0;
  1231. switch (smp->method) {
  1232. case IB_MGMT_METHOD_GET:
  1233. switch (smp->attr_id) {
  1234. case IB_SMP_ATTR_NODE_DESC:
  1235. ret = recv_subn_get_nodedescription(smp, ibdev);
  1236. goto bail;
  1237. case IB_SMP_ATTR_NODE_INFO:
  1238. ret = recv_subn_get_nodeinfo(smp, ibdev, port_num);
  1239. goto bail;
  1240. case IB_SMP_ATTR_GUID_INFO:
  1241. ret = recv_subn_get_guidinfo(smp, ibdev);
  1242. goto bail;
  1243. case IB_SMP_ATTR_PORT_INFO:
  1244. ret = recv_subn_get_portinfo(smp, ibdev, port_num);
  1245. goto bail;
  1246. case IB_SMP_ATTR_PKEY_TABLE:
  1247. ret = recv_subn_get_pkeytable(smp, ibdev);
  1248. goto bail;
  1249. case IB_SMP_ATTR_SM_INFO:
  1250. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1251. ret = IB_MAD_RESULT_SUCCESS |
  1252. IB_MAD_RESULT_CONSUMED;
  1253. goto bail;
  1254. }
  1255. if (dev->port_cap_flags & IB_PORT_SM) {
  1256. ret = IB_MAD_RESULT_SUCCESS;
  1257. goto bail;
  1258. }
  1259. /* FALLTHROUGH */
  1260. default:
  1261. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1262. ret = reply(smp);
  1263. goto bail;
  1264. }
  1265. case IB_MGMT_METHOD_SET:
  1266. switch (smp->attr_id) {
  1267. case IB_SMP_ATTR_GUID_INFO:
  1268. ret = recv_subn_set_guidinfo(smp, ibdev);
  1269. goto bail;
  1270. case IB_SMP_ATTR_PORT_INFO:
  1271. ret = recv_subn_set_portinfo(smp, ibdev, port_num);
  1272. goto bail;
  1273. case IB_SMP_ATTR_PKEY_TABLE:
  1274. ret = recv_subn_set_pkeytable(smp, ibdev);
  1275. goto bail;
  1276. case IB_SMP_ATTR_SM_INFO:
  1277. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1278. ret = IB_MAD_RESULT_SUCCESS |
  1279. IB_MAD_RESULT_CONSUMED;
  1280. goto bail;
  1281. }
  1282. if (dev->port_cap_flags & IB_PORT_SM) {
  1283. ret = IB_MAD_RESULT_SUCCESS;
  1284. goto bail;
  1285. }
  1286. /* FALLTHROUGH */
  1287. default:
  1288. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1289. ret = reply(smp);
  1290. goto bail;
  1291. }
  1292. case IB_MGMT_METHOD_GET_RESP:
  1293. /*
  1294. * The ib_mad module will call us to process responses
  1295. * before checking for other consumers.
  1296. * Just tell the caller to process it normally.
  1297. */
  1298. ret = IB_MAD_RESULT_SUCCESS;
  1299. goto bail;
  1300. default:
  1301. smp->status |= IB_SMP_UNSUP_METHOD;
  1302. ret = reply(smp);
  1303. }
  1304. bail:
  1305. return ret;
  1306. }
  1307. static int process_perf(struct ib_device *ibdev, u8 port_num,
  1308. struct ib_mad *in_mad,
  1309. struct ib_mad *out_mad)
  1310. {
  1311. struct ib_perf *pmp = (struct ib_perf *)out_mad;
  1312. int ret;
  1313. *out_mad = *in_mad;
  1314. if (pmp->class_version != 1) {
  1315. pmp->status |= IB_SMP_UNSUP_VERSION;
  1316. ret = reply((struct ib_smp *) pmp);
  1317. goto bail;
  1318. }
  1319. switch (pmp->method) {
  1320. case IB_MGMT_METHOD_GET:
  1321. switch (pmp->attr_id) {
  1322. case IB_PMA_CLASS_PORT_INFO:
  1323. ret = recv_pma_get_classportinfo(pmp);
  1324. goto bail;
  1325. case IB_PMA_PORT_SAMPLES_CONTROL:
  1326. ret = recv_pma_get_portsamplescontrol(pmp, ibdev,
  1327. port_num);
  1328. goto bail;
  1329. case IB_PMA_PORT_SAMPLES_RESULT:
  1330. ret = recv_pma_get_portsamplesresult(pmp, ibdev);
  1331. goto bail;
  1332. case IB_PMA_PORT_SAMPLES_RESULT_EXT:
  1333. ret = recv_pma_get_portsamplesresult_ext(pmp,
  1334. ibdev);
  1335. goto bail;
  1336. case IB_PMA_PORT_COUNTERS:
  1337. ret = recv_pma_get_portcounters(pmp, ibdev,
  1338. port_num);
  1339. goto bail;
  1340. case IB_PMA_PORT_COUNTERS_EXT:
  1341. ret = recv_pma_get_portcounters_ext(pmp, ibdev,
  1342. port_num);
  1343. goto bail;
  1344. default:
  1345. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1346. ret = reply((struct ib_smp *) pmp);
  1347. goto bail;
  1348. }
  1349. case IB_MGMT_METHOD_SET:
  1350. switch (pmp->attr_id) {
  1351. case IB_PMA_PORT_SAMPLES_CONTROL:
  1352. ret = recv_pma_set_portsamplescontrol(pmp, ibdev,
  1353. port_num);
  1354. goto bail;
  1355. case IB_PMA_PORT_COUNTERS:
  1356. ret = recv_pma_set_portcounters(pmp, ibdev,
  1357. port_num);
  1358. goto bail;
  1359. case IB_PMA_PORT_COUNTERS_EXT:
  1360. ret = recv_pma_set_portcounters_ext(pmp, ibdev,
  1361. port_num);
  1362. goto bail;
  1363. default:
  1364. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1365. ret = reply((struct ib_smp *) pmp);
  1366. goto bail;
  1367. }
  1368. case IB_MGMT_METHOD_GET_RESP:
  1369. /*
  1370. * The ib_mad module will call us to process responses
  1371. * before checking for other consumers.
  1372. * Just tell the caller to process it normally.
  1373. */
  1374. ret = IB_MAD_RESULT_SUCCESS;
  1375. goto bail;
  1376. default:
  1377. pmp->status |= IB_SMP_UNSUP_METHOD;
  1378. ret = reply((struct ib_smp *) pmp);
  1379. }
  1380. bail:
  1381. return ret;
  1382. }
  1383. /**
  1384. * ipath_process_mad - process an incoming MAD packet
  1385. * @ibdev: the infiniband device this packet came in on
  1386. * @mad_flags: MAD flags
  1387. * @port_num: the port number this packet came in on
  1388. * @in_wc: the work completion entry for this packet
  1389. * @in_grh: the global route header for this packet
  1390. * @in_mad: the incoming MAD
  1391. * @out_mad: any outgoing MAD reply
  1392. *
  1393. * Returns IB_MAD_RESULT_SUCCESS if this is a MAD that we are not
  1394. * interested in processing.
  1395. *
  1396. * Note that the verbs framework has already done the MAD sanity checks,
  1397. * and hop count/pointer updating for IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE
  1398. * MADs.
  1399. *
  1400. * This is called by the ib_mad module.
  1401. */
  1402. int ipath_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
  1403. struct ib_wc *in_wc, struct ib_grh *in_grh,
  1404. struct ib_mad *in_mad, struct ib_mad *out_mad)
  1405. {
  1406. int ret;
  1407. switch (in_mad->mad_hdr.mgmt_class) {
  1408. case IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE:
  1409. case IB_MGMT_CLASS_SUBN_LID_ROUTED:
  1410. ret = process_subn(ibdev, mad_flags, port_num,
  1411. in_mad, out_mad);
  1412. goto bail;
  1413. case IB_MGMT_CLASS_PERF_MGMT:
  1414. ret = process_perf(ibdev, port_num, in_mad, out_mad);
  1415. goto bail;
  1416. default:
  1417. ret = IB_MAD_RESULT_SUCCESS;
  1418. }
  1419. bail:
  1420. return ret;
  1421. }