Home
last modified time | relevance | path

Searched refs:pcifront_device (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/xen/pcifront/
H A Dpcifront.c85 struct pcifront_device { struct
86 STAILQ_ENTRY(pcifront_device) next;
103 static STAILQ_HEAD(pcifront_dlist, pcifront_device) pdev_list = STAILQ_HEAD_INITIALIZER(pdev_list); argument
108 struct pcifront_device *pdev;
112 static struct pcifront_device *
115 struct pcifront_device *pdev = NULL; in alloc_pdev()
126 pdev = (struct pcifront_device *)malloc(sizeof(struct pcifront_device), M_DEVBUF, M_NOWAIT); in alloc_pdev()
163 get_pdev(struct pcifront_device *pdev) in get_pdev()
170 put_pdev(struct pcifront_device *pdev) in put_pdev()
190 pcifront_publish_info(struct pcifront_device *pdev) in pcifront_publish_info()
[all …]