Lines Matching refs:data
62 16M of data to a DECstation 5000/200 as follows:
157 longword aligned data copies (which makes them really slow). No comment.
620 #define MAX_DAT_SZ 1500 /* Maximum ethernet data length */
621 #define MIN_DAT_SZ 1 /* Minimum ethernet data length */
622 #define PKT_HDR_LEN 14 /* Addresses and data length info */
971 static void mii_wr(int data, u_char phyreg, u_char phyaddr, u_long ioaddr);
973 static void mii_wdata(int data, int len, u_long ioaddr);
975 static int mii_swap(int data, int len);
977 static void sendto_mii(u32 command, int data, u_long ioaddr);
990 static void gep_wr(s32 data, struct net_device *dev);
1361 ** to be data corruption problems if it is larger (UDP errors seen from a
1501 load_packet(dev, skb->data, TD_IC | TD_LS | TD_FS | skb->len, skb);
1528 ** so that the asserted interrupt always has some real data to work with -
1649 de4x5_local_stats(dev, skb->data, pkt_len);
3608 tmp = virt_to_bus(p->data);
3998 s8 data;
4006 data = inb(aprom_addr);
4007 if (dev.Sig[j] == data) { /* track signature */
4010 if (data == dev.Sig[0]) { /* rare case.... */
4380 ** A generic routine that writes GEP control, data and reset information
4819 return mii_rdata(ioaddr); /* Read data */
4823 mii_wr(int data, u_char phyreg, u_char phyaddr, u_long ioaddr)
4831 data = mii_swap(data, 16); /* Swap data bit ordering */
4832 mii_wdata(data, 16, ioaddr); /* Write data */
4850 mii_wdata(int data, int len, u_long ioaddr)
4855 sendto_mii(MII_MWR | MII_WR, data, ioaddr);
4856 data >>= 1;
4884 mii_swap(int data, int len)
4890 tmp |= (data & 1);
4891 data >>= 1;
4898 sendto_mii(u32 command, int data, u_long ioaddr)
4902 j = (data & 1) << 17;
5114 gep_wr(s32 data, struct net_device *dev)
5120 outl(data, DE4X5_GEP);
5122 outl((data<<16) | lp->cache.csr15, DE4X5_SIGR);
5348 skb->data, &skb->data[6],
5349 (u_char)skb->data[12],
5350 (u_char)skb->data[13],
5355 printk("%02x ",(u_char)skb->data[i+j]);
5388 if (copy_to_user(ioc->data, tmp.addr, ioc->len)) return -EFAULT;
5393 if (copy_from_user(tmp.addr, ioc->data, ETH_ALEN)) return -EFAULT;
5428 if (copy_to_user(ioc->data, &statbuf, ioc->len))
5441 if (copy_to_user(ioc->data, tmp.addr, 1)) return -EFAULT;
5446 if (copy_from_user(tmp.addr, ioc->data, 1)) return -EFAULT;
5461 if (copy_to_user(ioc->data, tmp.lval, ioc->len))
5551 if (copy_to_user(ioc->data, tmp.addr, ioc->len)) return -EFAULT;