Lines Matching defs:data
15 u16 size, void *data, int in_pm)
28 value, index, data, size);
41 u16 size, void *data, int in_pm)
54 value, index, data, size);
64 u16 size, void *data)
68 value, index, data, size);
146 * cause a discontinuity in the data stream and therefore need to avoid
147 * appending bad data to the end of the current netdev socket buffer.
153 rx->header = get_unaligned_le32(skb->data + offset);
170 skb->data + offset);
178 skb->data + offset) << 16);
182 rx->header = get_unaligned_le32(skb->data +
221 skb_put_data(rx->ax_skb, skb->data + offset,
295 skb->data = memmove(skb->head + 4, skb->data, skb->len);
461 struct asix_data *data = (struct asix_data *)&dev->data;
472 /* We use the 20 byte dev->data
479 memset(data->multi_filter, 0, AX_MCAST_FILTER_SIZE);
484 data->multi_filter[crc_bits >> 3] |=
489 AX_MCAST_FILTER_SIZE, data->multi_filter);
636 u8 *data)
665 memcpy(data, (u8 *)eeprom_buff + (eeprom->offset & 1), eeprom->len);
671 u8 *data)
696 /* align data to 16 bit boundaries, read the missing data from
716 memcpy((u8 *)eeprom_buff + (eeprom->offset & 1), data, eeprom->len);
718 /* write data to EEPROM */
727 netdev_dbg(net, "write to EEPROM at offset 0x%02x, data 0x%04x\n",
762 struct asix_data *data = (struct asix_data *)&dev->data;
772 /* We use the 20 byte dev->data
776 memcpy(data->mac_addr, addr->sa_data, ETH_ALEN);
778 data->mac_addr);