Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/libertas/
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()
Dhost.h23 #define CMD_RET(cmd) (0x8000 | cmd) macro
/Linux-v4.19/drivers/net/wireless/marvell/libertas_tf/
Dcmd.c750 if (respcmd != CMD_RET(curcmd)) { in lbtf_process_rx_command()
776 case CMD_RET(CMD_GET_HW_SPEC): in lbtf_process_rx_command()
777 case CMD_RET(CMD_802_11_RESET): in lbtf_process_rx_command()
Dlibertas_tf.h30 #define CMD_RET(cmd) (0x8000 | cmd) macro