Lines Matching refs: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);
7657 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7821 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
8027 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
10166 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10169 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
10192 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10338 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
10410 struct ethtool_eeprom *eeprom, u8 * bytes)
10417 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
10423 struct ethtool_eeprom *eeprom, u8 * bytes)
10431 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
11831 * here since it only restores the first 64 bytes pci config header.