Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h35 #define LBS_DEB_CMD 0x00004000 macro
70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args)
H A Dcmdresp.c90 lbs_deb_hex(LBS_DEB_CMD, "CMD_RESP", (void *) resp, len); in lbs_process_command_response()
H A Dcmd.c958 lbs_deb_hex(LBS_DEB_CMD, "DNLD_CMD", (void *) cmdnode->cmdbuf, cmdsize); in lbs_submit_command()