Home
last modified time | relevance | path

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

/drivers/net/wireless/libertas/
Dcmdresp.c77 lbs_deb_host("CMD_RESP: cur_cmd is NULL\n"); in lbs_process_command_response()
129 lbs_deb_host( in lbs_process_command_response()
134 lbs_deb_host("CMD_RESP: PS command failed with 0x%x\n", in lbs_process_command_response()
148 lbs_deb_host("CMD_RESP: ENTER_PS command response\n"); in lbs_process_command_response()
154 lbs_deb_host( in lbs_process_command_response()
167 lbs_deb_host("CMD_RESP: EXIT_PS command response\n"); in lbs_process_command_response()
169 lbs_deb_host("CMD_RESP: PS action 0x%X\n", action); in lbs_process_command_response()
181 lbs_deb_host("CMD_RESP: error 0x%04x in command reply 0x%04x\n", in lbs_process_command_response()
189 lbs_deb_host("CMD_RESP: reset failed\n"); in lbs_process_command_response()
Dcmd.c949 lbs_deb_host("QUEUE_CMD: cmdnode is NULL\n"); in lbs_queue_cmd()
953 lbs_deb_host("DNLD_CMD: cmd size is zero\n"); in lbs_queue_cmd()
980 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbs_queue_cmd()
1199 lbs_deb_host("ALLOC_CMD_BUF: tempcmd_array is NULL\n"); in lbs_allocate_cmd_buffer()
1209 lbs_deb_host("ALLOC_CMD_BUF: ptempvirtualaddr is NULL\n"); in lbs_allocate_cmd_buffer()
1242 lbs_deb_host("FREE_CMD_BUF: cmd_array is NULL\n"); in lbs_free_cmd_buffer()
1293 lbs_deb_host("GET_CMD_NODE: cmd_ctrl_node is not available\n"); in lbs_get_free_cmd_node()
1346 lbs_deb_host( in lbs_execute_next_command()
1353 lbs_deb_host("EXEC_NEXT_CMD: OK to send command " in lbs_execute_next_command()
1392 lbs_deb_host( in lbs_execute_next_command()
[all …]
Ddefs.h78 #define lbs_deb_host(fmt, args...) LBS_DEB_LL(LBS_DEB_HOST, " host", fmt, ##args) macro