Lines Matching defs:bytes
396 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
405 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
821 priv->table2_len &= 0x0000ffff; /* use first two bytes */
2161 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
3206 /* dma to chunk->address, the chunk->length bytes from data +
3372 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
3836 /* First 3 bytes are manufacturer */
3841 /* Last bytes are random */
4431 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
7665 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7829 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
8035 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
10173 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10176 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
10199 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10345 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
10413 struct ethtool_eeprom *eeprom, u8 * bytes)
10420 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
10426 struct ethtool_eeprom *eeprom, u8 * bytes)
10434 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
11833 * here since it only restores the first 64 bytes pci config header.