Home
last modified time | relevance | path

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

/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.c831 lbs_deb_host("QUEUE_CMD: cmdnode is NULL\n"); in lbs_queue_cmd()
835 lbs_deb_host("DNLD_CMD: cmd size is zero\n"); in lbs_queue_cmd()
862 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbs_queue_cmd()
1054 lbs_deb_host("ALLOC_CMD_BUF: tempcmd_array is NULL\n"); in lbs_allocate_cmd_buffer()
1064 lbs_deb_host("ALLOC_CMD_BUF: ptempvirtualaddr is NULL\n"); in lbs_allocate_cmd_buffer()
1103 lbs_deb_host("FREE_CMD_BUF: cmd_array is NULL\n"); in lbs_free_cmd_buffer()
1151 lbs_deb_host("GET_CMD_NODE: cmd_ctrl_node is not available\n"); in lbs_get_free_cmd_node()
1201 lbs_deb_host( in lbs_execute_next_command()
1208 lbs_deb_host("EXEC_NEXT_CMD: OK to send command " in lbs_execute_next_command()
1247 lbs_deb_host( in lbs_execute_next_command()
[all …]
H A Ddefs.h69 #define lbs_deb_host(fmt, args...) LBS_DEB_LL(LBS_DEB_HOST, " host", fmt, ##args) macro