Lines Matching refs:bfe_dev

196 	error = bus_dma_tag_create(bus_get_dma_tag(sc->bfe_dev), /* parent */  in bfe_dma_alloc()
208 device_printf(sc->bfe_dev, "cannot create parent DMA tag.\n"); in bfe_dma_alloc()
225 device_printf(sc->bfe_dev, "cannot create Tx ring DMA tag.\n"); in bfe_dma_alloc()
242 device_printf(sc->bfe_dev, "cannot create Rx ring DMA tag.\n"); in bfe_dma_alloc()
259 device_printf(sc->bfe_dev, in bfe_dma_alloc()
277 device_printf(sc->bfe_dev, in bfe_dma_alloc()
286 device_printf(sc->bfe_dev, in bfe_dma_alloc()
295 device_printf(sc->bfe_dev, in bfe_dma_alloc()
304 device_printf(sc->bfe_dev, in bfe_dma_alloc()
313 device_printf(sc->bfe_dev, in bfe_dma_alloc()
326 device_printf(sc->bfe_dev, in bfe_dma_alloc()
335 device_printf(sc->bfe_dev, "cannot create spare DMA map for Rx.\n"); in bfe_dma_alloc()
346 device_printf(sc->bfe_dev, in bfe_dma_alloc()
440 sc->bfe_dev = dev; in bfe_attach()
856 bar_orig = pci_read_config(sc->bfe_dev, BFE_BAR0_WIN, 4); in bfe_pci_setup()
857 pci_write_config(sc->bfe_dev, BFE_BAR0_WIN, BFE_REG_PCI, 4); in bfe_pci_setup()
867 pci_write_config(sc->bfe_dev, BFE_BAR0_WIN, bar_orig, 4); in bfe_pci_setup()
893 device_printf(sc->bfe_dev, "PHY Reset would not complete.\n"); in bfe_resetphy()
1133 bus_teardown_intr(sc->bfe_dev, sc->bfe_irq, sc->bfe_intrhand); in bfe_release_resources()
1136 bus_release_resource(sc->bfe_dev, SYS_RES_IRQ, 0, sc->bfe_irq); in bfe_release_resources()
1139 bus_release_resource(sc->bfe_dev, SYS_RES_MEMORY, PCIR_BAR(0), in bfe_release_resources()
1172 device_printf(sc->bfe_dev, in bfe_wait_bit()
1471 device_printf(sc->bfe_dev, "Descriptor Error\n"); in bfe_intr()
1478 device_printf(sc->bfe_dev, in bfe_intr()
1695 device_printf(sc->bfe_dev, in bfe_init_locked()
1811 device_printf(sc->bfe_dev, "watchdog timeout -- resetting\n"); in bfe_watchdog()
1877 printf("%s statistics:\n", device_get_nameunit(sc->bfe_dev)); in sysctl_bfe_stats()