Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/marvell/libertas/
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()
Dcmd.c896 lbs_deb_host("QUEUE_CMD: cmdnode is NULL\n"); in lbs_queue_cmd()
900 lbs_deb_host("DNLD_CMD: cmd size is zero\n"); in lbs_queue_cmd()
927 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbs_queue_cmd()
1123 lbs_deb_host("ALLOC_CMD_BUF: tempcmd_array is NULL\n"); in lbs_allocate_cmd_buffer()
1133 lbs_deb_host("ALLOC_CMD_BUF: ptempvirtualaddr is NULL\n"); in lbs_allocate_cmd_buffer()
1163 lbs_deb_host("FREE_CMD_BUF: cmd_array is NULL\n"); in lbs_free_cmd_buffer()
1211 lbs_deb_host("GET_CMD_NODE: cmd_ctrl_node is not available\n"); in lbs_get_free_cmd_node()
1261 lbs_deb_host( in lbs_execute_next_command()
1268 lbs_deb_host("EXEC_NEXT_CMD: OK to send command " in lbs_execute_next_command()
1307 lbs_deb_host( in lbs_execute_next_command()
[all …]
Ddefs.h69 #define lbs_deb_host(fmt, args...) LBS_DEB_LL(LBS_DEB_HOST, " host", fmt, ##args) macro