Searched refs:respcmd (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | cmdresp.c | 65 uint16_t respcmd, curcmd; in lbs_process_command_response() local 85 respcmd = le16_to_cpu(resp->command); in lbs_process_command_response() 89 respcmd, le16_to_cpu(resp->seqnum), len); in lbs_process_command_response() 101 if (respcmd != CMD_RET(curcmd) && in lbs_process_command_response() 102 respcmd != CMD_RET_802_11_ASSOCIATE && curcmd != CMD_802_11_ASSOCIATE) { in lbs_process_command_response() 104 respcmd, curcmd); in lbs_process_command_response() 125 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response() 180 if ((result != 0 || !(respcmd & 0x8000))) { in lbs_process_command_response() 182 result, respcmd); in lbs_process_command_response() 186 switch (respcmd) { in lbs_process_command_response()
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | cmd.c | 718 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.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.c | 264 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local 272 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header() 275 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()
|