Home
last modified time | relevance | path

Searched refs:respcmd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A 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()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A 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()
/kernel/linux/linux-6.6/drivers/cdx/controller/
H A Dmcdi.c626 unsigned int respcmd, error; in cdx_mcdi_complete_cmd() local
633 respcmd = CDX_DWORD_FIELD(outbuf[0], MCDI_HEADER_CODE); in cdx_mcdi_complete_cmd()
636 if (respcmd != MC_CMD_V2_EXTN) { in cdx_mcdi_complete_cmd()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi.c268 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local
276 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header()
279 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi.c265 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local
273 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header()
276 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c269 unsigned int respseq, respcmd, error; in efx_mcdi_read_response_header() local
277 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header()
280 if (respcmd != MC_CMD_V2_EXTN) { in efx_mcdi_read_response_header()

Completed in 13 milliseconds