eth1394.c 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. /*
  2. * eth1394.c -- IPv4 driver for Linux IEEE-1394 Subsystem
  3. *
  4. * Copyright (C) 2001-2003 Ben Collins <bcollins@debian.org>
  5. * 2000 Bonin Franck <boninf@free.fr>
  6. * 2003 Steve Kinneberg <kinnebergsteve@acmsystems.com>
  7. *
  8. * Mainly based on work by Emanuel Pirker and Andreas E. Bombe
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License as published by
  12. * the Free Software Foundation; either version 2 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software Foundation,
  22. * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  23. */
  24. /*
  25. * This driver intends to support RFC 2734, which describes a method for
  26. * transporting IPv4 datagrams over IEEE-1394 serial busses.
  27. *
  28. * TODO:
  29. * RFC 2734 related:
  30. * - Add MCAP. Limited Multicast exists only to 224.0.0.1 and 224.0.0.2.
  31. *
  32. * Non-RFC 2734 related:
  33. * - Handle fragmented skb's coming from the networking layer.
  34. * - Move generic GASP reception to core 1394 code
  35. * - Convert kmalloc/kfree for link fragments to use kmem_cache_* instead
  36. * - Stability improvements
  37. * - Performance enhancements
  38. * - Consider garbage collecting old partial datagrams after X amount of time
  39. */
  40. #include <linux/module.h>
  41. #include <linux/kernel.h>
  42. #include <linux/slab.h>
  43. #include <linux/errno.h>
  44. #include <linux/types.h>
  45. #include <linux/delay.h>
  46. #include <linux/init.h>
  47. #include <linux/workqueue.h>
  48. #include <linux/netdevice.h>
  49. #include <linux/inetdevice.h>
  50. #include <linux/if_arp.h>
  51. #include <linux/if_ether.h>
  52. #include <linux/ip.h>
  53. #include <linux/in.h>
  54. #include <linux/tcp.h>
  55. #include <linux/skbuff.h>
  56. #include <linux/bitops.h>
  57. #include <linux/ethtool.h>
  58. #include <asm/uaccess.h>
  59. #include <asm/delay.h>
  60. #include <asm/unaligned.h>
  61. #include <net/arp.h>
  62. #include "config_roms.h"
  63. #include "csr1212.h"
  64. #include "eth1394.h"
  65. #include "highlevel.h"
  66. #include "ieee1394.h"
  67. #include "ieee1394_core.h"
  68. #include "ieee1394_hotplug.h"
  69. #include "ieee1394_transactions.h"
  70. #include "ieee1394_types.h"
  71. #include "iso.h"
  72. #include "nodemgr.h"
  73. #define ETH1394_PRINT_G(level, fmt, args...) \
  74. printk(level "%s: " fmt, driver_name, ## args)
  75. #define ETH1394_PRINT(level, dev_name, fmt, args...) \
  76. printk(level "%s: %s: " fmt, driver_name, dev_name, ## args)
  77. struct fragment_info {
  78. struct list_head list;
  79. int offset;
  80. int len;
  81. };
  82. struct partial_datagram {
  83. struct list_head list;
  84. u16 dgl;
  85. u16 dg_size;
  86. u16 ether_type;
  87. struct sk_buff *skb;
  88. char *pbuf;
  89. struct list_head frag_info;
  90. };
  91. struct pdg_list {
  92. struct list_head list; /* partial datagram list per node */
  93. unsigned int sz; /* partial datagram list size per node */
  94. spinlock_t lock; /* partial datagram lock */
  95. };
  96. struct eth1394_host_info {
  97. struct hpsb_host *host;
  98. struct net_device *dev;
  99. };
  100. struct eth1394_node_ref {
  101. struct unit_directory *ud;
  102. struct list_head list;
  103. };
  104. struct eth1394_node_info {
  105. u16 maxpayload; /* max payload */
  106. u8 sspd; /* max speed */
  107. u64 fifo; /* FIFO address */
  108. struct pdg_list pdg; /* partial RX datagram lists */
  109. int dgl; /* outgoing datagram label */
  110. };
  111. static const char driver_name[] = "eth1394";
  112. static struct kmem_cache *packet_task_cache;
  113. static struct hpsb_highlevel eth1394_highlevel;
  114. /* Use common.lf to determine header len */
  115. static const int hdr_type_len[] = {
  116. sizeof(struct eth1394_uf_hdr),
  117. sizeof(struct eth1394_ff_hdr),
  118. sizeof(struct eth1394_sf_hdr),
  119. sizeof(struct eth1394_sf_hdr)
  120. };
  121. static const u16 eth1394_speedto_maxpayload[] = {
  122. /* S100, S200, S400, S800, S1600, S3200 */
  123. 512, 1024, 2048, 4096, 4096, 4096
  124. };
  125. MODULE_AUTHOR("Ben Collins (bcollins@debian.org)");
  126. MODULE_DESCRIPTION("IEEE 1394 IPv4 Driver (IPv4-over-1394 as per RFC 2734)");
  127. MODULE_LICENSE("GPL");
  128. /*
  129. * The max_partial_datagrams parameter is the maximum number of fragmented
  130. * datagrams per node that eth1394 will keep in memory. Providing an upper
  131. * bound allows us to limit the amount of memory that partial datagrams
  132. * consume in the event that some partial datagrams are never completed.
  133. */
  134. static int max_partial_datagrams = 25;
  135. module_param(max_partial_datagrams, int, S_IRUGO | S_IWUSR);
  136. MODULE_PARM_DESC(max_partial_datagrams,
  137. "Maximum number of partially received fragmented datagrams "
  138. "(default = 25).");
  139. static int ether1394_header(struct sk_buff *skb, struct net_device *dev,
  140. unsigned short type, void *daddr, void *saddr,
  141. unsigned len);
  142. static int ether1394_rebuild_header(struct sk_buff *skb);
  143. static int ether1394_header_parse(struct sk_buff *skb, unsigned char *haddr);
  144. static int ether1394_header_cache(struct neighbour *neigh, struct hh_cache *hh);
  145. static void ether1394_header_cache_update(struct hh_cache *hh,
  146. struct net_device *dev,
  147. unsigned char *haddr);
  148. static int ether1394_tx(struct sk_buff *skb, struct net_device *dev);
  149. static void ether1394_iso(struct hpsb_iso *iso);
  150. static struct ethtool_ops ethtool_ops;
  151. static int ether1394_write(struct hpsb_host *host, int srcid, int destid,
  152. quadlet_t *data, u64 addr, size_t len, u16 flags);
  153. static void ether1394_add_host(struct hpsb_host *host);
  154. static void ether1394_remove_host(struct hpsb_host *host);
  155. static void ether1394_host_reset(struct hpsb_host *host);
  156. /* Function for incoming 1394 packets */
  157. static struct hpsb_address_ops addr_ops = {
  158. .write = ether1394_write,
  159. };
  160. /* Ieee1394 highlevel driver functions */
  161. static struct hpsb_highlevel eth1394_highlevel = {
  162. .name = driver_name,
  163. .add_host = ether1394_add_host,
  164. .remove_host = ether1394_remove_host,
  165. .host_reset = ether1394_host_reset,
  166. };
  167. static int ether1394_recv_init(struct eth1394_priv *priv)
  168. {
  169. unsigned int iso_buf_size;
  170. /* FIXME: rawiso limits us to PAGE_SIZE */
  171. iso_buf_size = min((unsigned int)PAGE_SIZE,
  172. 2 * (1U << (priv->host->csr.max_rec + 1)));
  173. priv->iso = hpsb_iso_recv_init(priv->host,
  174. ETHER1394_GASP_BUFFERS * iso_buf_size,
  175. ETHER1394_GASP_BUFFERS,
  176. priv->broadcast_channel,
  177. HPSB_ISO_DMA_PACKET_PER_BUFFER,
  178. 1, ether1394_iso);
  179. if (priv->iso == NULL) {
  180. ETH1394_PRINT_G(KERN_ERR, "Failed to allocate IR context\n");
  181. priv->bc_state = ETHER1394_BC_ERROR;
  182. return -EAGAIN;
  183. }
  184. if (hpsb_iso_recv_start(priv->iso, -1, (1 << 3), -1) < 0)
  185. priv->bc_state = ETHER1394_BC_STOPPED;
  186. else
  187. priv->bc_state = ETHER1394_BC_RUNNING;
  188. return 0;
  189. }
  190. /* This is called after an "ifup" */
  191. static int ether1394_open(struct net_device *dev)
  192. {
  193. struct eth1394_priv *priv = netdev_priv(dev);
  194. int ret;
  195. if (priv->bc_state == ETHER1394_BC_ERROR) {
  196. ret = ether1394_recv_init(priv);
  197. if (ret)
  198. return ret;
  199. }
  200. netif_start_queue(dev);
  201. return 0;
  202. }
  203. /* This is called after an "ifdown" */
  204. static int ether1394_stop(struct net_device *dev)
  205. {
  206. /* flush priv->wake */
  207. flush_scheduled_work();
  208. netif_stop_queue(dev);
  209. return 0;
  210. }
  211. /* Return statistics to the caller */
  212. static struct net_device_stats *ether1394_stats(struct net_device *dev)
  213. {
  214. return &(((struct eth1394_priv *)netdev_priv(dev))->stats);
  215. }
  216. /* FIXME: What to do if we timeout? I think a host reset is probably in order,
  217. * so that's what we do. Should we increment the stat counters too? */
  218. static void ether1394_tx_timeout(struct net_device *dev)
  219. {
  220. struct hpsb_host *host =
  221. ((struct eth1394_priv *)netdev_priv(dev))->host;
  222. ETH1394_PRINT(KERN_ERR, dev->name, "Timeout, resetting host\n");
  223. ether1394_host_reset(host);
  224. }
  225. static inline int ether1394_max_mtu(struct hpsb_host* host)
  226. {
  227. return (1 << (host->csr.max_rec + 1))
  228. - sizeof(union eth1394_hdr) - ETHER1394_GASP_OVERHEAD;
  229. }
  230. static int ether1394_change_mtu(struct net_device *dev, int new_mtu)
  231. {
  232. int max_mtu;
  233. if (new_mtu < 68)
  234. return -EINVAL;
  235. max_mtu = ether1394_max_mtu(
  236. ((struct eth1394_priv *)netdev_priv(dev))->host);
  237. if (new_mtu > max_mtu) {
  238. ETH1394_PRINT(KERN_INFO, dev->name,
  239. "Local node constrains MTU to %d\n", max_mtu);
  240. return -ERANGE;
  241. }
  242. dev->mtu = new_mtu;
  243. return 0;
  244. }
  245. static void purge_partial_datagram(struct list_head *old)
  246. {
  247. struct partial_datagram *pd;
  248. struct list_head *lh, *n;
  249. struct fragment_info *fi;
  250. pd = list_entry(old, struct partial_datagram, list);
  251. list_for_each_safe(lh, n, &pd->frag_info) {
  252. fi = list_entry(lh, struct fragment_info, list);
  253. list_del(lh);
  254. kfree(fi);
  255. }
  256. list_del(old);
  257. kfree_skb(pd->skb);
  258. kfree(pd);
  259. }
  260. /******************************************
  261. * 1394 bus activity functions
  262. ******************************************/
  263. static struct eth1394_node_ref *eth1394_find_node(struct list_head *inl,
  264. struct unit_directory *ud)
  265. {
  266. struct eth1394_node_ref *node;
  267. list_for_each_entry(node, inl, list)
  268. if (node->ud == ud)
  269. return node;
  270. return NULL;
  271. }
  272. static struct eth1394_node_ref *eth1394_find_node_guid(struct list_head *inl,
  273. u64 guid)
  274. {
  275. struct eth1394_node_ref *node;
  276. list_for_each_entry(node, inl, list)
  277. if (node->ud->ne->guid == guid)
  278. return node;
  279. return NULL;
  280. }
  281. static struct eth1394_node_ref *eth1394_find_node_nodeid(struct list_head *inl,
  282. nodeid_t nodeid)
  283. {
  284. struct eth1394_node_ref *node;
  285. list_for_each_entry(node, inl, list)
  286. if (node->ud->ne->nodeid == nodeid)
  287. return node;
  288. return NULL;
  289. }
  290. static int eth1394_new_node(struct eth1394_host_info *hi,
  291. struct unit_directory *ud)
  292. {
  293. struct eth1394_priv *priv;
  294. struct eth1394_node_ref *new_node;
  295. struct eth1394_node_info *node_info;
  296. new_node = kmalloc(sizeof(*new_node), GFP_KERNEL);
  297. if (!new_node)
  298. return -ENOMEM;
  299. node_info = kmalloc(sizeof(*node_info), GFP_KERNEL);
  300. if (!node_info) {
  301. kfree(new_node);
  302. return -ENOMEM;
  303. }
  304. spin_lock_init(&node_info->pdg.lock);
  305. INIT_LIST_HEAD(&node_info->pdg.list);
  306. node_info->pdg.sz = 0;
  307. node_info->fifo = CSR1212_INVALID_ADDR_SPACE;
  308. ud->device.driver_data = node_info;
  309. new_node->ud = ud;
  310. priv = netdev_priv(hi->dev);
  311. list_add_tail(&new_node->list, &priv->ip_node_list);
  312. return 0;
  313. }
  314. static int eth1394_probe(struct device *dev)
  315. {
  316. struct unit_directory *ud;
  317. struct eth1394_host_info *hi;
  318. ud = container_of(dev, struct unit_directory, device);
  319. hi = hpsb_get_hostinfo(&eth1394_highlevel, ud->ne->host);
  320. if (!hi)
  321. return -ENOENT;
  322. return eth1394_new_node(hi, ud);
  323. }
  324. static int eth1394_remove(struct device *dev)
  325. {
  326. struct unit_directory *ud;
  327. struct eth1394_host_info *hi;
  328. struct eth1394_priv *priv;
  329. struct eth1394_node_ref *old_node;
  330. struct eth1394_node_info *node_info;
  331. struct list_head *lh, *n;
  332. unsigned long flags;
  333. ud = container_of(dev, struct unit_directory, device);
  334. hi = hpsb_get_hostinfo(&eth1394_highlevel, ud->ne->host);
  335. if (!hi)
  336. return -ENOENT;
  337. priv = netdev_priv(hi->dev);
  338. old_node = eth1394_find_node(&priv->ip_node_list, ud);
  339. if (!old_node)
  340. return 0;
  341. list_del(&old_node->list);
  342. kfree(old_node);
  343. node_info = (struct eth1394_node_info*)ud->device.driver_data;
  344. spin_lock_irqsave(&node_info->pdg.lock, flags);
  345. /* The partial datagram list should be empty, but we'll just
  346. * make sure anyway... */
  347. list_for_each_safe(lh, n, &node_info->pdg.list)
  348. purge_partial_datagram(lh);
  349. spin_unlock_irqrestore(&node_info->pdg.lock, flags);
  350. kfree(node_info);
  351. ud->device.driver_data = NULL;
  352. return 0;
  353. }
  354. static int eth1394_update(struct unit_directory *ud)
  355. {
  356. struct eth1394_host_info *hi;
  357. struct eth1394_priv *priv;
  358. struct eth1394_node_ref *node;
  359. hi = hpsb_get_hostinfo(&eth1394_highlevel, ud->ne->host);
  360. if (!hi)
  361. return -ENOENT;
  362. priv = netdev_priv(hi->dev);
  363. node = eth1394_find_node(&priv->ip_node_list, ud);
  364. if (node)
  365. return 0;
  366. return eth1394_new_node(hi, ud);
  367. }
  368. static struct ieee1394_device_id eth1394_id_table[] = {
  369. {
  370. .match_flags = (IEEE1394_MATCH_SPECIFIER_ID |
  371. IEEE1394_MATCH_VERSION),
  372. .specifier_id = ETHER1394_GASP_SPECIFIER_ID,
  373. .version = ETHER1394_GASP_VERSION,
  374. },
  375. {}
  376. };
  377. MODULE_DEVICE_TABLE(ieee1394, eth1394_id_table);
  378. static struct hpsb_protocol_driver eth1394_proto_driver = {
  379. .name = driver_name,
  380. .id_table = eth1394_id_table,
  381. .update = eth1394_update,
  382. .driver = {
  383. .probe = eth1394_probe,
  384. .remove = eth1394_remove,
  385. },
  386. };
  387. static void ether1394_reset_priv(struct net_device *dev, int set_mtu)
  388. {
  389. unsigned long flags;
  390. int i;
  391. struct eth1394_priv *priv = netdev_priv(dev);
  392. struct hpsb_host *host = priv->host;
  393. u64 guid = get_unaligned((u64 *)&(host->csr.rom->bus_info_data[3]));
  394. int max_speed = IEEE1394_SPEED_MAX;
  395. spin_lock_irqsave(&priv->lock, flags);
  396. memset(priv->ud_list, 0, sizeof(priv->ud_list));
  397. priv->bc_maxpayload = 512;
  398. /* Determine speed limit */
  399. /* FIXME: This is broken for nodes with link speed < PHY speed,
  400. * and it is suboptimal for S200B...S800B hardware.
  401. * The result of nodemgr's speed probe should be used somehow. */
  402. for (i = 0; i < host->node_count; i++) {
  403. /* take care of S100B...S400B PHY ports */
  404. if (host->speed[i] == SELFID_SPEED_UNKNOWN) {
  405. max_speed = IEEE1394_SPEED_100;
  406. break;
  407. }
  408. if (max_speed > host->speed[i])
  409. max_speed = host->speed[i];
  410. }
  411. priv->bc_sspd = max_speed;
  412. if (set_mtu) {
  413. /* Use the RFC 2734 default 1500 octets or the maximum payload
  414. * as initial MTU */
  415. dev->mtu = min(1500, ether1394_max_mtu(host));
  416. /* Set our hardware address while we're at it */
  417. memcpy(dev->dev_addr, &guid, sizeof(u64));
  418. memset(dev->broadcast, 0xff, sizeof(u64));
  419. }
  420. spin_unlock_irqrestore(&priv->lock, flags);
  421. }
  422. static void ether1394_init_dev(struct net_device *dev)
  423. {
  424. dev->open = ether1394_open;
  425. dev->stop = ether1394_stop;
  426. dev->hard_start_xmit = ether1394_tx;
  427. dev->get_stats = ether1394_stats;
  428. dev->tx_timeout = ether1394_tx_timeout;
  429. dev->change_mtu = ether1394_change_mtu;
  430. dev->hard_header = ether1394_header;
  431. dev->rebuild_header = ether1394_rebuild_header;
  432. dev->hard_header_cache = ether1394_header_cache;
  433. dev->header_cache_update= ether1394_header_cache_update;
  434. dev->hard_header_parse = ether1394_header_parse;
  435. SET_ETHTOOL_OPS(dev, &ethtool_ops);
  436. dev->watchdog_timeo = ETHER1394_TIMEOUT;
  437. dev->flags = IFF_BROADCAST | IFF_MULTICAST;
  438. dev->features = NETIF_F_HIGHDMA;
  439. dev->addr_len = ETH1394_ALEN;
  440. dev->hard_header_len = ETH1394_HLEN;
  441. dev->type = ARPHRD_IEEE1394;
  442. /* FIXME: This value was copied from ether_setup(). Is it too much? */
  443. dev->tx_queue_len = 1000;
  444. }
  445. /*
  446. * Wake the queue up after commonly encountered transmit failure conditions are
  447. * hopefully over. Currently only tlabel exhaustion is accounted for.
  448. */
  449. static void ether1394_wake_queue(struct work_struct *work)
  450. {
  451. struct eth1394_priv *priv;
  452. struct hpsb_packet *packet;
  453. priv = container_of(work, struct eth1394_priv, wake);
  454. packet = hpsb_alloc_packet(0);
  455. /* This is really bad, but unjam the queue anyway. */
  456. if (!packet)
  457. goto out;
  458. packet->host = priv->host;
  459. packet->node_id = priv->wake_node;
  460. /*
  461. * A transaction label is all we really want. If we get one, it almost
  462. * always means we can get a lot more because the ieee1394 core recycled
  463. * a whole batch of tlabels, at last.
  464. */
  465. if (hpsb_get_tlabel(packet) == 0)
  466. hpsb_free_tlabel(packet);
  467. hpsb_free_packet(packet);
  468. out:
  469. netif_wake_queue(priv->wake_dev);
  470. }
  471. /*
  472. * This function is called every time a card is found. It is generally called
  473. * when the module is installed. This is where we add all of our ethernet
  474. * devices. One for each host.
  475. */
  476. static void ether1394_add_host(struct hpsb_host *host)
  477. {
  478. struct eth1394_host_info *hi = NULL;
  479. struct net_device *dev = NULL;
  480. struct eth1394_priv *priv;
  481. u64 fifo_addr;
  482. if (hpsb_config_rom_ip1394_add(host) != 0) {
  483. ETH1394_PRINT_G(KERN_ERR, "Can't add IP-over-1394 ROM entry\n");
  484. return;
  485. }
  486. fifo_addr = hpsb_allocate_and_register_addrspace(
  487. &eth1394_highlevel, host, &addr_ops,
  488. ETHER1394_REGION_ADDR_LEN, ETHER1394_REGION_ADDR_LEN,
  489. CSR1212_INVALID_ADDR_SPACE, CSR1212_INVALID_ADDR_SPACE);
  490. if (fifo_addr == CSR1212_INVALID_ADDR_SPACE) {
  491. ETH1394_PRINT_G(KERN_ERR, "Cannot register CSR space\n");
  492. hpsb_config_rom_ip1394_remove(host);
  493. return;
  494. }
  495. dev = alloc_netdev(sizeof(*priv), "eth%d", ether1394_init_dev);
  496. if (dev == NULL) {
  497. ETH1394_PRINT_G(KERN_ERR, "Out of memory\n");
  498. goto out;
  499. }
  500. SET_MODULE_OWNER(dev);
  501. #if 0
  502. /* FIXME - Is this the correct parent device anyway? */
  503. SET_NETDEV_DEV(dev, &host->device);
  504. #endif
  505. priv = netdev_priv(dev);
  506. INIT_LIST_HEAD(&priv->ip_node_list);
  507. spin_lock_init(&priv->lock);
  508. priv->host = host;
  509. priv->local_fifo = fifo_addr;
  510. INIT_WORK(&priv->wake, ether1394_wake_queue);
  511. priv->wake_dev = dev;
  512. hi = hpsb_create_hostinfo(&eth1394_highlevel, host, sizeof(*hi));
  513. if (hi == NULL) {
  514. ETH1394_PRINT_G(KERN_ERR, "Out of memory\n");
  515. goto out;
  516. }
  517. ether1394_reset_priv(dev, 1);
  518. if (register_netdev(dev)) {
  519. ETH1394_PRINT_G(KERN_ERR, "Cannot register the driver\n");
  520. goto out;
  521. }
  522. ETH1394_PRINT(KERN_INFO, dev->name, "IPv4 over IEEE 1394 (fw-host%d)\n",
  523. host->id);
  524. hi->host = host;
  525. hi->dev = dev;
  526. /* Ignore validity in hopes that it will be set in the future. It'll
  527. * be checked when the eth device is opened. */
  528. priv->broadcast_channel = host->csr.broadcast_channel & 0x3f;
  529. ether1394_recv_init(priv);
  530. return;
  531. out:
  532. if (dev)
  533. free_netdev(dev);
  534. if (hi)
  535. hpsb_destroy_hostinfo(&eth1394_highlevel, host);
  536. hpsb_unregister_addrspace(&eth1394_highlevel, host, fifo_addr);
  537. hpsb_config_rom_ip1394_remove(host);
  538. }
  539. /* Remove a card from our list */
  540. static void ether1394_remove_host(struct hpsb_host *host)
  541. {
  542. struct eth1394_host_info *hi;
  543. struct eth1394_priv *priv;
  544. hi = hpsb_get_hostinfo(&eth1394_highlevel, host);
  545. if (!hi)
  546. return;
  547. priv = netdev_priv(hi->dev);
  548. hpsb_unregister_addrspace(&eth1394_highlevel, host, priv->local_fifo);
  549. hpsb_config_rom_ip1394_remove(host);
  550. if (priv->iso)
  551. hpsb_iso_shutdown(priv->iso);
  552. unregister_netdev(hi->dev);
  553. free_netdev(hi->dev);
  554. }
  555. /* A bus reset happened */
  556. static void ether1394_host_reset(struct hpsb_host *host)
  557. {
  558. struct eth1394_host_info *hi;
  559. struct eth1394_priv *priv;
  560. struct net_device *dev;
  561. struct list_head *lh, *n;
  562. struct eth1394_node_ref *node;
  563. struct eth1394_node_info *node_info;
  564. unsigned long flags;
  565. hi = hpsb_get_hostinfo(&eth1394_highlevel, host);
  566. /* This can happen for hosts that we don't use */
  567. if (!hi)
  568. return;
  569. dev = hi->dev;
  570. priv = netdev_priv(dev);
  571. /* Reset our private host data, but not our MTU */
  572. netif_stop_queue(dev);
  573. ether1394_reset_priv(dev, 0);
  574. list_for_each_entry(node, &priv->ip_node_list, list) {
  575. node_info = node->ud->device.driver_data;
  576. spin_lock_irqsave(&node_info->pdg.lock, flags);
  577. list_for_each_safe(lh, n, &node_info->pdg.list)
  578. purge_partial_datagram(lh);
  579. INIT_LIST_HEAD(&(node_info->pdg.list));
  580. node_info->pdg.sz = 0;
  581. spin_unlock_irqrestore(&node_info->pdg.lock, flags);
  582. }
  583. netif_wake_queue(dev);
  584. }
  585. /******************************************
  586. * HW Header net device functions
  587. ******************************************/
  588. /* These functions have been adapted from net/ethernet/eth.c */
  589. /* Create a fake MAC header for an arbitrary protocol layer.
  590. * saddr=NULL means use device source address
  591. * daddr=NULL means leave destination address (eg unresolved arp). */
  592. static int ether1394_header(struct sk_buff *skb, struct net_device *dev,
  593. unsigned short type, void *daddr, void *saddr,
  594. unsigned len)
  595. {
  596. struct eth1394hdr *eth =
  597. (struct eth1394hdr *)skb_push(skb, ETH1394_HLEN);
  598. eth->h_proto = htons(type);
  599. if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) {
  600. memset(eth->h_dest, 0, dev->addr_len);
  601. return dev->hard_header_len;
  602. }
  603. if (daddr) {
  604. memcpy(eth->h_dest, daddr, dev->addr_len);
  605. return dev->hard_header_len;
  606. }
  607. return -dev->hard_header_len;
  608. }
  609. /* Rebuild the faked MAC header. This is called after an ARP
  610. * (or in future other address resolution) has completed on this
  611. * sk_buff. We now let ARP fill in the other fields.
  612. *
  613. * This routine CANNOT use cached dst->neigh!
  614. * Really, it is used only when dst->neigh is wrong.
  615. */
  616. static int ether1394_rebuild_header(struct sk_buff *skb)
  617. {
  618. struct eth1394hdr *eth = (struct eth1394hdr *)skb->data;
  619. if (eth->h_proto == htons(ETH_P_IP))
  620. return arp_find((unsigned char *)&eth->h_dest, skb);
  621. ETH1394_PRINT(KERN_DEBUG, skb->dev->name,
  622. "unable to resolve type %04x addresses\n",
  623. ntohs(eth->h_proto));
  624. return 0;
  625. }
  626. static int ether1394_header_parse(struct sk_buff *skb, unsigned char *haddr)
  627. {
  628. struct net_device *dev = skb->dev;
  629. memcpy(haddr, dev->dev_addr, ETH1394_ALEN);
  630. return ETH1394_ALEN;
  631. }
  632. static int ether1394_header_cache(struct neighbour *neigh, struct hh_cache *hh)
  633. {
  634. unsigned short type = hh->hh_type;
  635. struct net_device *dev = neigh->dev;
  636. struct eth1394hdr *eth =
  637. (struct eth1394hdr *)((u8 *)hh->hh_data + 16 - ETH1394_HLEN);
  638. if (type == htons(ETH_P_802_3))
  639. return -1;
  640. eth->h_proto = type;
  641. memcpy(eth->h_dest, neigh->ha, dev->addr_len);
  642. hh->hh_len = ETH1394_HLEN;
  643. return 0;
  644. }
  645. /* Called by Address Resolution module to notify changes in address. */
  646. static void ether1394_header_cache_update(struct hh_cache *hh,
  647. struct net_device *dev,
  648. unsigned char * haddr)
  649. {
  650. memcpy((u8 *)hh->hh_data + 16 - ETH1394_HLEN, haddr, dev->addr_len);
  651. }
  652. /******************************************
  653. * Datagram reception code
  654. ******************************************/
  655. /* Copied from net/ethernet/eth.c */
  656. static u16 ether1394_type_trans(struct sk_buff *skb, struct net_device *dev)
  657. {
  658. struct eth1394hdr *eth;
  659. unsigned char *rawp;
  660. skb_reset_mac_header(skb);
  661. skb_pull(skb, ETH1394_HLEN);
  662. eth = eth1394_hdr(skb);
  663. if (*eth->h_dest & 1) {
  664. if (memcmp(eth->h_dest, dev->broadcast, dev->addr_len) == 0)
  665. skb->pkt_type = PACKET_BROADCAST;
  666. #if 0
  667. else
  668. skb->pkt_type = PACKET_MULTICAST;
  669. #endif
  670. } else {
  671. if (memcmp(eth->h_dest, dev->dev_addr, dev->addr_len))
  672. skb->pkt_type = PACKET_OTHERHOST;
  673. }
  674. if (ntohs(eth->h_proto) >= 1536)
  675. return eth->h_proto;
  676. rawp = skb->data;
  677. if (*(unsigned short *)rawp == 0xFFFF)
  678. return htons(ETH_P_802_3);
  679. return htons(ETH_P_802_2);
  680. }
  681. /* Parse an encapsulated IP1394 header into an ethernet frame packet.
  682. * We also perform ARP translation here, if need be. */
  683. static u16 ether1394_parse_encap(struct sk_buff *skb, struct net_device *dev,
  684. nodeid_t srcid, nodeid_t destid,
  685. u16 ether_type)
  686. {
  687. struct eth1394_priv *priv = netdev_priv(dev);
  688. u64 dest_hw;
  689. unsigned short ret = 0;
  690. /* Setup our hw addresses. We use these to build the ethernet header. */
  691. if (destid == (LOCAL_BUS | ALL_NODES))
  692. dest_hw = ~0ULL; /* broadcast */
  693. else
  694. dest_hw = cpu_to_be64((u64)priv->host->csr.guid_hi << 32 |
  695. priv->host->csr.guid_lo);
  696. /* If this is an ARP packet, convert it. First, we want to make
  697. * use of some of the fields, since they tell us a little bit
  698. * about the sending machine. */
  699. if (ether_type == htons(ETH_P_ARP)) {
  700. struct eth1394_arp *arp1394 = (struct eth1394_arp *)skb->data;
  701. struct arphdr *arp = (struct arphdr *)skb->data;
  702. unsigned char *arp_ptr = (unsigned char *)(arp + 1);
  703. u64 fifo_addr = (u64)ntohs(arp1394->fifo_hi) << 32 |
  704. ntohl(arp1394->fifo_lo);
  705. u8 max_rec = min(priv->host->csr.max_rec,
  706. (u8)(arp1394->max_rec));
  707. int sspd = arp1394->sspd;
  708. u16 maxpayload;
  709. struct eth1394_node_ref *node;
  710. struct eth1394_node_info *node_info;
  711. __be64 guid;
  712. /* Sanity check. MacOSX seems to be sending us 131 in this
  713. * field (atleast on my Panther G5). Not sure why. */
  714. if (sspd > 5 || sspd < 0)
  715. sspd = 0;
  716. maxpayload = min(eth1394_speedto_maxpayload[sspd],
  717. (u16)(1 << (max_rec + 1)));
  718. guid = get_unaligned(&arp1394->s_uniq_id);
  719. node = eth1394_find_node_guid(&priv->ip_node_list,
  720. be64_to_cpu(guid));
  721. if (!node)
  722. return 0;
  723. node_info =
  724. (struct eth1394_node_info *)node->ud->device.driver_data;
  725. /* Update our speed/payload/fifo_offset table */
  726. node_info->maxpayload = maxpayload;
  727. node_info->sspd = sspd;
  728. node_info->fifo = fifo_addr;
  729. /* Now that we're done with the 1394 specific stuff, we'll
  730. * need to alter some of the data. Believe it or not, all
  731. * that needs to be done is sender_IP_address needs to be
  732. * moved, the destination hardware address get stuffed
  733. * in and the hardware address length set to 8.
  734. *
  735. * IMPORTANT: The code below overwrites 1394 specific data
  736. * needed above so keep the munging of the data for the
  737. * higher level IP stack last. */
  738. arp->ar_hln = 8;
  739. arp_ptr += arp->ar_hln; /* skip over sender unique id */
  740. *(u32 *)arp_ptr = arp1394->sip; /* move sender IP addr */
  741. arp_ptr += arp->ar_pln; /* skip over sender IP addr */
  742. if (arp->ar_op == htons(ARPOP_REQUEST))
  743. memset(arp_ptr, 0, sizeof(u64));
  744. else
  745. memcpy(arp_ptr, dev->dev_addr, sizeof(u64));
  746. }
  747. /* Now add the ethernet header. */
  748. if (dev->hard_header(skb, dev, ntohs(ether_type), &dest_hw, NULL,
  749. skb->len) >= 0)
  750. ret = ether1394_type_trans(skb, dev);
  751. return ret;
  752. }
  753. static int fragment_overlap(struct list_head *frag_list, int offset, int len)
  754. {
  755. struct fragment_info *fi;
  756. int end = offset + len;
  757. list_for_each_entry(fi, frag_list, list)
  758. if (offset < fi->offset + fi->len && end > fi->offset)
  759. return 1;
  760. return 0;
  761. }
  762. static struct list_head *find_partial_datagram(struct list_head *pdgl, int dgl)
  763. {
  764. struct partial_datagram *pd;
  765. list_for_each_entry(pd, pdgl, list)
  766. if (pd->dgl == dgl)
  767. return &pd->list;
  768. return NULL;
  769. }
  770. /* Assumes that new fragment does not overlap any existing fragments */
  771. static int new_fragment(struct list_head *frag_info, int offset, int len)
  772. {
  773. struct list_head *lh;
  774. struct fragment_info *fi, *fi2, *new;
  775. list_for_each(lh, frag_info) {
  776. fi = list_entry(lh, struct fragment_info, list);
  777. if (fi->offset + fi->len == offset) {
  778. /* The new fragment can be tacked on to the end */
  779. fi->len += len;
  780. /* Did the new fragment plug a hole? */
  781. fi2 = list_entry(lh->next, struct fragment_info, list);
  782. if (fi->offset + fi->len == fi2->offset) {
  783. /* glue fragments together */
  784. fi->len += fi2->len;
  785. list_del(lh->next);
  786. kfree(fi2);
  787. }
  788. return 0;
  789. } else if (offset + len == fi->offset) {
  790. /* The new fragment can be tacked on to the beginning */
  791. fi->offset = offset;
  792. fi->len += len;
  793. /* Did the new fragment plug a hole? */
  794. fi2 = list_entry(lh->prev, struct fragment_info, list);
  795. if (fi2->offset + fi2->len == fi->offset) {
  796. /* glue fragments together */
  797. fi2->len += fi->len;
  798. list_del(lh);
  799. kfree(fi);
  800. }
  801. return 0;
  802. } else if (offset > fi->offset + fi->len) {
  803. break;
  804. } else if (offset + len < fi->offset) {
  805. lh = lh->prev;
  806. break;
  807. }
  808. }
  809. new = kmalloc(sizeof(*new), GFP_ATOMIC);
  810. if (!new)
  811. return -ENOMEM;
  812. new->offset = offset;
  813. new->len = len;
  814. list_add(&new->list, lh);
  815. return 0;
  816. }
  817. static int new_partial_datagram(struct net_device *dev, struct list_head *pdgl,
  818. int dgl, int dg_size, char *frag_buf,
  819. int frag_off, int frag_len)
  820. {
  821. struct partial_datagram *new;
  822. new = kmalloc(sizeof(*new), GFP_ATOMIC);
  823. if (!new)
  824. return -ENOMEM;
  825. INIT_LIST_HEAD(&new->frag_info);
  826. if (new_fragment(&new->frag_info, frag_off, frag_len) < 0) {
  827. kfree(new);
  828. return -ENOMEM;
  829. }
  830. new->dgl = dgl;
  831. new->dg_size = dg_size;
  832. new->skb = dev_alloc_skb(dg_size + dev->hard_header_len + 15);
  833. if (!new->skb) {
  834. struct fragment_info *fi = list_entry(new->frag_info.next,
  835. struct fragment_info,
  836. list);
  837. kfree(fi);
  838. kfree(new);
  839. return -ENOMEM;
  840. }
  841. skb_reserve(new->skb, (dev->hard_header_len + 15) & ~15);
  842. new->pbuf = skb_put(new->skb, dg_size);
  843. memcpy(new->pbuf + frag_off, frag_buf, frag_len);
  844. list_add(&new->list, pdgl);
  845. return 0;
  846. }
  847. static int update_partial_datagram(struct list_head *pdgl, struct list_head *lh,
  848. char *frag_buf, int frag_off, int frag_len)
  849. {
  850. struct partial_datagram *pd =
  851. list_entry(lh, struct partial_datagram, list);
  852. if (new_fragment(&pd->frag_info, frag_off, frag_len) < 0)
  853. return -ENOMEM;
  854. memcpy(pd->pbuf + frag_off, frag_buf, frag_len);
  855. /* Move list entry to beginnig of list so that oldest partial
  856. * datagrams percolate to the end of the list */
  857. list_move(lh, pdgl);
  858. return 0;
  859. }
  860. static int is_datagram_complete(struct list_head *lh, int dg_size)
  861. {
  862. struct partial_datagram *pd;
  863. struct fragment_info *fi;
  864. pd = list_entry(lh, struct partial_datagram, list);
  865. fi = list_entry(pd->frag_info.next, struct fragment_info, list);
  866. return (fi->len == dg_size);
  867. }
  868. /* Packet reception. We convert the IP1394 encapsulation header to an
  869. * ethernet header, and fill it with some of our other fields. This is
  870. * an incoming packet from the 1394 bus. */
  871. static int ether1394_data_handler(struct net_device *dev, int srcid, int destid,
  872. char *buf, int len)
  873. {
  874. struct sk_buff *skb;
  875. unsigned long flags;
  876. struct eth1394_priv *priv = netdev_priv(dev);
  877. union eth1394_hdr *hdr = (union eth1394_hdr *)buf;
  878. u16 ether_type = 0; /* initialized to clear warning */
  879. int hdr_len;
  880. struct unit_directory *ud = priv->ud_list[NODEID_TO_NODE(srcid)];
  881. struct eth1394_node_info *node_info;
  882. if (!ud) {
  883. struct eth1394_node_ref *node;
  884. node = eth1394_find_node_nodeid(&priv->ip_node_list, srcid);
  885. if (unlikely(!node)) {
  886. HPSB_PRINT(KERN_ERR, "ether1394 rx: sender nodeid "
  887. "lookup failure: " NODE_BUS_FMT,
  888. NODE_BUS_ARGS(priv->host, srcid));
  889. priv->stats.rx_dropped++;
  890. return -1;
  891. }
  892. ud = node->ud;
  893. priv->ud_list[NODEID_TO_NODE(srcid)] = ud;
  894. }
  895. node_info = (struct eth1394_node_info *)ud->device.driver_data;
  896. /* First, did we receive a fragmented or unfragmented datagram? */
  897. hdr->words.word1 = ntohs(hdr->words.word1);
  898. hdr_len = hdr_type_len[hdr->common.lf];
  899. if (hdr->common.lf == ETH1394_HDR_LF_UF) {
  900. /* An unfragmented datagram has been received by the ieee1394
  901. * bus. Build an skbuff around it so we can pass it to the
  902. * high level network layer. */
  903. skb = dev_alloc_skb(len + dev->hard_header_len + 15);
  904. if (unlikely(!skb)) {
  905. ETH1394_PRINT_G(KERN_ERR, "Out of memory\n");
  906. priv->stats.rx_dropped++;
  907. return -1;
  908. }
  909. skb_reserve(skb, (dev->hard_header_len + 15) & ~15);
  910. memcpy(skb_put(skb, len - hdr_len), buf + hdr_len,
  911. len - hdr_len);
  912. ether_type = hdr->uf.ether_type;
  913. } else {
  914. /* A datagram fragment has been received, now the fun begins. */
  915. struct list_head *pdgl, *lh;
  916. struct partial_datagram *pd;
  917. int fg_off;
  918. int fg_len = len - hdr_len;
  919. int dg_size;
  920. int dgl;
  921. int retval;
  922. struct pdg_list *pdg = &(node_info->pdg);
  923. hdr->words.word3 = ntohs(hdr->words.word3);
  924. /* The 4th header word is reserved so no need to do ntohs() */
  925. if (hdr->common.lf == ETH1394_HDR_LF_FF) {
  926. ether_type = hdr->ff.ether_type;
  927. dgl = hdr->ff.dgl;
  928. dg_size = hdr->ff.dg_size + 1;
  929. fg_off = 0;
  930. } else {
  931. hdr->words.word2 = ntohs(hdr->words.word2);
  932. dgl = hdr->sf.dgl;
  933. dg_size = hdr->sf.dg_size + 1;
  934. fg_off = hdr->sf.fg_off;
  935. }
  936. spin_lock_irqsave(&pdg->lock, flags);
  937. pdgl = &(pdg->list);
  938. lh = find_partial_datagram(pdgl, dgl);
  939. if (lh == NULL) {
  940. while (pdg->sz >= max_partial_datagrams) {
  941. /* remove the oldest */
  942. purge_partial_datagram(pdgl->prev);
  943. pdg->sz--;
  944. }
  945. retval = new_partial_datagram(dev, pdgl, dgl, dg_size,
  946. buf + hdr_len, fg_off,
  947. fg_len);
  948. if (retval < 0) {
  949. spin_unlock_irqrestore(&pdg->lock, flags);
  950. goto bad_proto;
  951. }
  952. pdg->sz++;
  953. lh = find_partial_datagram(pdgl, dgl);
  954. } else {
  955. struct partial_datagram *pd;
  956. pd = list_entry(lh, struct partial_datagram, list);
  957. if (fragment_overlap(&pd->frag_info, fg_off, fg_len)) {
  958. /* Overlapping fragments, obliterate old
  959. * datagram and start new one. */
  960. purge_partial_datagram(lh);
  961. retval = new_partial_datagram(dev, pdgl, dgl,
  962. dg_size,
  963. buf + hdr_len,
  964. fg_off, fg_len);
  965. if (retval < 0) {
  966. pdg->sz--;
  967. spin_unlock_irqrestore(&pdg->lock, flags);
  968. goto bad_proto;
  969. }
  970. } else {
  971. retval = update_partial_datagram(pdgl, lh,
  972. buf + hdr_len,
  973. fg_off, fg_len);
  974. if (retval < 0) {
  975. /* Couldn't save off fragment anyway
  976. * so might as well obliterate the
  977. * datagram now. */
  978. purge_partial_datagram(lh);
  979. pdg->sz--;
  980. spin_unlock_irqrestore(&pdg->lock, flags);
  981. goto bad_proto;
  982. }
  983. } /* fragment overlap */
  984. } /* new datagram or add to existing one */
  985. pd = list_entry(lh, struct partial_datagram, list);
  986. if (hdr->common.lf == ETH1394_HDR_LF_FF)
  987. pd->ether_type = ether_type;
  988. if (is_datagram_complete(lh, dg_size)) {
  989. ether_type = pd->ether_type;
  990. pdg->sz--;
  991. skb = skb_get(pd->skb);
  992. purge_partial_datagram(lh);
  993. spin_unlock_irqrestore(&pdg->lock, flags);
  994. } else {
  995. /* Datagram is not complete, we're done for the
  996. * moment. */
  997. spin_unlock_irqrestore(&pdg->lock, flags);
  998. return 0;
  999. }
  1000. } /* unframgented datagram or fragmented one */
  1001. /* Write metadata, and then pass to the receive level */
  1002. skb->dev = dev;
  1003. skb->ip_summed = CHECKSUM_UNNECESSARY; /* don't check it */
  1004. /* Parse the encapsulation header. This actually does the job of
  1005. * converting to an ethernet frame header, aswell as arp
  1006. * conversion if needed. ARP conversion is easier in this
  1007. * direction, since we are using ethernet as our backend. */
  1008. skb->protocol = ether1394_parse_encap(skb, dev, srcid, destid,
  1009. ether_type);
  1010. spin_lock_irqsave(&priv->lock, flags);
  1011. if (!skb->protocol) {
  1012. priv->stats.rx_errors++;
  1013. priv->stats.rx_dropped++;
  1014. dev_kfree_skb_any(skb);
  1015. goto bad_proto;
  1016. }
  1017. if (netif_rx(skb) == NET_RX_DROP) {
  1018. priv->stats.rx_errors++;
  1019. priv->stats.rx_dropped++;
  1020. goto bad_proto;
  1021. }
  1022. /* Statistics */
  1023. priv->stats.rx_packets++;
  1024. priv->stats.rx_bytes += skb->len;
  1025. bad_proto:
  1026. if (netif_queue_stopped(dev))
  1027. netif_wake_queue(dev);
  1028. spin_unlock_irqrestore(&priv->lock, flags);
  1029. dev->last_rx = jiffies;
  1030. return 0;
  1031. }
  1032. static int ether1394_write(struct hpsb_host *host, int srcid, int destid,
  1033. quadlet_t *data, u64 addr, size_t len, u16 flags)
  1034. {
  1035. struct eth1394_host_info *hi;
  1036. hi = hpsb_get_hostinfo(&eth1394_highlevel, host);
  1037. if (unlikely(!hi)) {
  1038. ETH1394_PRINT_G(KERN_ERR, "No net device at fw-host%d\n",
  1039. host->id);
  1040. return RCODE_ADDRESS_ERROR;
  1041. }
  1042. if (ether1394_data_handler(hi->dev, srcid, destid, (char*)data, len))
  1043. return RCODE_ADDRESS_ERROR;
  1044. else
  1045. return RCODE_COMPLETE;
  1046. }
  1047. static void ether1394_iso(struct hpsb_iso *iso)
  1048. {
  1049. quadlet_t *data;
  1050. char *buf;
  1051. struct eth1394_host_info *hi;
  1052. struct net_device *dev;
  1053. struct eth1394_priv *priv;
  1054. unsigned int len;
  1055. u32 specifier_id;
  1056. u16 source_id;
  1057. int i;
  1058. int nready;
  1059. hi = hpsb_get_hostinfo(&eth1394_highlevel, iso->host);
  1060. if (unlikely(!hi)) {
  1061. ETH1394_PRINT_G(KERN_ERR, "No net device at fw-host%d\n",
  1062. iso->host->id);
  1063. return;
  1064. }
  1065. dev = hi->dev;
  1066. nready = hpsb_iso_n_ready(iso);
  1067. for (i = 0; i < nready; i++) {
  1068. struct hpsb_iso_packet_info *info =
  1069. &iso->infos[(iso->first_packet + i) % iso->buf_packets];
  1070. data = (quadlet_t *)(iso->data_buf.kvirt + info->offset);
  1071. /* skip over GASP header */
  1072. buf = (char *)data + 8;
  1073. len = info->len - 8;
  1074. specifier_id = (be32_to_cpu(data[0]) & 0xffff) << 8 |
  1075. (be32_to_cpu(data[1]) & 0xff000000) >> 24;
  1076. source_id = be32_to_cpu(data[0]) >> 16;
  1077. priv = netdev_priv(dev);
  1078. if (info->channel != (iso->host->csr.broadcast_channel & 0x3f)
  1079. || specifier_id != ETHER1394_GASP_SPECIFIER_ID) {
  1080. /* This packet is not for us */
  1081. continue;
  1082. }
  1083. ether1394_data_handler(dev, source_id, LOCAL_BUS | ALL_NODES,
  1084. buf, len);
  1085. }
  1086. hpsb_iso_recv_release_packets(iso, i);
  1087. dev->last_rx = jiffies;
  1088. }
  1089. /******************************************
  1090. * Datagram transmission code
  1091. ******************************************/
  1092. /* Convert a standard ARP packet to 1394 ARP. The first 8 bytes (the entire
  1093. * arphdr) is the same format as the ip1394 header, so they overlap. The rest
  1094. * needs to be munged a bit. The remainder of the arphdr is formatted based
  1095. * on hwaddr len and ipaddr len. We know what they'll be, so it's easy to
  1096. * judge.
  1097. *
  1098. * Now that the EUI is used for the hardware address all we need to do to make
  1099. * this work for 1394 is to insert 2 quadlets that contain max_rec size,
  1100. * speed, and unicast FIFO address information between the sender_unique_id
  1101. * and the IP addresses.
  1102. */
  1103. static void ether1394_arp_to_1394arp(struct sk_buff *skb,
  1104. struct net_device *dev)
  1105. {
  1106. struct eth1394_priv *priv = netdev_priv(dev);
  1107. struct arphdr *arp = (struct arphdr *)skb->data;
  1108. unsigned char *arp_ptr = (unsigned char *)(arp + 1);
  1109. struct eth1394_arp *arp1394 = (struct eth1394_arp *)skb->data;
  1110. arp1394->hw_addr_len = 16;
  1111. arp1394->sip = *(u32*)(arp_ptr + ETH1394_ALEN);
  1112. arp1394->max_rec = priv->host->csr.max_rec;
  1113. arp1394->sspd = priv->host->csr.lnk_spd;
  1114. arp1394->fifo_hi = htons(priv->local_fifo >> 32);
  1115. arp1394->fifo_lo = htonl(priv->local_fifo & ~0x0);
  1116. }
  1117. /* We need to encapsulate the standard header with our own. We use the
  1118. * ethernet header's proto for our own. */
  1119. static unsigned int ether1394_encapsulate_prep(unsigned int max_payload,
  1120. __be16 proto,
  1121. union eth1394_hdr *hdr,
  1122. u16 dg_size, u16 dgl)
  1123. {
  1124. unsigned int adj_max_payload =
  1125. max_payload - hdr_type_len[ETH1394_HDR_LF_UF];
  1126. /* Does it all fit in one packet? */
  1127. if (dg_size <= adj_max_payload) {
  1128. hdr->uf.lf = ETH1394_HDR_LF_UF;
  1129. hdr->uf.ether_type = proto;
  1130. } else {
  1131. hdr->ff.lf = ETH1394_HDR_LF_FF;
  1132. hdr->ff.ether_type = proto;
  1133. hdr->ff.dg_size = dg_size - 1;
  1134. hdr->ff.dgl = dgl;
  1135. adj_max_payload = max_payload - hdr_type_len[ETH1394_HDR_LF_FF];
  1136. }
  1137. return (dg_size + adj_max_payload - 1) / adj_max_payload;
  1138. }
  1139. static unsigned int ether1394_encapsulate(struct sk_buff *skb,
  1140. unsigned int max_payload,
  1141. union eth1394_hdr *hdr)
  1142. {
  1143. union eth1394_hdr *bufhdr;
  1144. int ftype = hdr->common.lf;
  1145. int hdrsz = hdr_type_len[ftype];
  1146. unsigned int adj_max_payload = max_payload - hdrsz;
  1147. switch (ftype) {
  1148. case ETH1394_HDR_LF_UF:
  1149. bufhdr = (union eth1394_hdr *)skb_push(skb, hdrsz);
  1150. bufhdr->words.word1 = htons(hdr->words.word1);
  1151. bufhdr->words.word2 = hdr->words.word2;
  1152. break;
  1153. case ETH1394_HDR_LF_FF:
  1154. bufhdr = (union eth1394_hdr *)skb_push(skb, hdrsz);
  1155. bufhdr->words.word1 = htons(hdr->words.word1);
  1156. bufhdr->words.word2 = hdr->words.word2;
  1157. bufhdr->words.word3 = htons(hdr->words.word3);
  1158. bufhdr->words.word4 = 0;
  1159. /* Set frag type here for future interior fragments */
  1160. hdr->common.lf = ETH1394_HDR_LF_IF;
  1161. hdr->sf.fg_off = 0;
  1162. break;
  1163. default:
  1164. hdr->sf.fg_off += adj_max_payload;
  1165. bufhdr = (union eth1394_hdr *)skb_pull(skb, adj_max_payload);
  1166. if (max_payload >= skb->len)
  1167. hdr->common.lf = ETH1394_HDR_LF_LF;
  1168. bufhdr->words.word1 = htons(hdr->words.word1);
  1169. bufhdr->words.word2 = htons(hdr->words.word2);
  1170. bufhdr->words.word3 = htons(hdr->words.word3);
  1171. bufhdr->words.word4 = 0;
  1172. }
  1173. return min(max_payload, skb->len);
  1174. }
  1175. static struct hpsb_packet *ether1394_alloc_common_packet(struct hpsb_host *host)
  1176. {
  1177. struct hpsb_packet *p;
  1178. p = hpsb_alloc_packet(0);
  1179. if (p) {
  1180. p->host = host;
  1181. p->generation = get_hpsb_generation(host);
  1182. p->type = hpsb_async;
  1183. }
  1184. return p;
  1185. }
  1186. static int ether1394_prep_write_packet(struct hpsb_packet *p,
  1187. struct hpsb_host *host, nodeid_t node,
  1188. u64 addr, void *data, int tx_len)
  1189. {
  1190. p->node_id = node;
  1191. if (hpsb_get_tlabel(p))
  1192. return -EAGAIN;
  1193. p->tcode = TCODE_WRITEB;
  1194. p->header_size = 16;
  1195. p->expect_response = 1;
  1196. p->header[0] =
  1197. p->node_id << 16 | p->tlabel << 10 | 1 << 8 | TCODE_WRITEB << 4;
  1198. p->header[1] = host->node_id << 16 | addr >> 32;
  1199. p->header[2] = addr & 0xffffffff;
  1200. p->header[3] = tx_len << 16;
  1201. p->data_size = (tx_len + 3) & ~3;
  1202. p->data = data;
  1203. return 0;
  1204. }
  1205. static void ether1394_prep_gasp_packet(struct hpsb_packet *p,
  1206. struct eth1394_priv *priv,
  1207. struct sk_buff *skb, int length)
  1208. {
  1209. p->header_size = 4;
  1210. p->tcode = TCODE_STREAM_DATA;
  1211. p->header[0] = length << 16 | 3 << 14 | priv->broadcast_channel << 8 |
  1212. TCODE_STREAM_DATA << 4;
  1213. p->data_size = length;
  1214. p->data = (quadlet_t *)skb->data - 2;
  1215. p->data[0] = cpu_to_be32(priv->host->node_id << 16 |
  1216. ETHER1394_GASP_SPECIFIER_ID_HI);
  1217. p->data[1] = cpu_to_be32(ETHER1394_GASP_SPECIFIER_ID_LO << 24 |
  1218. ETHER1394_GASP_VERSION);
  1219. p->speed_code = priv->bc_sspd;
  1220. /* prevent hpsb_send_packet() from overriding our speed code */
  1221. p->node_id = LOCAL_BUS | ALL_NODES;
  1222. }
  1223. static void ether1394_free_packet(struct hpsb_packet *packet)
  1224. {
  1225. if (packet->tcode != TCODE_STREAM_DATA)
  1226. hpsb_free_tlabel(packet);
  1227. hpsb_free_packet(packet);
  1228. }
  1229. static void ether1394_complete_cb(void *__ptask);
  1230. static int ether1394_send_packet(struct packet_task *ptask, unsigned int tx_len)
  1231. {
  1232. struct eth1394_priv *priv = ptask->priv;
  1233. struct hpsb_packet *packet = NULL;
  1234. packet = ether1394_alloc_common_packet(priv->host);
  1235. if (!packet)
  1236. return -ENOMEM;
  1237. if (ptask->tx_type == ETH1394_GASP) {
  1238. int length = tx_len + 2 * sizeof(quadlet_t);
  1239. ether1394_prep_gasp_packet(packet, priv, ptask->skb, length);
  1240. } else if (ether1394_prep_write_packet(packet, priv->host,
  1241. ptask->dest_node,
  1242. ptask->addr, ptask->skb->data,
  1243. tx_len)) {
  1244. hpsb_free_packet(packet);
  1245. return -EAGAIN;
  1246. }
  1247. ptask->packet = packet;
  1248. hpsb_set_packet_complete_task(ptask->packet, ether1394_complete_cb,
  1249. ptask);
  1250. if (hpsb_send_packet(packet) < 0) {
  1251. ether1394_free_packet(packet);
  1252. return -EIO;
  1253. }
  1254. return 0;
  1255. }
  1256. /* Task function to be run when a datagram transmission is completed */
  1257. static void ether1394_dg_complete(struct packet_task *ptask, int fail)
  1258. {
  1259. struct sk_buff *skb = ptask->skb;
  1260. struct eth1394_priv *priv = netdev_priv(skb->dev);
  1261. unsigned long flags;
  1262. /* Statistics */
  1263. spin_lock_irqsave(&priv->lock, flags);
  1264. if (fail) {
  1265. priv->stats.tx_dropped++;
  1266. priv->stats.tx_errors++;
  1267. } else {
  1268. priv->stats.tx_bytes += skb->len;
  1269. priv->stats.tx_packets++;
  1270. }
  1271. spin_unlock_irqrestore(&priv->lock, flags);
  1272. dev_kfree_skb_any(skb);
  1273. kmem_cache_free(packet_task_cache, ptask);
  1274. }
  1275. /* Callback for when a packet has been sent and the status of that packet is
  1276. * known */
  1277. static void ether1394_complete_cb(void *__ptask)
  1278. {
  1279. struct packet_task *ptask = (struct packet_task *)__ptask;
  1280. struct hpsb_packet *packet = ptask->packet;
  1281. int fail = 0;
  1282. if (packet->tcode != TCODE_STREAM_DATA)
  1283. fail = hpsb_packet_success(packet);
  1284. ether1394_free_packet(packet);
  1285. ptask->outstanding_pkts--;
  1286. if (ptask->outstanding_pkts > 0 && !fail) {
  1287. int tx_len, err;
  1288. /* Add the encapsulation header to the fragment */
  1289. tx_len = ether1394_encapsulate(ptask->skb, ptask->max_payload,
  1290. &ptask->hdr);
  1291. err = ether1394_send_packet(ptask, tx_len);
  1292. if (err) {
  1293. if (err == -EAGAIN)
  1294. ETH1394_PRINT_G(KERN_ERR, "Out of tlabels\n");
  1295. ether1394_dg_complete(ptask, 1);
  1296. }
  1297. } else {
  1298. ether1394_dg_complete(ptask, fail);
  1299. }
  1300. }
  1301. /* Transmit a packet (called by kernel) */
  1302. static int ether1394_tx(struct sk_buff *skb, struct net_device *dev)
  1303. {
  1304. struct eth1394hdr *eth;
  1305. struct eth1394_priv *priv = netdev_priv(dev);
  1306. __be16 proto;
  1307. unsigned long flags;
  1308. nodeid_t dest_node;
  1309. eth1394_tx_type tx_type;
  1310. unsigned int tx_len;
  1311. unsigned int max_payload;
  1312. u16 dg_size;
  1313. u16 dgl;
  1314. struct packet_task *ptask;
  1315. struct eth1394_node_ref *node;
  1316. struct eth1394_node_info *node_info = NULL;
  1317. ptask = kmem_cache_alloc(packet_task_cache, GFP_ATOMIC);
  1318. if (ptask == NULL)
  1319. goto fail;
  1320. /* XXX Ignore this for now. Noticed that when MacOSX is the IRM,
  1321. * it does not set our validity bit. We need to compensate for
  1322. * that somewhere else, but not in eth1394. */
  1323. #if 0
  1324. if ((priv->host->csr.broadcast_channel & 0xc0000000) != 0xc0000000)
  1325. goto fail;
  1326. #endif
  1327. skb = skb_share_check(skb, GFP_ATOMIC);
  1328. if (!skb)
  1329. goto fail;
  1330. /* Get rid of the fake eth1394 header, but save a pointer */
  1331. eth = (struct eth1394hdr *)skb->data;
  1332. skb_pull(skb, ETH1394_HLEN);
  1333. proto = eth->h_proto;
  1334. dg_size = skb->len;
  1335. /* Set the transmission type for the packet. ARP packets and IP
  1336. * broadcast packets are sent via GASP. */
  1337. if (memcmp(eth->h_dest, dev->broadcast, ETH1394_ALEN) == 0 ||
  1338. proto == htons(ETH_P_ARP) ||
  1339. (proto == htons(ETH_P_IP) &&
  1340. IN_MULTICAST(ntohl(ip_hdr(skb)->daddr)))) {
  1341. tx_type = ETH1394_GASP;
  1342. dest_node = LOCAL_BUS | ALL_NODES;
  1343. max_payload = priv->bc_maxpayload - ETHER1394_GASP_OVERHEAD;
  1344. BUG_ON(max_payload < 512 - ETHER1394_GASP_OVERHEAD);
  1345. dgl = priv->bc_dgl;
  1346. if (max_payload < dg_size + hdr_type_len[ETH1394_HDR_LF_UF])
  1347. priv->bc_dgl++;
  1348. } else {
  1349. __be64 guid = get_unaligned((u64 *)eth->h_dest);
  1350. node = eth1394_find_node_guid(&priv->ip_node_list,
  1351. be64_to_cpu(guid));
  1352. if (!node)
  1353. goto fail;
  1354. node_info =
  1355. (struct eth1394_node_info *)node->ud->device.driver_data;
  1356. if (node_info->fifo == CSR1212_INVALID_ADDR_SPACE)
  1357. goto fail;
  1358. dest_node = node->ud->ne->nodeid;
  1359. max_payload = node_info->maxpayload;
  1360. BUG_ON(max_payload < 512 - ETHER1394_GASP_OVERHEAD);
  1361. dgl = node_info->dgl;
  1362. if (max_payload < dg_size + hdr_type_len[ETH1394_HDR_LF_UF])
  1363. node_info->dgl++;
  1364. tx_type = ETH1394_WRREQ;
  1365. }
  1366. /* If this is an ARP packet, convert it */
  1367. if (proto == htons(ETH_P_ARP))
  1368. ether1394_arp_to_1394arp(skb, dev);
  1369. ptask->hdr.words.word1 = 0;
  1370. ptask->hdr.words.word2 = 0;
  1371. ptask->hdr.words.word3 = 0;
  1372. ptask->hdr.words.word4 = 0;
  1373. ptask->skb = skb;
  1374. ptask->priv = priv;
  1375. ptask->tx_type = tx_type;
  1376. if (tx_type != ETH1394_GASP) {
  1377. u64 addr;
  1378. spin_lock_irqsave(&priv->lock, flags);
  1379. addr = node_info->fifo;
  1380. spin_unlock_irqrestore(&priv->lock, flags);
  1381. ptask->addr = addr;
  1382. ptask->dest_node = dest_node;
  1383. }
  1384. ptask->tx_type = tx_type;
  1385. ptask->max_payload = max_payload;
  1386. ptask->outstanding_pkts = ether1394_encapsulate_prep(max_payload,
  1387. proto, &ptask->hdr, dg_size, dgl);
  1388. /* Add the encapsulation header to the fragment */
  1389. tx_len = ether1394_encapsulate(skb, max_payload, &ptask->hdr);
  1390. dev->trans_start = jiffies;
  1391. if (ether1394_send_packet(ptask, tx_len)) {
  1392. if (dest_node == (LOCAL_BUS | ALL_NODES))
  1393. goto fail;
  1394. /* Most failures of ether1394_send_packet are recoverable. */
  1395. netif_stop_queue(dev);
  1396. priv->wake_node = dest_node;
  1397. schedule_work(&priv->wake);
  1398. kmem_cache_free(packet_task_cache, ptask);
  1399. return NETDEV_TX_BUSY;
  1400. }
  1401. return NETDEV_TX_OK;
  1402. fail:
  1403. if (ptask)
  1404. kmem_cache_free(packet_task_cache, ptask);
  1405. if (skb != NULL)
  1406. dev_kfree_skb(skb);
  1407. spin_lock_irqsave(&priv->lock, flags);
  1408. priv->stats.tx_dropped++;
  1409. priv->stats.tx_errors++;
  1410. spin_unlock_irqrestore(&priv->lock, flags);
  1411. /*
  1412. * FIXME: According to a patch from 2003-02-26, "returning non-zero
  1413. * causes serious problems" here, allegedly. Before that patch,
  1414. * -ERRNO was returned which is not appropriate under Linux 2.6.
  1415. * Perhaps more needs to be done? Stop the queue in serious
  1416. * conditions and restart it elsewhere?
  1417. */
  1418. /* return NETDEV_TX_BUSY; */
  1419. return NETDEV_TX_OK;
  1420. }
  1421. static void ether1394_get_drvinfo(struct net_device *dev,
  1422. struct ethtool_drvinfo *info)
  1423. {
  1424. strcpy(info->driver, driver_name);
  1425. strcpy(info->bus_info, "ieee1394"); /* FIXME provide more detail? */
  1426. }
  1427. static struct ethtool_ops ethtool_ops = {
  1428. .get_drvinfo = ether1394_get_drvinfo
  1429. };
  1430. static int __init ether1394_init_module(void)
  1431. {
  1432. int err;
  1433. packet_task_cache = kmem_cache_create("packet_task",
  1434. sizeof(struct packet_task),
  1435. 0, 0, NULL, NULL);
  1436. if (!packet_task_cache)
  1437. return -ENOMEM;
  1438. hpsb_register_highlevel(&eth1394_highlevel);
  1439. err = hpsb_register_protocol(&eth1394_proto_driver);
  1440. if (err) {
  1441. hpsb_unregister_highlevel(&eth1394_highlevel);
  1442. kmem_cache_destroy(packet_task_cache);
  1443. }
  1444. return err;
  1445. }
  1446. static void __exit ether1394_exit_module(void)
  1447. {
  1448. hpsb_unregister_protocol(&eth1394_proto_driver);
  1449. hpsb_unregister_highlevel(&eth1394_highlevel);
  1450. kmem_cache_destroy(packet_task_cache);
  1451. }
  1452. module_init(ether1394_init_module);
  1453. module_exit(ether1394_exit_module);