Symbol: pcifront_device
sys/dev/xen/pcifront/pcifront.c
103
static STAILQ_HEAD(pcifront_dlist, pcifront_device) pdev_list = STAILQ_HEAD_INITIALIZER(pdev_list);
sys/dev/xen/pcifront/pcifront.c
108
struct pcifront_device *pdev;
sys/dev/xen/pcifront/pcifront.c
112
static struct pcifront_device *
sys/dev/xen/pcifront/pcifront.c
115
struct pcifront_device *pdev = NULL;
sys/dev/xen/pcifront/pcifront.c
126
pdev = (struct pcifront_device *)malloc(sizeof(struct pcifront_device), M_DEVBUF, M_NOWAIT);
sys/dev/xen/pcifront/pcifront.c
163
get_pdev(struct pcifront_device *pdev)
sys/dev/xen/pcifront/pcifront.c
170
put_pdev(struct pcifront_device *pdev)
sys/dev/xen/pcifront/pcifront.c
190
pcifront_publish_info(struct pcifront_device *pdev)
sys/dev/xen/pcifront/pcifront.c
250
pcifront_connect(struct pcifront_device *pdev)
sys/dev/xen/pcifront/pcifront.c
285
pcifront_disconnect(struct pcifront_device *pdev)
sys/dev/xen/pcifront/pcifront.c
308
struct pcifront_device *pdev;
sys/dev/xen/pcifront/pcifront.c
338
struct pcifront_device *pdev = xdev->data;
sys/dev/xen/pcifront/pcifront.c
363
do_pci_op(struct pcifront_device *pdev, struct xen_pci_op *op)
sys/dev/xen/pcifront/pcifront.c
441
struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(dev);
sys/dev/xen/pcifront/pcifront.c
451
struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(dev);
sys/dev/xen/pcifront/pcifront.c
543
struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(device_get_parent(dev));
sys/dev/xen/pcifront/pcifront.c
86
STAILQ_ENTRY(pcifront_device) next;