Searched refs:sdpcm_header (Results 1 – 1 of 1) sorted by relevance
338 sdpcm_header_t sdpcm_header; in whd_sdpcm_process_rx_packet() local343 memcpy(&sdpcm_header, packet->bus_header, BUS_HEADER_LEN); in whd_sdpcm_process_rx_packet()345 sdpcm_header.frametag[0] = dtoh16(sdpcm_header.frametag[0]); in whd_sdpcm_process_rx_packet()346 sdpcm_header.frametag[1] = dtoh16(sdpcm_header.frametag[1]); in whd_sdpcm_process_rx_packet()349 size = sdpcm_header.frametag[0]; in whd_sdpcm_process_rx_packet()353 if (sdpcm_header.frametag[1] != size_inv) in whd_sdpcm_process_rx_packet()377 (uint8_t *)&sdpcm_header.sw_header - sizeof(sdpcm_header.frametag) ); in whd_sdpcm_process_rx_packet()390 switch (sdpcm_header.sw_header.channel_and_flags & 0x0f) in whd_sdpcm_process_rx_packet()398 if (sdpcm_header.frametag[0] < in whd_sdpcm_process_rx_packet()399 … (sizeof(sdpcm_header.frametag) + sizeof(sdpcm_sw_header_t) + sizeof(cdc_header_t) ) ) in whd_sdpcm_process_rx_packet()[all …]