Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/libertas/
Dcmdresp.c62 uint16_t respcmd, curcmd; in lbs_process_command_response() local
82 respcmd = le16_to_cpu(resp->command); in lbs_process_command_response()
86 respcmd, le16_to_cpu(resp->seqnum), len); in lbs_process_command_response()
98 if (respcmd != CMD_RET(curcmd) && in lbs_process_command_response()
99 respcmd != CMD_RET_802_11_ASSOCIATE && curcmd != CMD_802_11_ASSOCIATE) { in lbs_process_command_response()
101 respcmd, curcmd); in lbs_process_command_response()
122 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response()
177 if ((result != 0 || !(respcmd & 0x8000))) { in lbs_process_command_response()
179 result, respcmd); in lbs_process_command_response()
183 switch (respcmd) { in lbs_process_command_response()
/linux-4.1.27/drivers/net/wireless/libertas_tf/
Dcmd.c718 uint16_t respcmd, curcmd; in lbtf_process_rx_command() local
737 respcmd = le16_to_cpu(resp->command); in lbtf_process_rx_command()
742 respcmd, le16_to_cpu(resp->seqnum), in lbtf_process_rx_command()
750 if (respcmd != CMD_RET(curcmd)) { in lbtf_process_rx_command()
771 if ((result != 0 || !(respcmd & 0x8000))) { in lbtf_process_rx_command()
775 switch (respcmd) { in lbtf_process_rx_command()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dmcdi.c208 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local
213 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header()
216 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()