Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c211 lbtf_deb_host("QUEUE_CMD: cmdnode is NULL\n"); in lbtf_queue_cmd()
216 lbtf_deb_host("DNLD_CMD: cmd size is zero\n"); in lbtf_queue_cmd()
225 lbtf_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbtf_queue_cmd()
454 lbtf_deb_host("ALLOC_CMD_BUF: tempcmd_array is NULL\n"); in lbtf_allocate_cmd_buffer()
464 lbtf_deb_host("ALLOC_CMD_BUF: ptempvirtualaddr is NULL\n"); in lbtf_allocate_cmd_buffer()
498 lbtf_deb_host("FREE_CMD_BUF: cmd_array is NULL\n"); in lbtf_free_cmd_buffer()
543 lbtf_deb_host("GET_CMD_NODE: cmd_ctrl_node is not available\n"); in lbtf_get_cmd_ctrl_node()
590 lbtf_deb_host("EXEC_NEXT_CMD: sending command 0x%04x\n", in lbtf_execute_next_command()
614 lbtf_deb_host("PREP_CMD: card removed\n"); in __lbtf_cmd_async()
621 lbtf_deb_host("PREP_CMD: cmdnode is NULL\n"); in __lbtf_cmd_async()
[all …]
H A Ddeb_defs.h76 #define lbtf_deb_host(fmt, args...) LBTF_DEB_LL(LBTF_DEB_HOST, " host", fmt, ##args) macro