Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c208 lbs_deb_main("waiting for commands to complete\n"); in lbs_stop_iface()
210 lbs_deb_main("all commands completed\n"); in lbs_stop_iface()
918 lbs_deb_main("destroying worker thread\n"); in lbs_remove_card()
920 lbs_deb_main("done destroying worker thread\n"); in lbs_remove_card()
H A Ddefs.h58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) macro