Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c196 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()
[all …]
H A Dif_bfereg.h586 device_t bfe_dev; member