Searched refs:malo_dev (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 176 mh = malo_hal_attach(sc->malo_dev, devid, in malo_attach() 179 device_printf(sc->malo_dev, "unable to attach HAL\n"); in malo_attach() 192 device_printf(sc->malo_dev, "unable to setup firmware\n"); in malo_attach() 198 device_printf(sc->malo_dev, "unable to fetch h/w specs\n"); in malo_attach() 234 device_printf(sc->malo_dev, in malo_attach() 245 "%s taskq", device_get_nameunit(sc->malo_dev)); in malo_attach() 251 ic->ic_name = device_get_nameunit(sc->malo_dev); in malo_attach() 327 device_printf(sc->malo_dev, "multiple vaps not supported\n"); in malo_vap_create() 338 device_printf(sc->malo_dev, "%s mode not supported\n", in malo_vap_create() 444 error = bus_dma_tag_create(bus_get_dma_tag(sc->malo_dev),/* parent */ in malo_desc_setup() [all …]
|
H A D | if_malo.h | 496 device_get_nameunit((_sc)->malo_dev), (_tq)->qnum); \ 525 device_t malo_dev; member 566 mtx_init(&(_sc)->malo_mtx, device_get_nameunit((_sc)->malo_dev), \ 574 mtx_init(&(_sc)->malo_rxlock, device_get_nameunit((_sc)->malo_dev), \
|
H A D | if_malo_pci.c | 156 sc->malo_dev = dev; in malo_pci_attach()
|