Searched refs:CMD_RET (Results 1 – 4 of 4) sorted by relevance
98 if (respcmd != CMD_RET(curcmd) && in lbs_process_command_response()122 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response()184 case CMD_RET(CMD_GET_HW_SPEC): in lbs_process_command_response()185 case CMD_RET(CMD_802_11_RESET): in lbs_process_command_response()
22 #define CMD_RET(cmd) (0x8000 | cmd) macro
750 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()
30 #define CMD_RET(cmd) (0x8000 | cmd) macro