Home
last modified time | relevance | path

Searched refs:lbs_deb_host (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcmdresp.c77 lbs_deb_host("CMD_RESP: cur_cmd is NULL\n"); in lbs_process_command_response()
132 lbs_deb_host( in lbs_process_command_response()
137 lbs_deb_host("CMD_RESP: PS command failed with 0x%x\n", in lbs_process_command_response()
151 lbs_deb_host("CMD_RESP: ENTER_PS command response\n"); in lbs_process_command_response()
157 lbs_deb_host( in lbs_process_command_response()
170 lbs_deb_host("CMD_RESP: EXIT_PS command response\n"); in lbs_process_command_response()
172 lbs_deb_host("CMD_RESP: PS action 0x%X\n", action); in lbs_process_command_response()
184 lbs_deb_host("CMD_RESP: error 0x%04x in command reply 0x%04x\n", in lbs_process_command_response()
192 lbs_deb_host("CMD_RESP: reset failed\n"); in lbs_process_command_response()
H A Dcmd.c896 lbs_deb_host("QUEUE_CMD: cmdnode is NULL\n"); in lbs_queue_cmd()
1270 lbs_deb_host( in lbs_execute_next_command()
1316 lbs_deb_host( in lbs_execute_next_command()
1321 lbs_deb_host( in lbs_execute_next_command()
1331 lbs_deb_host( in lbs_execute_next_command()
1340 lbs_deb_host( in lbs_execute_next_command()
1358 lbs_deb_host( in lbs_execute_next_command()
1418 lbs_deb_host("dnld_sent was set\n"); in lbs_ps_confirm_sleep()
1424 lbs_deb_host("cur_cmd was set\n"); in lbs_ps_confirm_sleep()
1515 lbs_deb_host("PREP_CMD: card removed\n"); in __lbs_cmd_async()
[all …]
H A Ddefs.h69 #define lbs_deb_host(fmt, args...) LBS_DEB_LL(LBS_DEB_HOST, " host", fmt, ##args) macro