Lines Matching defs:bytes
409 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
418 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
834 priv->table2_len &= 0x0000ffff; /* use first two bytes */
2193 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
3252 /* dma to chunk->address, the chunk->length bytes from data +
3418 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
3882 /* First 3 bytes are manufacturer */
3887 /* Last bytes are random */
4477 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
7703 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7867 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
8073 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
10212 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10215 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
10238 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10384 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
10456 struct ethtool_eeprom *eeprom, u8 * bytes)
10463 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
10469 struct ethtool_eeprom *eeprom, u8 * bytes)
10477 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
11877 * here since it only restores the first 64 bytes pci config header.