Lines Matching defs:data
1088 netdev_vdbg(bp->dev, "txerr skb %u (data %p) TX complete\n",
1090 skb->data);
1217 netdev_vdbg(bp->dev, "skb %u (data %p) TX complete\n",
1219 skb->data);
1280 paddr = dma_map_single(&bp->pdev->dev, skb->data,
1427 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_ADDRESS, 16, 1,
1428 skb->data, 32, true);
2017 /* First, map non-paged data */
2028 skb->data + offset,
2046 /* Then, map paged data from fragments */
2208 * wrong UDP header checksums for UDP packets with UDP data len <=2
2254 fcs = crc32_le(~0, (*skb)->data, (*skb)->len);
2309 "start_xmit: queue %hu len %u head %p data %p tail %p end %p\n",
2310 queue_index, skb->len, skb->head, skb->data,
2312 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_OFFSET, 16, 1,
2313 skb->data, 16, true);
2708 * register to find the maximum supported data bus width.
2783 /* Make eth data aligned.
3123 struct ethtool_stats *stats, u64 *data)
3129 memcpy(data, &bp->ethtool_stats, sizeof(u64)
3846 cmd->data = bp->max_tuples;
3860 cmd->data = bp->num_queues;
4830 lp->rm9200_txq[desc].mapping = dma_map_single(&lp->pdev->dev, skb->data,
4839 /* Set address of the data in the Transmit Address register */
5391 { .compatible = "cdns,at91sam9260-macb", .data = &at91sam9260_config },
5393 { .compatible = "cdns,np4-macb", .data = &np4_config },
5394 { .compatible = "cdns,pc302-gem", .data = &pc302gem_config },
5395 { .compatible = "cdns,gem", .data = &pc302gem_config },
5396 { .compatible = "cdns,sam9x60-macb", .data = &at91sam9260_config },
5397 { .compatible = "atmel,sama5d2-gem", .data = &sama5d2_config },
5398 { .compatible = "atmel,sama5d29-gem", .data = &sama5d29_config },
5399 { .compatible = "atmel,sama5d3-gem", .data = &sama5d3_config },
5400 { .compatible = "atmel,sama5d3-macb", .data = &sama5d3macb_config },
5401 { .compatible = "atmel,sama5d4-gem", .data = &sama5d4_config },
5402 { .compatible = "cdns,at91rm9200-emac", .data = &emac_config },
5403 { .compatible = "cdns,emac", .data = &emac_config },
5404 { .compatible = "cdns,zynqmp-gem", .data = &zynqmp_config}, /* deprecated */
5405 { .compatible = "cdns,zynq-gem", .data = &zynq_config }, /* deprecated */
5406 { .compatible = "sifive,fu540-c000-gem", .data = &fu540_c000_config },
5407 { .compatible = "microchip,mpfs-macb", .data = &mpfs_config },
5408 { .compatible = "microchip,sama7g5-gem", .data = &sama7g5_gem_config },
5409 { .compatible = "microchip,sama7g5-emac", .data = &sama7g5_emac_config },
5410 { .compatible = "mobileye,eyeq5-gem", .data = &eyeq5_config },
5411 { .compatible = "raspberrypi,rp1-gem", .data = &raspberrypi_rp1_config },
5412 { .compatible = "xlnx,zynqmp-gem", .data = &zynqmp_config},
5413 { .compatible = "xlnx,zynq-gem", .data = &zynq_config },
5414 { .compatible = "xlnx,versal-gem", .data = &versal_config},
5455 if (match && match->data)
5456 macb_config = match->data;