Lines Matching refs:data
221 * @rxpkt: The data for the received packet
223 * Dump the initial data from the packet to dev_dbg().
267 * header, allocating the packet and then reading the packet data
272 * reset to the data stream coming from the chip.
473 /* auto-increment tx data, reset tx pointer */
654 /* schedule work to do the actual set of the data if needed */
755 struct ks8851_net *ks = ee->data;
767 struct ks8851_net *ks = ee->data;
812 struct ethtool_eeprom *ee, u8 *data)
843 tmp |= *data << 8;
846 tmp |= *data;
859 struct ethtool_eeprom *ee, u8 *data)
879 eeprom_93cx6_multiread(&ks->eeprom, offset/2, (__le16 *)data, len/2);
961 * This call reads data from the PHY register specified in @reg. Since the
968 * as real PHY capabilities, thus displaying incorrect data to the user.
1174 ks->eeprom.data = ks;