Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcmdresp.c67 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()
183 if ((result != 0 || !(respcmd & 0x8000))) { in lbs_process_command_response()
185 result, respcmd); in lbs_process_command_response()
189 switch (respcmd) { in lbs_process_command_response()
/Linux-v5.4/drivers/net/wireless/marvell/libertas_tf/
Dcmd.c714 uint16_t respcmd, curcmd; in lbtf_process_rx_command() local
733 respcmd = le16_to_cpu(resp->command); in lbtf_process_rx_command()
737 respcmd, le16_to_cpu(resp->seqnum), in lbtf_process_rx_command()
745 if (respcmd != CMD_RET(curcmd)) { in lbtf_process_rx_command()
766 if ((result != 0 || !(respcmd & 0x8000))) { in lbtf_process_rx_command()
770 switch (respcmd) { in lbtf_process_rx_command()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi.c266 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local
274 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header()
277 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()