Lines Matching refs:DEVNAME
58 #define DEVNAME(sc) device_xname((sc)->sc_dev) macro
337 error = workqueue_create(&sc->sc_taskq, DEVNAME(sc), in bwfm_attach()
340 printf("%s: could not create workqueue\n", DEVNAME(sc)); in bwfm_attach()
352 printf("%s: could not read io type\n", DEVNAME(sc)); in bwfm_attach()
358 printf("%s: could not read mac address\n", DEVNAME(sc)); in bwfm_attach()
362 printf("%s: address %s\n", DEVNAME(sc), ether_sprintf(ic->ic_myaddr)); in bwfm_attach()
370 printf("%s: %s", DEVNAME(sc), fw_version); in bwfm_attach()
403 printf("%s: couldn't get supported band list\n", DEVNAME(sc)); in bwfm_attach()
443 printf("%s: unsupported band 0x%x\n", DEVNAME(sc), in bwfm_attach()
457 memcpy(ifp->if_xname, DEVNAME(sc), IFNAMSIZ); in bwfm_attach()
515 printf("%s: could not set power\n", DEVNAME(sc)); in bwfm_start()
560 printf("%s: could not set mpc\n", DEVNAME(sc)); in bwfm_init()
575 printf("%s: could not set join pref\n", DEVNAME(sc)); in bwfm_init()
615 printf("%s: could not set event mask\n", DEVNAME(sc)); in bwfm_init()
621 printf("%s: could not set scan channel time\n", DEVNAME(sc)); in bwfm_init()
626 printf("%s: could not set scan unassoc time\n", DEVNAME(sc)); in bwfm_init()
631 printf("%s: could not set scan passive time\n", DEVNAME(sc)); in bwfm_init()
726 printf("%s: device timeout\n", DEVNAME(sc)); in bwfm_watchdog()
818 printf("%s: no free tasks\n", DEVNAME(sc)); in bwfm_key_set()
887 printf("%s: %s: cipher %s not supported\n", DEVNAME(sc), in bwfm_key_set_cb()
910 printf("%s: no free tasks\n", DEVNAME(sc)); in bwfm_key_delete()
945 printf("%s: no free tasks\n", DEVNAME(sc)); in bwfm_newstate()
966 DPRINTF(("%s: newstate %d -> %d\n", DEVNAME(sc), ostate, nstate)); in bwfm_newstate_cb()
1049 printf("%s: failed buscore prepare\n", DEVNAME(sc)); in bwfm_chip_attach()
1069 DEVNAME(sc)); in bwfm_chip_attach()
1079 DEVNAME(sc), BWFM_CHIP_CHIPID_TYPE(val)); in bwfm_chip_attach()
1085 DEVNAME(sc), core->co_id, core->co_rev, in bwfm_chip_attach()
1105 printf("%s: CPU core not detected\n", DEVNAME(sc)); in bwfm_chip_attach()
1109 printf("%s: RAM core not provided\n", DEVNAME(sc)); in bwfm_chip_attach()
1227 printf("%s: timeout on core reset\n", DEVNAME(sc)); in bwfm_chip_ai_disable()
1255 printf("%s: timeout on core reset\n", DEVNAME(sc)); in bwfm_chip_ai_reset()
1291 printf("%s: not component descriptor\n", DEVNAME(sc)); in bwfm_chip_dmp_erom_scan()
1701 printf("%s: unknown chip: %d\n", DEVNAME(sc), in bwfm_chip_tcm_rambase()
1733 DPRINTF(("%s: tx failed\n", DEVNAME(sc))); in bwfm_proto_bcdc_query_dcmd()
1739 DPRINTF(("%s: rx failed\n", DEVNAME(sc))); in bwfm_proto_bcdc_query_dcmd()
1749 printf("%s: unexpected request id\n", DEVNAME(sc)); in bwfm_proto_bcdc_query_dcmd()
1791 DPRINTF(("%s: tx failed\n", DEVNAME(sc))); in bwfm_proto_bcdc_set_dcmd()
1797 DPRINTF(("%s: rx failed\n", DEVNAME(sc))); in bwfm_proto_bcdc_set_dcmd()
1807 printf("%s: unexpected request id\n", DEVNAME(sc)); in bwfm_proto_bcdc_set_dcmd()
1849 printf("%s: could not load blob (%s)\n", DEVNAME(sc), in bwfm_process_blob()
2065 DEVNAME(sc), ic->ic_flags, wpa, wsec)); in bwfm_connect()
2172 printf("%s: no free tasks\n", DEVNAME(sc)); in bwfm_rx_event()
2216 printf("%s: results too small\n", DEVNAME(sc)); in bwfm_rx_event_cb()
2222 printf("%s: results too small\n", DEVNAME(sc)); in bwfm_rx_event_cb()
2229 printf("%s: bss_info buffer too big\n", DEVNAME(sc)); in bwfm_rx_event_cb()