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

/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dintf.c51 struct mlx4_device_context *dev_ctx; local
53 dev_ctx = kmalloc(sizeof *dev_ctx, GFP_KERNEL);
54 if (!dev_ctx)
57 dev_ctx->intf = intf;
58 dev_ctx->context = intf->add(&priv->dev);
60 if (dev_ctx->context) {
62 list_add_tail(&dev_ctx->list, &priv->ctx_list);
65 kfree(dev_ctx);
70 struct mlx4_device_context *dev_ctx; local
122 struct mlx4_device_context *dev_ctx; local
172 struct mlx4_device_context *dev_ctx; local
[all...]
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_xhci.c240 struct xhci_dev_ctx *dev_ctx; member in struct:pci_xhci_dev_emu
634 struct xhci_dev_ctx *dev_ctx; local
640 dev_ctx = dev->dev_ctx;
641 ep_ctx = &dev_ctx->ctx_ep[epid];
677 struct xhci_dev_ctx *dev_ctx; local
683 dev_ctx = dev->dev_ctx;
684 ep_ctx = &dev_ctx->ctx_ep[epid];
862 struct xhci_dev_ctx *dev_ctx; local
914 struct xhci_dev_ctx *dev_ctx; local
994 struct xhci_dev_ctx *dev_ctx; local
1111 struct xhci_dev_ctx *dev_ctx; local
1207 struct xhci_dev_ctx *dev_ctx; local
1288 struct xhci_dev_ctx *dev_ctx; local
1533 struct xhci_dev_ctx *dev_ctx; local
1886 struct xhci_dev_ctx *dev_ctx; local
[all...]
/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c868 struct mlx5_device_context *dev_ctx; local
871 dev_ctx = kmalloc(sizeof(*dev_ctx), GFP_KERNEL);
873 dev_ctx->intf = intf;
874 dev_ctx->context = intf->add(dev);
876 if (dev_ctx->context) {
878 list_add_tail(&dev_ctx->list, &priv->ctx_list);
881 kfree(dev_ctx);
887 struct mlx5_device_context *dev_ctx; local
890 list_for_each_entry(dev_ctx,
958 struct mlx5_device_context *dev_ctx; local
981 struct mlx5_device_context *dev_ctx; local
[all...]
/freebsd-11.0-release/sys/dev/hyperv/vmbus/
H A Dvmbus.c516 struct hv_device *dev_ctx = device_get_ivars(child); local
519 if (dev_ctx == NULL)
523 hyperv_guid2str(&dev_ctx->class_id, guidbuf, sizeof(guidbuf));
527 hyperv_guid2str(&dev_ctx->device_id, guidbuf, sizeof(guidbuf));

Completed in 66 milliseconds