Searched refs:sdiopkt (Results 1 – 1 of 1) sorted by relevance
94 static SDIOPkt *sdiopkt = (SDIOPkt *)outbuf; variable606 SDIOPkt *sdiopkt = (SDIOPkt *)(void *)pmbuf; in wlan_decode_rx_packet() local609 …if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(sdiopkt->hostcmd.command) == EVENT_VDLL_IND)) in wlan_decode_rx_packet()612 dump_hex(pmbuf, sdiopkt->size); in wlan_decode_rx_packet()618 if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(sdiopkt->hostcmd.command) == EVENT_CSI)) in wlan_decode_rx_packet()633 msg.data = OSA_MemoryAllocate(sdiopkt->size); in wlan_decode_rx_packet()643 (void)memcpy((void *)msg.data, (const void *)cmdBuf, sdiopkt->size); in wlan_decode_rx_packet()665 msg.data = wifi_malloc_eventbuf((size_t)sdiopkt->size); in wlan_decode_rx_packet()670 wifi_io_e("[fail] Buffer alloc: T: %d S: %d", upld_type, sdiopkt->size); in wlan_decode_rx_packet()675 (void)memcpy((void *)msg.data, (const void *)pmbuf, sdiopkt->size); in wlan_decode_rx_packet()[all …]