Searched refs:dev_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c52 struct mlx4_device_context *dev_ctx; local
54 dev_ctx = kmalloc(sizeof *dev_ctx, GFP_KERNEL);
55 if (!dev_ctx)
58 dev_ctx->intf = intf;
59 dev_ctx->context = intf->add(&priv->dev);
61 if (dev_ctx->context) {
63 list_add_tail(&dev_ctx->list, &priv->ctx_list);
67 intf->activate(&priv->dev, dev_ctx->context);
71 kfree(dev_ctx);
76 struct mlx4_device_context *dev_ctx; local
133 struct mlx4_device_context *dev_ctx = NULL, *temp_dev_ctx; local
186 struct mlx4_device_context *dev_ctx; local
239 struct mlx4_device_context *dev_ctx; local
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.c242 struct xhci_dev_ctx *dev_ctx; member in struct:pci_xhci_dev_emu
636 struct xhci_dev_ctx *dev_ctx; local
642 dev_ctx = dev->dev_ctx;
643 ep_ctx = &dev_ctx->ctx_ep[epid];
679 struct xhci_dev_ctx *dev_ctx; local
685 dev_ctx = dev->dev_ctx;
686 ep_ctx = &dev_ctx->ctx_ep[epid];
864 struct xhci_dev_ctx *dev_ctx; local
916 struct xhci_dev_ctx *dev_ctx; local
996 struct xhci_dev_ctx *dev_ctx; local
1113 struct xhci_dev_ctx *dev_ctx; local
1209 struct xhci_dev_ctx *dev_ctx; local
1290 struct xhci_dev_ctx *dev_ctx; local
1535 struct xhci_dev_ctx *dev_ctx; local
1888 struct xhci_dev_ctx *dev_ctx; local
2568 struct xhci_dev_ctx *dev_ctx; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c725 struct mlx5_device_context *dev_ctx; local
728 dev_ctx = kzalloc(sizeof(*dev_ctx), GFP_KERNEL);
729 if (!dev_ctx)
732 dev_ctx->intf = intf;
734 dev_ctx->context = intf->add(dev);
737 if (dev_ctx->context) {
739 list_add_tail(&dev_ctx->list, &priv->ctx_list);
742 kfree(dev_ctx);
748 struct mlx5_device_context *dev_ctx; local
823 struct mlx5_device_context *dev_ctx; local
1261 struct mlx5_device_context *dev_ctx; local
[all...]

Completed in 399 milliseconds