Home
last modified time | relevance | path

Searched refs:wifi_io_e (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c240 wifi_io_e("%s mutex deletion error %d", __FUNCTION__, status); in wlan_deinit_struct()
582 wifi_io_e("[fail] Buffer alloc: T: %d S: %d", upld_type, imupkt->size); in wlan_decode_rx_packet()
597 wifi_io_e("Failed to send response on Queue: upld_type=%d id=0x%x", upld_type, in wlan_decode_rx_packet()
924 wifi_io_e("%s: wait cmd 0x%x fail (last 0x%x)", __FUNCTION__, command, last_resp_rcvd); in wlan_wait_for_last_resp_rcvd()
1153 wifi_io_e("Send tx data via imu failed (%d)", ret); in wlan_xmit_pkt()
1187 wifi_io_e("Send tx data via imu failed (%d)", ret); in wlan_xmit_bypass_pkt()
1285 wifi_io_e("wlan_flush_wmm_pkt failed (%d)", ret); in wlan_flush_wmm_pkt()
1390 wifi_io_e("imu_drv_write failed (%d)", ret); in wlan_send_null_packet()
1480 wifi_io_e("pImuMsg->PayloadPtr[%u] has invalid size=%u", i, size); in rpmsg_rxpkt_handler()
1595 wifi_io_e("Init failed. Cannot create init struct"); in imu_wifi_init()
[all …]
Dwifi-sdio.c130 wifi_io_e( in wifi_send_fw_data()
158 wifi_io_e("sdio_drv_write failed (%d)", ret); in wifi_send_fw_data()
296 wifi_io_e("%s mutex deletion error %d", __FUNCTION__, status); in wlan_deinit_struct()
303 wifi_io_e("%s mutex deletion error %d", __FUNCTION__, status); in wlan_deinit_struct()
310 wifi_io_e("%s mutex deletion error %d", __FUNCTION__, status); in wlan_deinit_struct()
636 wifi_io_e("Buffer allocation failed"); in wlan_decode_rx_packet()
649 wifi_io_e("Failed to send response on Queue"); 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()
689 wifi_io_e("Failed to send response on Queue"); in wlan_decode_rx_packet()
747 wifi_io_e("sdio_drv_read failed (%d)", ret); in wlan_read_rcv_packet()
[all …]
Dwifi-imu.h21 #define wifi_io_e(...) wmlog_e("wifi_io", ##__VA_ARGS__) macro
Dwifi-sdio.h17 #define wifi_io_e(...) wmlog_e("wifi_io", ##__VA_ARGS__) macro