Home
last modified time | relevance | path

Searched refs:CMD_RET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcmdresp.c101 if (respcmd != CMD_RET(curcmd) && in lbs_process_command_response()
125 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response()
190 case CMD_RET(CMD_GET_HW_SPEC): in lbs_process_command_response()
191 case CMD_RET(CMD_802_11_RESET): in lbs_process_command_response()
H A Dhost.h23 #define CMD_RET(cmd) (0x8000 | cmd) macro
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c745 if (respcmd != CMD_RET(curcmd)) { in lbtf_process_rx_command()
771 case CMD_RET(CMD_GET_HW_SPEC): in lbtf_process_rx_command()
772 case CMD_RET(CMD_802_11_RESET): in lbtf_process_rx_command()
H A Dlibertas_tf.h26 #define CMD_RET(cmd) (0x8000 | cmd) macro