Lines Matching refs:info
1535 struct velocity_rd_info *rd_info = &(vptr->rx.info[idx]);
1573 if (!vptr->rx.info[dirty].skb) {
1600 if (vptr->rx.info == NULL)
1604 struct velocity_rd_info *rd_info = &(vptr->rx.info[i]);
1619 kfree(vptr->rx.info);
1620 vptr->rx.info = NULL;
1634 vptr->rx.info = kcalloc(vptr->options.numrx,
1636 if (!vptr->rx.info)
2050 struct velocity_rd_info *rd_info = &(vptr->rx.info[idx]);
2116 if (!vptr->rx.info[rd_curr].skb)
2650 * @vptr: Velocity info
2651 * @info: Board type
2657 const struct velocity_info_tbl *info)
2659 vptr->chip_id = info->chip_id;
2660 vptr->tx.numq = info->txqueue;
2666 * velocity_get_pci_info - retrieve PCI info for device
2702 * velocity_get_platform_info - retrieve platform info for device
2754 * @info: table of match
2755 * @irq: interrupt info
2762 const struct velocity_info_tbl *info,
2796 velocity_init_info(vptr, info);
2832 vptr->options.flags &= info->flags;
2838 vptr->flags = vptr->options.flags | (info->flags & 0xFF000000UL);
2912 const struct velocity_info_tbl *info =
2926 ret = velocity_probe(&pdev->dev, pdev->irq, info, BUS_PCI);
2947 const struct velocity_info_tbl *info;
2953 info = of_id->data;
2959 return velocity_probe(&pdev->dev, irq, info, BUS_PLATFORM);
3419 static void velocity_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
3423 strlcpy(info->driver, VELOCITY_NAME, sizeof(info->driver));
3424 strlcpy(info->version, VELOCITY_VERSION, sizeof(info->version));
3426 strlcpy(info->bus_info, pci_name(vptr->pdev),
3427 sizeof(info->bus_info));
3429 strlcpy(info->bus_info, "platform", sizeof(info->bus_info));