Home
last modified time | relevance | path

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

/freebsd/sys/x86/pci/
H A Dqpi.c102 struct qpi_device *qdev; in qpi_probe_pcib() local
139 qdev = malloc(sizeof(struct qpi_device), M_QPI, M_WAITOK); in qpi_probe_pcib()
140 qdev->qd_pcibus = bus; in qpi_probe_pcib()
141 device_set_ivars(child, qdev); in qpi_probe_pcib()
164 struct qpi_device *qdev; in qpi_print_child() local
167 qdev = device_get_ivars(child); in qpi_print_child()
169 if (qdev->qd_pcibus != -1) in qpi_print_child()
170 retval += printf(" pcibus %d", qdev->qd_pcibus); in qpi_print_child()
179 struct qpi_device *qdev; in qpi_read_ivar() local
181 qdev = device_get_ivars(child); in qpi_read_ivar()
[all …]