Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/qemu/hw/sd/
H A Dpl181.c41 uint32_t respcmd; member
73 VMSTATE_UINT32(respcmd, PL181State),
311 return s->respcmd; in pl181_read()
477 s->respcmd = 0; in pl181_reset()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()