Lines Matching refs:malo_dev

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()
457 device_printf(sc->malo_dev, "cannot allocate %s DMA tag\n", in malo_desc_setup()
466 device_printf(sc->malo_dev, in malo_desc_setup()
476 device_printf(sc->malo_dev, in malo_desc_setup()
520 device_printf(sc->malo_dev, in malo_rxdma_setup()
534 device_printf(sc->malo_dev, in malo_rxdma_setup()
562 device_printf(sc->malo_dev, "malloc of %u tx buffers failed\n", in malo_txdma_setup()
577 device_printf(sc->malo_dev, in malo_txdma_setup()
1102 device_printf(sc->malo_dev, in malo_tx_start()
1165 device_printf(sc->malo_dev, "bogus frame type 0x%x (%s)\n", in malo_tx_start()
1290 device_printf(sc->malo_dev, "watchdog timeout\n"); in malo_watchdog()
1343 device_printf(sc->malo_dev, in malo_getrxmbuf()
1449 device_printf(sc->malo_dev, in malo_init_locked()
1459 device_printf(sc->malo_dev, in malo_init_locked()
1704 device_printf(sc->malo_dev, "setting %s slot failed\n", in malo_updateslot()
1812 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->malo_dev); in malo_sysctlattach()
1813 struct sysctl_oid *tree = device_get_sysctl_tree(sc->malo_dev); in malo_sysctlattach()
1826 device_printf(sc->malo_dev, in malo_announce()
1836 device_printf(sc->malo_dev, in malo_announce()
1839 device_printf(sc->malo_dev, in malo_announce()